Home
last modified time | relevance | path

Searched refs:SetCodecConfig (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_vendor_ldac_unittest.cc56 SetCodecConfig(); in SetUp()
78 void SetCodecConfig() { in SetCodecConfig() function in bluetooth::testing::A2dpLdacTest
Da2dp_opus_unittest.cc65 SetCodecConfig(); in SetUp()
86 void SetCodecConfig() { in SetCodecConfig() function in bluetooth::testing::A2dpOpusTest
Da2dp_aac_unittest.cc67 SetCodecConfig(); in SetUp()
90 void SetCodecConfig() { in SetCodecConfig() function in bluetooth::testing::A2dpAacTest
Da2dp_sbc_unittest.cc68 SetCodecConfig(); in SetUp()
89 void SetCodecConfig() { in SetCodecConfig() function in bluetooth::testing::A2dpSbcTest
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/video/android/
DImsMediaVideoSource.h96 void SetCodecConfig(const int32_t codecType, const uint32_t profile, const uint32_t level,
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/nodes/
DIVideoSourceNode.cpp65 mVideoSource->SetCodecConfig( in Start()
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/
DImsMediaVideoSource.cpp80 void ImsMediaVideoSource::SetCodecConfig(int32_t codecType, const uint32_t profile, in SetCodecConfig() function in ImsMediaVideoSource