HomeSort by relevance Sort by last modified time
    Searched refs:InitDecode (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
media_codec_video_decoder.h 26 virtual int32_t InitDecode(const VideoCodec* codecSettings,
media_codec_video_decoder.cc 40 int32_t MediaCodecVideoDecoder::InitDecode(const VideoCodec* codecSettings,
  /external/chromium_org/third_party/webrtc/test/
fake_decoder.h 27 virtual int32_t InitDecode(const VideoCodec* config,
fake_decoder.cc 20 int32_t FakeDecoder::InitDecode(const VideoCodec* config,
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
tb_I420_codec.h 84 virtual int32_t InitDecode(const webrtc::VideoCodec* inst,
100 int32_t InitDecode;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/interface/
i420.h 107 virtual int InitDecode(const VideoCodec* codecSettings,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 95 virtual int32_t InitDecode(const VideoCodec* codecSettings, int32_t numberOfCores) = 0;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
generic_decoder.h 72 int32_t InitDecode(const VideoCodec* settings,
generic_decoder.cc 137 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings,
142 return _decoder.InitDecode(settings, numberOfCores);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/mock/
mock_video_codec_interface.h 61 MOCK_METHOD2(InitDecode, int32_t(const VideoCodec* codecSettings,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor_unittest.cc 60 EXPECT_CALL(decoder_mock_, InitDecode(_, _))
videoprocessor.cc 118 init_result = decoder_->InitDecode(config_.codec_settings, nbr_of_cores);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.h 158 virtual int InitDecode(const VideoCodec* inst, int number_of_cores);
vp8_sequence_coder.cc 142 EXPECT_EQ(0, decoder->InitDecode(&inst, 1));
vp8_impl.cc 536 InitDecode(&codec_, 1);
542 int VP8DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) {
887 if (copy->InitDecode(&codec_, 1) != WEBRTC_VIDEO_CODEC_OK) {
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_unittest.cc 75 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, rtc_decoder_->InitDecode(&codec_, 1));
119 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, rtc_decoder_->InitDecode(&codec_, 1));
125 EXPECT_EQ(WEBRTC_VIDEO_CODEC_ERROR, rtc_decoder_->InitDecode(&codec_, 1));
rtc_video_decoder.h 58 virtual int32_t InitDecode(const webrtc::VideoCodec* codecSettings,
175 // Records the result of InitDecode to UMA and returns |status|.
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
unit_test.cc 255 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK);
494 //-- Calls before InitDecode() --
502 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK);
521 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK);
556 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK);
656 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK);
680 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK);
748 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK);
761 _decoder->InitDecode(&_inst, 1);
benchmark.cc 236 _decoder->InitDecode(&_inst,1);
normal_test.cc 130 _decoder->InitDecode(&_inst,1);
normal_async_test.cc 315 _decoder->InitDecode(&_inst, 1);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 148 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, decoder_->InitDecode(&codec_inst_, 1));
228 // Calls before InitDecode().
230 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, decoder_->InitDecode(&codec_inst_, 1));
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_I420_codec.cc 188 int32_t TbI420Decoder::InitDecode(const webrtc::VideoCodec* inst,
191 _functionCalls.InitDecode++;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
i420.cc 153 I420Decoder::InitDecode(const VideoCodec* codecSettings,
  /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()) {

Completed in 825 milliseconds

1 2