Searched refs:VpxInterface (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.h32 struct VpxInterface;
36 const struct VpxInterface *codec;
H A Dtools_common.h128 typedef struct VpxInterface { struct
132 } VpxInterface; typedef in typeref:struct:VpxInterface
135 const VpxInterface *get_vpx_encoder_by_index(int i);
136 const VpxInterface *get_vpx_encoder_by_name(const char *name);
139 const VpxInterface *get_vpx_decoder_by_index(int i);
140 const VpxInterface *get_vpx_decoder_by_name(const char *name);
141 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
H A Dtools_common.c133 static const VpxInterface vpx_encoders[] = {
147 const VpxInterface *get_vpx_encoder_by_index(int i) {
151 const VpxInterface *get_vpx_encoder_by_name(const char *name) {
155 const VpxInterface *encoder = get_vpx_encoder_by_index(i);
163 static const VpxInterface vpx_decoders[] = {
177 const VpxInterface *get_vpx_decoder_by_index(int i) {
181 const VpxInterface *get_vpx_decoder_by_name(const char *name) {
185 const VpxInterface *const decoder = get_vpx_decoder_by_index(i);
193 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) {
197 const VpxInterface *cons
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.h25 struct VpxInterface;
29 const struct VpxInterface *codec;
H A Dtools_common.h125 typedef struct VpxInterface { struct
129 } VpxInterface; typedef in typeref:struct:VpxInterface
132 const VpxInterface *get_vpx_encoder_by_index(int i);
133 const VpxInterface *get_vpx_encoder_by_name(const char *name);
136 const VpxInterface *get_vpx_decoder_by_index(int i);
137 const VpxInterface *get_vpx_decoder_by_name(const char *name);
138 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
H A Dtools_common.c132 static const VpxInterface vpx_encoders[] = {
146 const VpxInterface *get_vpx_encoder_by_index(int i) {
150 const VpxInterface *get_vpx_encoder_by_name(const char *name) {
154 const VpxInterface *encoder = get_vpx_encoder_by_index(i);
162 static const VpxInterface vpx_decoders[] = {
176 const VpxInterface *get_vpx_decoder_by_index(int i) {
180 const VpxInterface *get_vpx_decoder_by_name(const char *name) {
184 const VpxInterface *const decoder = get_vpx_decoder_by_index(i);
192 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) {
196 const VpxInterface *cons
[all...]
H A Dvpxdec.c164 const VpxInterface *const decoder = get_vpx_decoder_by_index(i);
285 const VpxInterface *const decoder = get_vpx_decoder_by_index(i);
498 const VpxInterface *interface = NULL;
499 const VpxInterface *fourcc_interface = NULL;
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dsimple_decoder.c101 const VpxInterface *decoder = NULL;
H A Ddecode_with_drops.c77 const VpxInterface *decoder = NULL;
H A Dpostproc.c66 const VpxInterface *decoder = NULL;
H A Dtwopass_encoder.c131 const VpxInterface *encoder,
161 const VpxInterface *encoder,
208 const VpxInterface *encoder = NULL;
H A Ddecode_to_md5.c85 const VpxInterface *decoder = NULL;
H A Dsimple_encoder.c159 const VpxInterface *encoder = NULL;
H A Dvp8cx_set_ref.c108 const VpxInterface *encoder = NULL;
H A Dvp9_lossless_encoder.c71 const VpxInterface *encoder = NULL;
H A Dset_maps.c169 const VpxInterface *encoder = NULL;
H A Dvp8_multi_resolution_encoder.c57 const VpxInterface *const encoder = get_vpx_encoder_by_name("vp8");
/external/libvpx/libvpx/examples/
H A Dsimple_decoder.c105 const VpxInterface *decoder = NULL;
H A Ddecode_with_drops.c79 const VpxInterface *decoder = NULL;
H A Dpostproc.c68 const VpxInterface *decoder = NULL;
H A Ddecode_to_md5.c87 const VpxInterface *decoder = NULL;
H A Dsimple_encoder.c158 const VpxInterface *encoder = NULL;
H A Dvp8cx_set_ref.c104 const VpxInterface *encoder = NULL;
H A Dset_maps.c163 const VpxInterface *encoder = NULL;
H A Dtwopass_encoder.c131 const VpxInterface *encoder = NULL;

Completed in 197 milliseconds

12