Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dcodec_factory.h86 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface() function
102 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface() function
182 virtual vpx_codec_iface_t *CodecInterface() const { in CodecInterface() function
198 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.cc33 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, init_flags_); in InitEncoder()
37 if (CodecInterface() == &vpx_codec_vp9_cx_algo) { in InitEncoder()
47 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.h151 virtual vpx_codec_iface_t *CodecInterface() const = 0;