Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dcodec_factory.h39 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()
Ddecode_test_driver.h48 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_;
Dvp9_frame_parallel_test.cc51 vpx_codec_flags_t flags = 0; in DecodeFileWithPause()
139 const vpx_codec_flags_t flags = VPX_CODEC_USE_FRAME_THREADING; in DecodeFile()
Ddecode_test_driver.cc119 void DecoderTest::set_flags(const vpx_codec_flags_t flags) { in set_flags()
Dtest_vector_test.cc94 vpx_codec_flags_t flags = 0; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h165 typedef long vpx_codec_flags_t; typedef
204 vpx_codec_flags_t init_flags; /**< Flags passed at init time */
Dvpx_encoder.h792 vpx_codec_flags_t flags,
828 vpx_codec_flags_t flags,
Dvpx_decoder.h139 vpx_codec_flags_t flags,
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c30 vpx_codec_flags_t flags, in vpx_codec_enc_init_ver()
69 vpx_codec_flags_t flags, in vpx_codec_enc_init_multi_ver()
Dvpx_decoder.c28 vpx_codec_flags_t flags, in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h339 vpx_codec_flags_t init_flags;
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c45 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t);
71 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t flags) in vp8_priv_sz()