Searched refs:RegisterCodec (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/modules/audio_coding/test/ |
D | TestVADDTX.cc | 89 bool TestVadDtx::RegisterCodec(const SdpAudioFormat& codec_format, in RegisterCodec() function in webrtc::TestVadDtx 194 RegisterCodec(codec_format, absl::nullopt); in RunTestCases() 198 RegisterCodec(codec_format, Vad::kVadAggressive); in RunTestCases() 202 RegisterCodec(codec_format, Vad::kVadLowBitrate); in RunTestCases() 206 RegisterCodec(codec_format, Vad::kVadVeryAggressive); in RunTestCases() 209 RegisterCodec(codec_format, Vad::kVadNormal); in RunTestCases() 234 RegisterCodec({"opus", 48000, 2}, absl::nullopt); in Perform() 257 RegisterCodec({"opus", 48000, 2, {{"stereo", "1"}}}, absl::nullopt); in Perform()
|
D | TestVADDTX.h | 63 bool RegisterCodec(const SdpAudioFormat& codec_format,
|
/external/lzma/CPP/7zip/Common/ |
D | RegisterCodec.h | 22 void RegisterCodec(const CCodecInfo *codecInfo) throw(); 32 REGISTER_CODEC_NAME(x)() { RegisterCodec(&g_CodecInfo); }}; \ 41 RegisterCodec(&g_CodecsInfo[i]); }}; \
|
D | CreateCoder.cpp | 28 void RegisterCodec(const CCodecInfo *codecInfo) throw() in RegisterCodec() function
|
/external/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_unittest.cc | 202 virtual void RegisterCodec() { in RegisterCodec() function in webrtc::AudioCodingModuleTestOldApi 291 RegisterCodec(); in TEST_F() 308 RegisterCodec(); // This registers the default codec. in TEST_F() 326 RegisterCodec(); in TEST_F() 416 RegisterCodec(); in TEST_F() 450 RegisterCodec(); // Must be called before the threads start below. in SetUp() 593 RegisterCodec(); // Must be called before the threads start below. in SetUp() 614 void RegisterCodec() override { in RegisterCodec() function in webrtc::AcmIsacMtTestOldApi 720 RegisterCodec(); // Must be called before the threads start below. in SetUp() 724 void RegisterCodec() override { in RegisterCodec() function in webrtc::AcmReRegisterIsacMtTestOldApi [all …]
|
D | acm_send_test.h | 39 bool RegisterCodec(const char* payload_name,
|
D | acm_send_test.cc | 61 bool AcmSendTestOldApi::RegisterCodec(const char* payload_name, in RegisterCodec() function in webrtc::test::AcmSendTestOldApi
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SFXCon.dsp | 624 SOURCE=..\..\Common\RegisterCodec.h
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
D | Alone.dsp | 673 SOURCE=..\..\Common\RegisterCodec.h
|