Searched refs:vpx_codec_dec_cfg_t (Results 1 – 25 of 25) sorted by relevance
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 37 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()
|
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 | 68 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()
|
D | decode_perf_test.cc | 83 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()
|
D | vp9_decrypt_test.cc | 48 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in TEST()
|
D | vp8_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 | 88 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in RunTest()
|
D | encode_test_driver.cc | 103 dec_cfg_ = vpx_codec_dec_cfg_t(); in InitializeConfig() 166 vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); in RunLoop()
|
D | byte_alignment_test.cc | 66 const vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in SetUp()
|
D | external_frame_buffer_test.cc | 297 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 | vp9_skip_loopfilter_test.cc | 44 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in Init()
|
D | test_vector_test.cc | 117 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in TEST_P()
|
D | vp9_thread_test.cc | 161 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); in DecodeFile()
|
D | encode_test_driver.h | 281 vpx_codec_dec_cfg_t dec_cfg_;
|
/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/examples/ |
D | vpx_dec_fuzzer.cc | 92 vpx_codec_dec_cfg_t cfg = { threads, 0, 0 }; in LLVMFuzzerTestOneInput()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_decoder.c | 26 const vpx_codec_dec_cfg_t *cfg, in vpx_codec_dec_init_ver()
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_vp8_decoder.cc | 151 vpx_codec_dec_cfg_t cfg; in InitDecode()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 45 vpx_codec_dec_cfg_t cfg;
|
/external/exoplayer/tree/extensions/vp9/src/main/jni/ |
D | vpx_jni.cc | 441 vpx_codec_dec_cfg_t cfg = {0, 0, 0}; in DECODER_FUNC()
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 543 vpx_codec_dec_cfg_t cfg = { 0, 0, 0 }; in main_loop()
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 1705 vpx_codec_dec_cfg_t cfg; in InitDecode()
|