/external/chromium_org/media/cast/sender/ |
vp8_encoder.h | 78 uint32 GetCodecReferenceFlags(vpx_codec_flags_t* flags); 82 vpx_codec_flags_t* flags);
|
vp8_encoder.cc | 107 vpx_codec_flags_t flags = 0; 139 vpx_codec_flags_t flags = 0; 229 uint32 Vp8Encoder::GetCodecReferenceFlags(vpx_codec_flags_t* flags) { 344 vpx_codec_flags_t* flags) {
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
vpx_codec.h | 165 typedef long vpx_codec_flags_t; typedef 204 vpx_codec_flags_t init_flags; /**< Flags passed at init time */
|
vpx_decoder.h | 139 vpx_codec_flags_t flags,
|
vpx_encoder.h | 752 vpx_codec_flags_t flags, 788 vpx_codec_flags_t flags, [all...] |
/external/libvpx/libvpx/vpx/ |
vpx_decoder.h | 143 vpx_codec_flags_t flags,
|
vpx_codec.h | 166 typedef long vpx_codec_flags_t; typedef 206 vpx_codec_flags_t init_flags; /**< Flags passed at init time */
|
vpx_encoder.h | 689 vpx_codec_flags_t flags, 729 vpx_codec_flags_t flags, [all...] |
/external/libvpx/libvpx/vpx/internal/ |
vpx_codec_internal.h | 377 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);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/ |
vpx_codec_internal.h | 339 vpx_codec_flags_t init_flags;
|
/external/libvpx/libvpx/vpx/src/ |
vpx_codec.c | 162 vpx_codec_flags_t init_flags) {
|
vpx_encoder.c | 26 vpx_codec_flags_t flags, 70 vpx_codec_flags_t flags,
|
vpx_decoder.c | 24 vpx_codec_flags_t flags,
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/ |
vpx_encoder.c | 30 vpx_codec_flags_t flags, 69 vpx_codec_flags_t flags,
|
vpx_decoder.c | 28 vpx_codec_flags_t flags,
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_dx_iface.c | 43 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t); 70 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t flags)
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
vp8_impl.cc | 282 vpx_codec_flags_t flags = 0; 561 vpx_codec_flags_t flags = 0;
|
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 42 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)
|