Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dcodec_factory.h85 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface() function
101 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface() function
177 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface() function
193 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface() function
270 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface() function
286 virtual vpx_codec_iface_t* CodecInterface() const { in CodecInterface() function
Ddecode_test_driver.h105 return vpx_codec_iface_name(CodecInterface()); in GetDecoderName()
115 virtual vpx_codec_iface_t* CodecInterface() const = 0;
120 CodecInterface(), in InitOnce()
Dencode_test_driver.cc33 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, in InitEncoder()
38 if (CodecInterface() == &vpx_codec_vp9_cx_algo) { in InitEncoder()
47 if (CodecInterface() == &vpx_codec_vp10_cx_algo) { in InitEncoder()
57 ASSERT_EQ(&vpx_codec_vp8_cx_algo, CodecInterface()) in InitEncoder()
Ddecode_test_driver.cc24 return vpx_codec_peek_stream_info(CodecInterface(), in PeekStream()
Dencode_test_driver.h164 virtual vpx_codec_iface_t* CodecInterface() const = 0;