HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_flags_t (Results 1 - 14 of 14) sorted by null

  /external/libvpx/libvpx/test/
decode_test_driver.h 46 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag)
113 vpx_codec_flags_t flags_;
126 virtual void set_flags(const vpx_codec_flags_t flags);
157 vpx_codec_flags_t flags_;
codec_factory.h 38 const vpx_codec_flags_t flags) const = 0;
82 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag)
120 const vpx_codec_flags_t flags) const {
178 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag)
216 const vpx_codec_flags_t flags) const {
decode_test_driver.cc 116 void DecoderTest::set_flags(const vpx_codec_flags_t flags) { flags_ = flags; }
test_vector_test.cc 92 vpx_codec_flags_t flags = 0;
  /external/libvpx/libvpx/vpx/
vpx_codec.h 167 typedef long vpx_codec_flags_t; typedef
202 vpx_codec_flags_t init_flags; /**< Flags passed at init time */
vpx_decoder.h 138 vpx_codec_flags_t flags, int ver);
vpx_encoder.h 754 vpx_codec_flags_t flags, int ver);
785 int num_enc, vpx_codec_flags_t flags, vpx_rational_t *dsf, int ver);
    [all...]
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 341 vpx_codec_flags_t init_flags;
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 91 vpx_codec_flags_t flags;
93 memset(&flags, 0, sizeof(vpx_codec_flags_t));
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 32 vpx_codec_flags_t flags, int ver) {
67 int num_enc, vpx_codec_flags_t flags, vpx_rational_t *dsf, int ver) {
vpx_decoder.c 27 vpx_codec_flags_t flags, int ver) {
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxDec.cpp 256 vpx_codec_flags_t flags;
257 memset(&flags, 0, sizeof(vpx_codec_flags_t));
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 641 vpx_codec_flags_t flags = 0;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 865 vpx_codec_flags_t flags = 0;
    [all...]

Completed in 1705 milliseconds