OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_flags_t
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.h
64
void GetCodecReferenceFlags(
vpx_codec_flags_t
* flags);
68
vpx_codec_flags_t
* flags);
vp8_encoder.cc
112
vpx_codec_flags_t
flags = 0;
141
vpx_codec_flags_t
flags = 0;
217
void Vp8Encoder::GetCodecReferenceFlags(
vpx_codec_flags_t
* flags) {
301
vpx_codec_flags_t
* flags) {
/external/libvpx/libvpx/vpx/
vpx_decoder.h
140
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
681
vpx_codec_flags_t
flags,
721
vpx_codec_flags_t
flags,
[
all
...]
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
343
vpx_codec_flags_t
init_flags;
486
unsigned long (*calc_sz)(const vpx_codec_dec_cfg_t *,
vpx_codec_flags_t
);
502
vpx_codec_flags_t
init_flags);
/external/chromium_org/media/cast/video_receiver/codecs/vp8/
vp8_decoder.cc
39
vpx_codec_flags_t
flags = VPX_CODEC_USE_POSTPROC;
/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/libvpx/libvpx/vp9/
vp9_dx_iface.c
34
vpx_codec_flags_t
flags);
65
vpx_codec_flags_t
flags) {
/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)
Completed in 560 milliseconds