Searched defs:current_codec (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_receiver_unittest.cc84 const CodecInst* current_codec = acm_->GetSenderCodecInst(); local
85 ASSERT_TRUE(current_codec);
86 if (!CodecsEqual(codec, *current_codec))
H A Dacm_receiver_unittest_oldapi.cc87 CodecInst current_codec; local
88 ASSERT_EQ(0, acm_->SendCodec(&current_codec));
89 if (!CodecsEqual(codec, current_codec))
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc2290 webrtc::CodecInst current_codec; local
2291 if (engine()->voe()->codec()->GetSendCodec(channel, current_codec) == 0 &&
2292 (send_codec == current_codec)) {
H A Dwebrtcvideoengine.cc3678 webrtc::VideoCodec current_codec; local
3679 if (!engine()->vie()->codec()->GetSendCodec(channel_id, current_codec)) {
3681 if (current_codec == target_codec) {

Completed in 46 milliseconds