Home
last modified time | relevance | path

Searched refs:cinst (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc227 CodecInst cinst; in RunTest() local
307 codec->GetCodec(codec_selection, cinst); in RunTest()
310 SetStereoIfOpus(opus_stereo, &cinst); in RunTest()
311 res = codec->SetSendCodec(chan, cinst); in RunTest()
329 res = codec->SetSendCodec(channels[i], cinst); in RunTest()
465 res = codec->GetCodec(option_selection, cinst); in RunTest()
467 if (strcmp(cinst.plname, "red") == 0) { in RunTest()
469 res = rtp_rtcp->SetREDStatus(chan, true, cinst.pltype); in RunTest()
471 SetStereoIfOpus(opus_stereo, &cinst); in RunTest()
473 res = codec->SetSendCodec(chan, cinst); in RunTest()
[all …]
/external/webrtc/webrtc/modules/media_file/
Dmedia_file_utility.cc782 const CodecInst& cinst) in InitPreEncodedReading() argument
791 if(set_codec_info(cinst) != 0) in InitPreEncodedReading()
803 memcpy(&codec_info_,&cinst,sizeof(CodecInst)); in InitPreEncodedReading()