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 cxdata, static_cast<unsigned int>(size),
29 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) { argument
30 return DecodeFrame(cxdata, size, NULL);
33 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size, argument
39 cxdata, static_cast<unsigned int>(size),
82 if (video->cxdata() != NULL) {
83 const vpx_codec_err_t res_peek = decoder->PeekStream(video->cxdata(),
89 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(),
H A Divf_video_source.h94 virtual const uint8_t *cxdata() const { function in class:libvpx_test::IVFVideoSource
H A Dwebm_video_source.h84 virtual const uint8_t *cxdata() const { function in class:libvpx_test::WebMVideoSource

Completed in 412 milliseconds