Searched refs:CodecInterface (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 86 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
|
D | decode_test_driver.h | 92 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()
|
D | encode_test_driver.cc | 33 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()
|
D | decode_test_driver.cc | 25 CodecInterface(), cxdata, static_cast<unsigned int>(size), stream_info); in PeekStream()
|
D | encode_test_driver.h | 151 virtual vpx_codec_iface_t *CodecInterface() const = 0;
|