Searched refs:RegisterCodec (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/modules/audio_coding/test/ |
D | TestVADDTX.cc | 86 bool TestVadDtx::RegisterCodec(const SdpAudioFormat& codec_format, in RegisterCodec() function in webrtc::TestVadDtx 188 /*expect_dtx_enabled=*/RegisterCodec(codec_format, absl::nullopt)); in RunTestCases() 191 /*expect_dtx_enabled=*/RegisterCodec(codec_format, Vad::kVadAggressive)); in RunTestCases() 194 /*expect_dtx_enabled=*/RegisterCodec(codec_format, Vad::kVadLowBitrate)); in RunTestCases() 196 Test(/*new_outfile=*/false, /*expect_dtx_enabled=*/RegisterCodec( in RunTestCases() 200 /*expect_dtx_enabled=*/RegisterCodec(codec_format, Vad::kVadNormal)); in RunTestCases() 223 RegisterCodec({"opus", 48000, 2}, absl::nullopt); in Perform() 241 RegisterCodec({"opus", 48000, 2, {{"stereo", "1"}}}, absl::nullopt); in Perform()
|
D | TestVADDTX.h | 64 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() 378 RegisterCodec(); in TEST_F() 402 RegisterCodec(); // Must be called before the threads start below. in SetUp() 573 return send_test_->RegisterCodec(payload_name, sampling_freq_hz, channels, in RegisterSendCodec() 954 return send_test_->RegisterCodec(payload_name, sampling_freq_hz, channels, in RegisterSendCodec() 1032 RegisterCodec(); in TEST_F() 1058 RegisterCodec(); in TEST_F() 1077 RegisterCodec(); in TEST_F() 1096 RegisterCodec(); in TEST_F()
|
D | acm_send_test.h | 42 bool RegisterCodec(absl::string_view payload_name,
|
D | acm_send_test.cc | 61 bool AcmSendTestOldApi::RegisterCodec(absl::string_view payload_name, in RegisterCodec() function in webrtc::test::AcmSendTestOldApi
|
/external/flatbuffers/grpc/tests/ |
D | go_test.go | 86 encoding.RegisterCodec(flatbuffers.FlatbuffersCodec{})
|
/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
|