/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/ |
D | tb_I420_codec.h | 84 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/ |
D | unit_test.cc | 255 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()
|
D | normal_test.cc | 130 _decoder->InitDecode(&_inst,1); in Perform()
|
D | benchmark.cc | 236 _decoder->InitDecode(&_inst,1); in PerformNormalTest()
|
/external/chromium_org/content/renderer/media/ |
D | rtc_video_decoder_unittest.cc | 75 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()
|
D | rtc_video_decoder.h | 58 virtual int32_t InitDecode(const webrtc::VideoCodec* codecSettings, in NON_EXPORTED_BASE()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
D | generic_decoder.cc | 137 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings, in InitDecode() function in webrtc::VCMGenericDecoder 142 return _decoder.InitDecode(settings, numberOfCores); in InitDecode()
|
D | generic_decoder.h | 72 int32_t InitDecode(const VideoCodec* settings,
|
D | video_coding_robustness_unittest.cc | 259 EXPECT_CALL(decoder_, InitDecode(_, _)).Times(1); in TEST_F()
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/ |
D | media_codec_video_decoder.h | 26 virtual int32_t InitDecode(const VideoCodec* codecSettings,
|
D | media_codec_video_decoder.cc | 40 int32_t MediaCodecVideoDecoder::InitDecode(const VideoCodec* codecSettings, in InitDecode() function in webrtc::MediaCodecVideoDecoder
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
D | tb_I420_codec.cc | 188 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/ |
D | fake_decoder.h | 27 virtual int32_t InitDecode(const VideoCodec* config,
|
D | fake_decoder.cc | 20 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/ |
D | 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/codecs/i420/main/interface/ |
D | i420.h | 107 virtual int InitDecode(const VideoCodec* codecSettings,
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/ |
D | videoprocessor_unittest.cc | 60 EXPECT_CALL(decoder_mock_, InitDecode(_, _)) in ExpectInit()
|
D | videoprocessor.cc | 118 init_result = decoder_->InitDecode(config_.codec_settings, nbr_of_cores); in Init()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/ |
D | vp8_impl_unittest.cc | 148 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/ |
D | mock_video_codec_interface.h | 61 MOCK_METHOD2(InitDecode, int32_t(const VideoCodec* codecSettings,
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.h | 158 virtual int InitDecode(const VideoCodec* inst, int number_of_cores);
|
D | vp8_impl.cc | 536 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()
|
D | vp8_sequence_coder.cc | 142 EXPECT_EQ(0, decoder->InitDecode(&inst, 1)); in SequenceCoder()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 349 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/ |
D | i420.cc | 153 I420Decoder::InitDecode(const VideoCodec* codecSettings, in InitDecode() function in webrtc::I420Decoder
|