Searched refs:vpx_codec_dec_cfg_t (Results 1 – 25 of 26) sorted by relevance
12
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 35 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, 38 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, 77 VP8Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) in VP8Decoder() 80 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag, in VP8Decoder() 114 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() 119 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() 169 VP9Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) in VP9Decoder() 172 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag, in VP9Decoder() 206 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() 211 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() [all …]
|
D | decode_test_driver.h | 43 Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) in Decoder() 48 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag, in Decoder() 128 vpx_codec_dec_cfg_t cfg_; 140 const vpx_codec_dec_cfg_t &dec_cfg); 142 virtual void set_cfg(const vpx_codec_dec_cfg_t &dec_cfg); 175 vpx_codec_dec_cfg_t cfg_;
|
D | decode_test_driver.cc | 69 const vpx_codec_dec_cfg_t &dec_cfg) { in RunLoop() 111 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in RunLoop() 115 void DecoderTest::set_cfg(const vpx_codec_dec_cfg_t &dec_cfg) { in set_cfg()
|
D | decode_perf_test.cc | 83 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TEST_P() 242 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TEST_P()
|
D | vp9_frame_parallel_test.cc | 49 vpx_codec_dec_cfg_t cfg = {0}; in DecodeFileWithPause() 137 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in DecodeFile()
|
D | vp8_decrypt_test.cc | 50 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in TEST()
|
D | vp9_decrypt_test.cc | 50 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 | 32 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TileIndependenceTest()
|
D | invalid_file_test.cc | 89 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in RunTest()
|
D | vp9_ethread_test.cc | 32 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in VPxEncoderThreadTest()
|
D | encode_test_driver.cc | 112 dec_cfg_ = vpx_codec_dec_cfg_t(); in InitializeConfig() 176 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in RunLoop()
|
D | byte_alignment_test.cc | 69 const vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in SetUp()
|
D | vp9_skip_loopfilter_test.cc | 48 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in Init()
|
D | vp9_thread_test.cc | 166 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in DecodeFile()
|
D | external_frame_buffer_test.cc | 295 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in SetUp()
|
D | test_vector_test.cc | 95 vpx_codec_dec_cfg_t cfg = {0}; in TEST_P()
|
D | encode_test_driver.h | 267 vpx_codec_dec_cfg_t dec_cfg_;
|
D | svc_test.cc | 63 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 138 const vpx_codec_dec_cfg_t *cfg,
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.h | 29 vpx_codec_dec_cfg_t cfg;
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_decoder.c | 27 const vpx_codec_dec_cfg_t *cfg, in vpx_codec_dec_init_ver()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 49 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 | 563 vpx_codec_dec_cfg_t cfg = {0, 0, 0}; in main_loop()
|
12