Searched refs:vpx_codec_dec_cfg_t (Results 1 – 24 of 24) sorted by relevance
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 35 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const = 0; 37 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, 80 explicit VP8Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP8Decoder() 82 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP8Decoder() 115 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder() 119 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() 176 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder() 178 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder() 211 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder() 215 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
|
D | decode_test_driver.h | 41 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_;
|
D | decode_test_driver.cc | 67 const vpx_codec_dec_cfg_t &dec_cfg) { in RunLoop() 108 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in RunLoop() 112 void DecoderTest::set_cfg(const vpx_codec_dec_cfg_t &dec_cfg) { in set_cfg()
|
D | decode_perf_test.cc | 81 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TEST_P() 230 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TEST_P()
|
D | vp8_decrypt_test.cc | 48 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in TEST()
|
D | vp9_decrypt_test.cc | 48 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in TEST()
|
D | user_priv_test.cc | 50 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in DecodeFile()
|
D | tile_independence_test.cc | 30 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TileIndependenceTest()
|
D | invalid_file_test.cc | 87 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in RunTest()
|
D | encode_test_driver.cc | 102 dec_cfg_ = vpx_codec_dec_cfg_t(); in InitializeConfig() 163 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in RunLoop()
|
D | external_frame_buffer_test.cc | 296 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()
|
D | test_vector_test.cc | 93 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TEST_P()
|
D | byte_alignment_test.cc | 66 const vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in SetUp()
|
D | vp9_skip_loopfilter_test.cc | 44 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in Init()
|
D | vp9_thread_test.cc | 162 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in DecodeFile()
|
D | encode_test_driver.h | 265 vpx_codec_dec_cfg_t dec_cfg_;
|
D | svc_test.cc | 61 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in SetUp()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_decoder.h | 111 } 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/ |
D | vp9_dx_iface.h | 20 vpx_codec_dec_cfg_t cfg;
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_decoder.c | 26 const vpx_codec_dec_cfg_t *cfg, in vpx_codec_dec_init_ver()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 45 vpx_codec_dec_cfg_t cfg;
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 861 vpx_codec_dec_cfg_t cfg; in InitDecode()
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 519 vpx_codec_dec_cfg_t cfg = { 0, 0, 0 }; in main_loop()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 1093 vpx_codec_dec_cfg_t cfg; in InitDecode()
|