Home
last modified time | relevance | path

Searched refs:VpxInterface (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.h125 typedef struct VpxInterface { struct
129 } VpxInterface; argument
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);
Dtools_common.c132 static const VpxInterface vpx_encoders[] = {
146 const VpxInterface *get_vpx_encoder_by_index(int i) { in get_vpx_encoder_by_index()
150 const VpxInterface *get_vpx_encoder_by_name(const char *name) { in get_vpx_encoder_by_name()
154 const VpxInterface *encoder = get_vpx_encoder_by_index(i); in get_vpx_encoder_by_name()
162 static const VpxInterface vpx_decoders[] = {
176 const VpxInterface *get_vpx_decoder_by_index(int i) { in get_vpx_decoder_by_index()
180 const VpxInterface *get_vpx_decoder_by_name(const char *name) { in get_vpx_decoder_by_name()
184 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_name()
192 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { in get_vpx_decoder_by_fourcc()
196 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_fourcc()
Dvpxenc.h25 struct VpxInterface;
29 const struct VpxInterface *codec;
Dvpxdec.c164 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in usage_exit()
285 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in file_is_raw()
498 const VpxInterface *interface = NULL; in main_loop()
499 const VpxInterface *fourcc_interface = NULL; in main_loop()
Dvpxenc.c460 const VpxInterface *const encoder = get_vpx_encoder_by_index(i); in usage_exit()
1249 const VpxInterface *decoder = get_vpx_decoder_by_name(global->codec->name); in initialize_encoder()
1439 const VpxInterface *codec) { in test_decode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dsimple_decoder.c105 const VpxInterface *decoder = NULL; in main()
Dpostproc.c68 const VpxInterface *decoder = NULL; in main()
Ddecode_with_drops.c79 const VpxInterface *decoder = NULL; in main()
Ddecode_to_md5.c87 const VpxInterface *decoder = NULL; in main()
Dvp8cx_set_ref.c104 const VpxInterface *encoder = NULL; in main()
Dsimple_encoder.c158 const VpxInterface *encoder = NULL; in main()
Dtwopass_encoder.c131 const VpxInterface *encoder = NULL; in main()
Dset_maps.c163 const VpxInterface *encoder = NULL; in main()
Dvpx_temporal_scalable_patterns.c452 const VpxInterface *encoder = NULL; in main()