Searched defs:InitDecode (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/test/
H A Dfake_decoder.cc20 int32_t FakeDecoder::InitDecode(const VideoCodec* config, function in class:webrtc::test::FakeDecoder
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dmedia_codec_video_decoder.cc40 int32_t MediaCodecVideoDecoder::InitDecode(const VideoCodec* codecSettings, function in class:webrtc::MediaCodecVideoDecoder
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_I420_codec.h89 virtual int32_t InitDecode(const webrtc::VideoCodec* inst,
105 int32_t InitDecode; member in struct:TbI420Decoder::FunctionCalls
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
H A Di420.cc153 I420Decoder::InitDecode(const VideoCodec* codecSettings, function in class:webrtc::I420Decoder
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dgeneric_decoder.cc137 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings, function in class:webrtc::VCMGenericDecoder
142 return _decoder.InitDecode(settings, numberOfCores);
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_I420_codec.cc217 int32_t TbI420Decoder::InitDecode(const webrtc::VideoCodec* inst, function in class:TbI420Decoder
220 _functionCalls.InitDecode++;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc521 InitDecode(&codec_, 1);
527 int VP8DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) { function in class:webrtc::VP8DecoderImpl
872 if (copy->InitDecode(&codec_, 1) != WEBRTC_VIDEO_CODEC_OK) {
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder.cc146 int32_t RTCVideoDecoder::InitDecode(const webrtc::VideoCodec* codecSettings, function in class:content::RTCVideoDecoder
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/
H A Dfx_codec_jpeg.cpp349 FX_BOOL InitDecode();
382 FX_BOOL CCodec_JpegDecoder::InitDecode() function in class:CCodec_JpegDecoder
446 if (!InitDecode()) {
504 if (!InitDecode()) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h71 virtual int32 InitDecode(const webrtc::VideoCodec*, int32) { function in class:cricket::FakeWebRtcVideoDecoder

Completed in 316 milliseconds