Searched refs:vpx_codec_flags_t (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/test/ |
D | decode_test_driver.h | 46 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in Decoder() 113 vpx_codec_flags_t flags_; 126 virtual void set_flags(const vpx_codec_flags_t flags); 157 vpx_codec_flags_t flags_;
|
D | codec_factory.h | 40 const vpx_codec_flags_t flags) const = 0; 83 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP8Decoder() 121 const vpx_codec_flags_t flags) const { in CreateDecoder() 179 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder() 217 const vpx_codec_flags_t flags) const { in CreateDecoder()
|
D | decode_test_driver.cc | 117 void DecoderTest::set_flags(const vpx_codec_flags_t flags) { flags_ = flags; } in set_flags()
|
D | test_vector_test.cc | 95 vpx_codec_flags_t flags = 0; in TEST_P()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 167 typedef long vpx_codec_flags_t; typedef 202 vpx_codec_flags_t init_flags; /**< Flags passed at init time */
|
D | vpx_encoder.h | 735 vpx_codec_flags_t flags, int ver); 766 int num_enc, vpx_codec_flags_t flags, vpx_rational_t *dsf, int ver);
|
D | vpx_decoder.h | 138 vpx_codec_flags_t flags, int ver);
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 32 vpx_codec_flags_t flags, int ver) { in vpx_codec_enc_init_ver() 67 int num_enc, vpx_codec_flags_t flags, vpx_rational_t *dsf, int ver) { in vpx_codec_enc_init_multi_ver()
|
D | vpx_decoder.c | 27 vpx_codec_flags_t flags, int ver) { in vpx_codec_dec_init_ver()
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 341 vpx_codec_flags_t init_flags;
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 641 vpx_codec_flags_t flags = 0; in InitAndSetControlSettings() 1098 vpx_codec_flags_t flags = 0; in InitDecode()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 865 vpx_codec_flags_t flags = 0; in InitDecode()
|