Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h377 vpx_codec_flags_t init_flags;
521 unsigned long (*calc_sz)(const vpx_codec_dec_cfg_t *, vpx_codec_flags_t);
537 vpx_codec_flags_t init_flags);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h166 typedef long vpx_codec_flags_t; typedef
206 vpx_codec_flags_t init_flags; /**< Flags passed at init time */
Dvpx_encoder.h689 vpx_codec_flags_t flags,
729 vpx_codec_flags_t flags,
Dvpx_decoder.h143 vpx_codec_flags_t flags,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_codec.c162 vpx_codec_flags_t init_flags) { in vpx_validate_mmaps()
Dvpx_encoder.c26 vpx_codec_flags_t flags, in vpx_codec_enc_init_ver()
70 vpx_codec_flags_t flags, in vpx_codec_enc_init_multi_ver()
Dvpx_decoder.c25 vpx_codec_flags_t flags, in vpx_codec_dec_init_ver()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c42 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t);
76 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t flags) in vp8_priv_sz()