HomeSort by relevance Sort by last modified time
    Searched refs:CodecInterface (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/test/
decode_test_driver.h 92 return vpx_codec_iface_name(CodecInterface());
100 virtual vpx_codec_iface_t *CodecInterface() const = 0;
105 vpx_codec_dec_init(&decoder_, CodecInterface(), &cfg_, flags_);
codec_factory.h 86 virtual vpx_codec_iface_t *CodecInterface() const {
102 virtual vpx_codec_iface_t *CodecInterface() const {
182 virtual vpx_codec_iface_t *CodecInterface() const {
198 virtual vpx_codec_iface_t *CodecInterface() const {
encode_test_driver.cc 33 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, init_flags_);
37 if (CodecInterface() == &vpx_codec_vp9_cx_algo) {
47 ASSERT_EQ(&vpx_codec_vp8_cx_algo, CodecInterface())
decode_test_driver.cc 25 CodecInterface(), cxdata, static_cast<unsigned int>(size), stream_info);
encode_test_driver.h 158 virtual vpx_codec_iface_t *CodecInterface() const = 0;

Completed in 74 milliseconds