Home
last modified time | relevance | path

Searched refs:vpx_codec_dec_cfg_t (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/libvpx/test/
Dcodec_factory.h37 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const = 0;
39 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg,
81 explicit VP8Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP8Decoder()
83 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP8Decoder()
116 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder()
120 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
177 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder()
179 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder()
212 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder()
216 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
Ddecode_test_driver.h41 explicit Decoder(vpx_codec_dec_cfg_t cfg) in Decoder()
46 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in Decoder()
112 vpx_codec_dec_cfg_t cfg_;
123 const vpx_codec_dec_cfg_t &dec_cfg);
125 virtual void set_cfg(const vpx_codec_dec_cfg_t &dec_cfg);
156 vpx_codec_dec_cfg_t cfg_;
Ddecode_test_driver.cc68 const vpx_codec_dec_cfg_t &dec_cfg) { in RunLoop()
109 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in RunLoop()
113 void DecoderTest::set_cfg(const vpx_codec_dec_cfg_t &dec_cfg) { in set_cfg()
Ddecode_perf_test.cc83 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TEST_P()
232 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TEST_P()
Dvp9_decrypt_test.cc48 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in TEST()
Dvp8_decrypt_test.cc48 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in TEST()
Duser_priv_test.cc50 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in DecodeFile()
Dtile_independence_test.cc30 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TileIndependenceTest()
Dinvalid_file_test.cc88 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in RunTest()
Dencode_test_driver.cc103 dec_cfg_ = vpx_codec_dec_cfg_t(); in InitializeConfig()
166 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in RunLoop()
Dexternal_frame_buffer_test.cc297 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in SetUp()
363 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in SetUp()
Dtest_vector_test.cc96 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TEST_P()
Dbyte_alignment_test.cc66 const vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in SetUp()
Dvp9_skip_loopfilter_test.cc44 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in Init()
Dvp9_thread_test.cc161 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in DecodeFile()
Dencode_test_driver.h281 vpx_codec_dec_cfg_t dec_cfg_;
/external/libvpx/libvpx/vpx/
Dvpx_decoder.h111 } vpx_codec_dec_cfg_t; /**< alias for struct vpx_codec_dec_cfg */ typedef
137 const vpx_codec_dec_cfg_t *cfg,
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h20 vpx_codec_dec_cfg_t cfg;
/external/libvpx/libvpx/examples/
Dvpx_dec_fuzzer.cc142 vpx_codec_dec_cfg_t cfg = { threads, 0, 0 }; in LLVMFuzzerTestOneInput()
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c26 const vpx_codec_dec_cfg_t *cfg, in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c45 vpx_codec_dec_cfg_t cfg;
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc861 vpx_codec_dec_cfg_t cfg; in InitDecode()
/external/libvpx/libvpx/
Dvpxdec.c543 vpx_codec_dec_cfg_t cfg = { 0, 0, 0 }; in main_loop()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1093 vpx_codec_dec_cfg_t cfg; in InitDecode()