Home
last modified time | relevance | path

Searched refs:InitDecode (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
Dtb_I420_codec.h84 virtual int32_t InitDecode(const webrtc::VideoCodec* inst,
100 int32_t InitDecode; member
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dunit_test.cc255 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK); in Setup()
502 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK); in Perform()
521 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK); in Perform()
556 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK); in Perform()
656 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK); in Perform()
680 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK); in Perform()
748 EXPECT_TRUE(_decoder->InitDecode(&_inst, 1) == WEBRTC_VIDEO_CODEC_OK); in RateControlTests()
761 _decoder->InitDecode(&_inst, 1); in RateControlTests()
Dnormal_test.cc130 _decoder->InitDecode(&_inst,1); in Perform()
Dbenchmark.cc236 _decoder->InitDecode(&_inst,1); in PerformNormalTest()
/external/chromium_org/content/renderer/media/
Drtc_video_decoder_unittest.cc75 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, rtc_decoder_->InitDecode(&codec_, 1)); in Initialize()
119 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, rtc_decoder_->InitDecode(&codec_, 1)); in TEST_F()
125 EXPECT_EQ(WEBRTC_VIDEO_CODEC_ERROR, rtc_decoder_->InitDecode(&codec_, 1)); in TEST_F()
Drtc_video_decoder.h58 virtual int32_t InitDecode(const webrtc::VideoCodec* codecSettings, in NON_EXPORTED_BASE()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dgeneric_decoder.cc137 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings, in InitDecode() function in webrtc::VCMGenericDecoder
142 return _decoder.InitDecode(settings, numberOfCores); in InitDecode()
Dgeneric_decoder.h72 int32_t InitDecode(const VideoCodec* settings,
Dvideo_coding_robustness_unittest.cc259 EXPECT_CALL(decoder_, InitDecode(_, _)).Times(1); in TEST_F()
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
Dmedia_codec_video_decoder.h26 virtual int32_t InitDecode(const VideoCodec* codecSettings,
Dmedia_codec_video_decoder.cc40 int32_t MediaCodecVideoDecoder::InitDecode(const VideoCodec* codecSettings, in InitDecode() function in webrtc::MediaCodecVideoDecoder
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_I420_codec.cc188 int32_t TbI420Decoder::InitDecode(const webrtc::VideoCodec* inst, in InitDecode() function in TbI420Decoder
191 _functionCalls.InitDecode++; in InitDecode()
/external/chromium_org/third_party/webrtc/test/
Dfake_decoder.h27 virtual int32_t InitDecode(const VideoCodec* config,
Dfake_decoder.cc20 int32_t FakeDecoder::InitDecode(const VideoCodec* config, in InitDecode() function in webrtc::test::FakeDecoder
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h95 virtual int32_t InitDecode(const VideoCodec* codecSettings, int32_t numberOfCores) = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/interface/
Di420.h107 virtual int InitDecode(const VideoCodec* codecSettings,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_unittest.cc60 EXPECT_CALL(decoder_mock_, InitDecode(_, _)) in ExpectInit()
Dvideoprocessor.cc118 init_result = decoder_->InitDecode(config_.codec_settings, nbr_of_cores); in Init()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc148 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, decoder_->InitDecode(&codec_inst_, 1)); in SetUpEncodeDecode()
230 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, decoder_->InitDecode(&codec_inst_, 1)); in TEST_F()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/mock/
Dmock_video_codec_interface.h61 MOCK_METHOD2(InitDecode, int32_t(const VideoCodec* codecSettings,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.h158 virtual int InitDecode(const VideoCodec* inst, int number_of_cores);
Dvp8_impl.cc536 InitDecode(&codec_, 1); in Reset()
542 int VP8DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) { in InitDecode() function in webrtc::VP8DecoderImpl
887 if (copy->InitDecode(&codec_, 1) != WEBRTC_VIDEO_CODEC_OK) { in Copy()
Dvp8_sequence_coder.cc142 EXPECT_EQ(0, decoder->InitDecode(&inst, 1)); in SequenceCoder()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp349 FX_BOOL InitDecode();
382 FX_BOOL CCodec_JpegDecoder::InitDecode() in InitDecode() function in CCodec_JpegDecoder
446 if (!InitDecode()) { in Create()
504 if (!InitDecode()) { in v_Rewind()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
Di420.cc153 I420Decoder::InitDecode(const VideoCodec* codecSettings, in InitDecode() function in webrtc::I420Decoder

12