HomeSort by relevance Sort by last modified time
    Searched refs:RegisterCodec (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/Common/
RegisterCodec.h 0 // RegisterCodec.h
20 void RegisterCodec(const CCodecInfo *codecInfo) throw();
25 REGISTER_CODEC_NAME(x)() { RegisterCodec(&g_CodecInfo); }}; \
31 RegisterCodec(&g_CodecsInfo[i]); }}; \
CreateCoder.cpp 11 #include "RegisterCodec.h"
16 void RegisterCodec(const CCodecInfo *codecInfo) throw()
  /external/webrtc/webrtc/modules/audio_coding/test/
TestVADDTX.cc 73 void TestVadDtx::RegisterCodec(CodecInst codec_param) {
152 RegisterCodec(kIsacWb);
156 RegisterCodec(kIsacSwb);
162 RegisterCodec(kIlbc);
168 RegisterCodec(kOpus);
238 RegisterCodec(kIsacWb);
249 RegisterCodec(kOpus);
262 RegisterCodec(kOpusStereo);
TestVADDTX.h 54 void RegisterCodec(CodecInst codec_param);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_send_test_oldapi.h 38 bool RegisterCodec(const char* payload_name,
audio_coding_module_unittest_oldapi.cc 190 virtual void RegisterCodec() {
246 RegisterCodec();
266 RegisterCodec();
319 RegisterCodec();
335 RegisterCodec(); // This registers the default codec.
352 RegisterCodec();
438 RegisterCodec();
451 RegisterCodec();
480 RegisterCodec(); // Must be called before the threads start below.
615 RegisterCodec(); // Must be called before the threads start below
    [all...]
acm_send_test_oldapi.cc 50 bool AcmSendTestOldApi::RegisterCodec(const char* payload_name,

Completed in 718 milliseconds