Home
last modified time | relevance | path

Searched refs:vpx_codec_flags_t (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/test/
Ddecode_test_driver.h46 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_;
Dcodec_factory.h40 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()
Ddecode_test_driver.cc117 void DecoderTest::set_flags(const vpx_codec_flags_t flags) { flags_ = flags; } in set_flags()
Dtest_vector_test.cc95 vpx_codec_flags_t flags = 0; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h167 typedef long vpx_codec_flags_t; typedef
202 vpx_codec_flags_t init_flags; /**< Flags passed at init time */
Dvpx_encoder.h735 vpx_codec_flags_t flags, int ver);
766 int num_enc, vpx_codec_flags_t flags, vpx_rational_t *dsf, int ver);
Dvpx_decoder.h138 vpx_codec_flags_t flags, int ver);
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c32 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()
Dvpx_decoder.c27 vpx_codec_flags_t flags, int ver) { in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h341 vpx_codec_flags_t init_flags;
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc641 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/
Dvp9_impl.cc865 vpx_codec_flags_t flags = 0; in InitDecode()