Searched refs:CodecInterface (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 87 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
|
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 | 34 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()
|
D | decode_test_driver.cc | 25 CodecInterface(), cxdata, static_cast<unsigned int>(size), stream_info); in PeekStream()
|
D | encode_test_driver.h | 171 virtual vpx_codec_iface_t *CodecInterface() const = 0;
|
/external/libaom/libaom/test/ |
D | decode_test_driver.h | 95 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()
|
D | codec_factory.h | 90 virtual aom_codec_iface_t *CodecInterface() const { in CodecInterface() function 106 virtual aom_codec_iface_t *CodecInterface() const { in CodecInterface() function
|
D | decode_test_driver.cc | 25 return aom_codec_peek_stream_info(CodecInterface(), cxdata, size, in PeekStream()
|
D | encode_test_driver.h | 136 virtual aom_codec_iface_t *CodecInterface() const = 0;
|
D | encode_test_driver.cc | 37 res = aom_codec_enc_init(&encoder_, CodecInterface(), &cfg_, init_flags_); in InitEncoder()
|