HomeSort by relevance Sort by last modified time
    Searched defs:codecInst (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
SpatialAudio.cc 68 CodecInst codecInst;
73 status = _acmReceiver->Codec(n, &codecInst);
77 status = _acmReceiver->RegisterReceiveCodec(codecInst);
80 codecInst.pltype);
96 CodecInst codecInst;
97 _acmLeft->Codec((uint8_t) 1, &codecInst);
98 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
109 _acmLeft->Codec((uint8_t) 0, &codecInst);
    [all...]
TwoWayCommunication.cc 65 CodecInst codecInst;
69 EXPECT_EQ(tmpACM->Codec(codecCntr, &codecInst), 0);
70 printf("%d- %s\n", codecCntr, codecInst.plname);
89 CodecInst codecInst_A;
90 CodecInst codecInst_B;
91 CodecInst dummyCodec;
180 CodecInst codecInst_A;
181 CodecInst codecInst_B;
182 CodecInst dummyCodec
    [all...]
utility.cc 104 int16_t ChooseCodec(CodecInst& codecInst) {
122 CHECK_ERROR(AudioCodingModule::Codec((uint8_t )codecID, &codecInst));
129 CodecInst codecInst;
132 AudioCodingModule::Codec(codecCntr, &codecInst);
133 printf("%2d- %-18s %5d %6d\n", codecCntr, codecInst.plname,
134 codecInst.plfreq, codecInst.rate);

Completed in 922 milliseconds