HomeSort by relevance Sort by last modified time
    Searched full:cinst (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 227 CodecInst cinst; local
307 codec->GetCodec(codec_selection, cinst);
310 SetStereoIfOpus(opus_stereo, &cinst);
311 res = codec->SetSendCodec(chan, cinst);
329 res = codec->SetSendCodec(channels[i], cinst);
465 res = codec->GetCodec(option_selection, cinst);
467 if (strcmp(cinst.plname, "red") == 0) {
469 res = rtp_rtcp->SetREDStatus(chan, true, cinst.pltype);
471 SetStereoIfOpus(opus_stereo, &cinst);
473 res = codec->SetSendCodec(chan, cinst);
    [all...]
  /external/parameter-framework/upstream/
appveyor.yml 31 - cinst cmake.portable wget 7zip.commandline
33 - cinst wixtoolset
  /external/webrtc/webrtc/modules/media_file/
media_file_utility.cc 782 const CodecInst& cinst)
791 if(set_codec_info(cinst) != 0)
803 memcpy(&codec_info_,&cinst,sizeof(CodecInst));
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 353 milliseconds