Home
last modified time | relevance | path

Searched refs:CodecInterface (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/test/
Dcodec_factory.h87 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface() function
103 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface() function
183 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface() function
199 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface() function
Ddecode_test_driver.h92 return vpx_codec_iface_name(CodecInterface()); in GetDecoderName()
100 virtual vpx_codec_iface_t *CodecInterface() const = 0;
105 vpx_codec_dec_init(&decoder_, CodecInterface(), &cfg_, flags_); in InitOnce()
Dencode_test_driver.cc34 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, init_flags_); in InitEncoder()
38 if (CodecInterface() == &vpx_codec_vp9_cx_algo) { in InitEncoder()
48 ASSERT_EQ(&vpx_codec_vp8_cx_algo, CodecInterface()) in InitEncoder()
Ddecode_test_driver.cc25 CodecInterface(), cxdata, static_cast<unsigned int>(size), stream_info); in PeekStream()
Dencode_test_driver.h171 virtual vpx_codec_iface_t *CodecInterface() const = 0;
/external/libaom/libaom/test/
Ddecode_test_driver.h95 return aom_codec_iface_name(CodecInterface()); in GetDecoderName()
103 virtual aom_codec_iface_t *CodecInterface() const = 0;
108 aom_codec_dec_init(&decoder_, CodecInterface(), &cfg_, flags_); in InitOnce()
Dcodec_factory.h90 virtual aom_codec_iface_t *CodecInterface() const { in CodecInterface() function
106 virtual aom_codec_iface_t *CodecInterface() const { in CodecInterface() function
Ddecode_test_driver.cc25 return aom_codec_peek_stream_info(CodecInterface(), cxdata, size, in PeekStream()
Dencode_test_driver.h136 virtual aom_codec_iface_t *CodecInterface() const = 0;
Dencode_test_driver.cc37 res = aom_codec_enc_init(&encoder_, CodecInterface(), &cfg_, init_flags_); in InitEncoder()