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

  /external/chromium_org/third_party/webrtc/modules/utility/source/
coder.h 32 int32_t SetDecodeCodec(
video_coder.h 33 int32_t SetDecodeCodec(VideoCodec& videoCodecInst, int32_t numberOfCores);
coder.cc 43 int32_t AudioCoder::SetDecodeCodec(const CodecInst& codecInst,
video_coder.cc 42 int32_t VideoCoder::SetDecodeCodec(VideoCodec& videoCodecInst,
file_player_impl.cc 405 _audioDecoder.SetDecodeCodec(_codec,AMRFileStorage) == -1)
648 if (video_decoder_->SetDecodeCodec(video_codec_info_, useNumberOfCores) !=

Completed in 121 milliseconds