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

  /external/webrtc/webrtc/test/
fake_decoder.cc 20 int32_t FakeDecoder::InitDecode(const VideoCodec* config,
  /external/webrtc/webrtc/video/
video_decoder.cc 58 int32_t VideoDecoderSoftwareFallbackWrapper::InitDecode(
63 return decoder_->InitDecode(codec_settings, number_of_cores);
71 if (fallback_decoder_->InitDecode(&codec_settings_, number_of_cores_) !=
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/
i420.cc 154 int I420Decoder::InitDecode(const VideoCodec* codecSettings,
  /external/webrtc/webrtc/modules/video_coding/
generic_decoder.cc 135 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings,
137 TRACE_EVENT0("webrtc", "VCMGenericDecoder::InitDecode");
140 return _decoder->InitDecode(settings, numberOfCores);
  /external/webrtc/talk/media/webrtc/
fakewebrtcvideoengine.h 67 virtual int32_t InitDecode(const webrtc::VideoCodec*, int32_t) {
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.cc 116 int H264VideoToolboxDecoder::InitDecode(const VideoCodec* video_codec,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 846 InitDecode(&codec_, 1);
850 int VP9DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) {
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 329 FX_BOOL InitDecode();
363 FX_BOOL CCodec_JpegDecoder::InitDecode() {
425 if (!InitDecode()) {
478 if (!InitDecode()) {
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc     [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc 77 int32_t InitDecode(const VideoCodec* codecSettings, int32_t numberOfCores)
197 jni, *j_media_codec_video_decoder_class_, "initDecode",
275 int32_t MediaCodecVideoDecoder::InitDecode(const VideoCodec* inst,
277 ALOGD << "InitDecode.";
287 ALOGE << "InitDecode() - fallback to SW decoder";
483 int32_t ret = InitDecode(&codec_, 1);
485 ALOGE << "InitDecode failure: " << ret << " - fallback to SW codec";
787 return InitDecode(&codec_, 1);
    [all...]

Completed in 319 milliseconds