/external/libvpx/libvpx/test/ |
D | decode_test_driver.cc | 22 vpx_codec_err_t Decoder::PeekStream(const uint8_t *cxdata, size_t size, in PeekStream() argument 25 cxdata, static_cast<unsigned int>(size), in PeekStream() 29 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) { in DecodeFrame() argument 30 return DecodeFrame(cxdata, size, NULL); in DecodeFrame() 33 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size, in DecodeFrame() argument 39 cxdata, static_cast<unsigned int>(size), in DecodeFrame() 82 if (video->cxdata() != NULL) { in RunLoop() 83 const vpx_codec_err_t res_peek = decoder->PeekStream(video->cxdata(), in RunLoop() 89 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(), in RunLoop()
|
D | vp9_frame_parallel_test.cc | 61 decoder.DecodeFrame(video.cxdata(), video.frame_size()); in DecodeFileWithPause() 77 if (!video.cxdata()) in DecodeFileWithPause() 88 } while (video.cxdata() != NULL); in DecodeFileWithPause() 148 decoder.DecodeFrame(video.cxdata(), video.frame_size()); in DecodeFile() 158 if (!video.cxdata()) in DecodeFile() 169 } while (video.cxdata() != NULL); in DecodeFile()
|
D | decode_perf_test.cc | 90 for (video.Begin(); video.cxdata() != NULL; video.Next()) { in TEST_P() 91 decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST_P() 249 for (decode_video.Begin(); decode_video.cxdata() != NULL; in TEST_P() 251 decoder.DecodeFrame(decode_video.cxdata(), decode_video.frame_size()); in TEST_P()
|
D | byte_alignment_test.cc | 90 decoder_->DecodeFrame(video_->cxdata(), video_->frame_size()); in DecodeOneFrame() 98 for (; video_->cxdata() != NULL; video_->Next()) { in DecodeRemainingFrames() 100 decoder_->DecodeFrame(video_->cxdata(), video_->frame_size()); in DecodeRemainingFrames()
|
D | decode_test_driver.h | 58 vpx_codec_err_t PeekStream(const uint8_t *cxdata, size_t size, 61 vpx_codec_err_t DecodeFrame(const uint8_t *cxdata, size_t size); 63 vpx_codec_err_t DecodeFrame(const uint8_t *cxdata, size_t size,
|
D | vp9_skip_loopfilter_test.cc | 64 decoder_->DecodeFrame(video_->cxdata(), video_->frame_size()); in DecodeOneFrame() 73 for (; video_->cxdata() != NULL; video_->Next()) { in DecodeRemainingFrames() 75 decoder_->DecodeFrame(video_->cxdata(), video_->frame_size()); in DecodeRemainingFrames()
|
D | vp9_decrypt_test.cc | 56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST() 63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0); in TEST()
|
D | vp8_decrypt_test.cc | 56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST() 63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0); in TEST()
|
D | user_priv_test.cc | 55 for (video.Begin(); !::testing::Test::HasFailure() && video.cxdata(); in DecodeFile() 59 decoder.DecodeFrame(video.cxdata(), video.frame_size(), in DecodeFile()
|
D | decode_api_test.cc | 138 vpx_codec_decode(&dec, video.cxdata(), frame_size, NULL, 0)); in TEST() 141 vpx_codec_decode(&dec, video.cxdata(), frame_size, NULL, 0)); in TEST()
|
D | external_frame_buffer_test.cc | 320 decoder_->DecodeFrame(video_->cxdata(), video_->frame_size()); in DecodeOneFrame() 328 for (; video_->cxdata() != NULL; video_->Next()) { in DecodeRemainingFrames() 330 decoder_->DecodeFrame(video_->cxdata(), video_->frame_size()); in DecodeRemainingFrames()
|
D | vp9_thread_test.cc | 171 for (video.Begin(); video.cxdata(); video.Next()) { in DecodeFile() 173 decoder.DecodeFrame(video.cxdata(), video.frame_size()); in DecodeFile()
|
D | webm_video_source.h | 84 virtual const uint8_t *cxdata() const { in cxdata() function
|
D | ivf_video_source.h | 94 virtual const uint8_t *cxdata() const { in cxdata() function
|
D | video_source.h | 261 virtual const uint8_t *cxdata() const = 0;
|