Searched defs:cxdata (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
H A Ddecode_test_driver.cc22 vpx_codec_err_t Decoder::PeekStream(const uint8_t *cxdata, size_t size, argument
25 CodecInterface(), cxdata, static_cast<unsigned int>(size), stream_info);
28 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) { argument
29 return DecodeFrame(cxdata, size, NULL);
32 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size, argument
38 &decoder_, cxdata, static_cast<unsigned int>(size), user_priv, 0));
80 if (video->cxdata() != NULL) {
82 video->cxdata(), video->frame_size(), &stream_info);
87 decoder->DecodeFrame(video->cxdata(), video->frame_size());
H A Divf_video_source.h89 virtual const uint8_t *cxdata() const { function in class:libvpx_test::IVFVideoSource
H A Dwebm_video_source.h77 virtual const uint8_t *cxdata() const { return end_of_file_ ? NULL : buf_; } function in class:libvpx_test::WebMVideoSource

Completed in 276 milliseconds