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

  /external/chromium_org/third_party/webrtc/test/
fake_decoder.cc 20 int32_t FakeDecoder::InitDecode(const VideoCodec* config,
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
media_codec_video_decoder.cc 40 int32_t MediaCodecVideoDecoder::InitDecode(const VideoCodec* codecSettings,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
i420.cc 153 I420Decoder::InitDecode(const VideoCodec* codecSettings,
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
generic_decoder.cc 137 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings,
142 return _decoder.InitDecode(settings, numberOfCores);
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
tb_I420_codec.h 89 virtual int32_t InitDecode(const webrtc::VideoCodec* inst,
105 int32_t InitDecode;
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_I420_codec.cc 217 int32_t TbI420Decoder::InitDecode(const webrtc::VideoCodec* inst,
220 _functionCalls.InitDecode++;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 521 InitDecode(&codec_, 1);
527 int VP8DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) {
872 if (copy->InitDecode(&codec_, 1) != WEBRTC_VIDEO_CODEC_OK) {
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 146 int32_t RTCVideoDecoder::InitDecode(const webrtc::VideoCodec* codecSettings,
148 DVLOG(2) << "InitDecode";
270 // Do not destroy VDA because WebRTC can call InitDecode and start decoding
801 // InitDecode is less likely to return an error so enum is not used here.
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 349 FX_BOOL InitDecode();
382 FX_BOOL CCodec_JpegDecoder::InitDecode()
446 if (!InitDecode()) {
504 if (!InitDecode()) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 71 virtual int32 InitDecode(const webrtc::VideoCodec*, int32) {
    [all...]

Completed in 244 milliseconds