Searched refs:vpx_codec_flags_t (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/test/ |
D | codec_factory.h | 39 const vpx_codec_flags_t flags, 80 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag, in VP8Decoder() 120 const vpx_codec_flags_t flags, in CreateDecoder() 172 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag, in VP9Decoder() 212 const vpx_codec_flags_t flags, in CreateDecoder() 265 VP10Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag, in VP10Decoder() 305 const vpx_codec_flags_t flags, in CreateDecoder()
|
D | decode_test_driver.h | 48 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag, in Decoder() 129 vpx_codec_flags_t flags_; 143 virtual void set_flags(const vpx_codec_flags_t flags); 176 vpx_codec_flags_t flags_;
|
D | vp9_frame_parallel_test.cc | 51 vpx_codec_flags_t flags = 0; in DecodeFileWithPause() 139 const vpx_codec_flags_t flags = VPX_CODEC_USE_FRAME_THREADING; in DecodeFile()
|
D | decode_test_driver.cc | 119 void DecoderTest::set_flags(const vpx_codec_flags_t flags) { in set_flags()
|
D | test_vector_test.cc | 94 vpx_codec_flags_t flags = 0; in TEST_P()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 165 typedef long vpx_codec_flags_t; typedef 204 vpx_codec_flags_t init_flags; /**< Flags passed at init time */
|
D | vpx_encoder.h | 792 vpx_codec_flags_t flags, 828 vpx_codec_flags_t flags,
|
D | vpx_decoder.h | 139 vpx_codec_flags_t flags,
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 30 vpx_codec_flags_t flags, in vpx_codec_enc_init_ver() 69 vpx_codec_flags_t flags, in vpx_codec_enc_init_multi_ver()
|
D | vpx_decoder.c | 28 vpx_codec_flags_t flags, in vpx_codec_dec_init_ver()
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 339 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()
|