Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.h130 typedef struct VpxInterface { struct
134 } VpxInterface; argument
137 const VpxInterface *get_vpx_encoder_by_index(int i);
138 const VpxInterface *get_vpx_encoder_by_name(const char *name);
141 const VpxInterface *get_vpx_decoder_by_index(int i);
142 const VpxInterface *get_vpx_decoder_by_name(const char *name);
143 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
Dtools_common.c135 static const VpxInterface vpx_encoders[] = {
153 const VpxInterface *get_vpx_encoder_by_index(int i) { in get_vpx_encoder_by_index()
157 const VpxInterface *get_vpx_encoder_by_name(const char *name) { in get_vpx_encoder_by_name()
161 const VpxInterface *encoder = get_vpx_encoder_by_index(i); in get_vpx_encoder_by_name()
173 static const VpxInterface vpx_decoders[] = {
191 const VpxInterface *get_vpx_decoder_by_index(int i) { in get_vpx_decoder_by_index()
195 const VpxInterface *get_vpx_decoder_by_name(const char *name) { in get_vpx_decoder_by_name()
199 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_name()
207 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { in get_vpx_decoder_by_fourcc()
211 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_fourcc()
Dvpxenc.h33 struct VpxInterface;
37 const struct VpxInterface *codec;
Dvpxdec.c201 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in usage_exit()
328 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in file_is_raw()
553 const VpxInterface *interface = NULL; in main_loop()
554 const VpxInterface *fourcc_interface = NULL; in main_loop()
Dvpxenc.c537 const VpxInterface *const encoder = get_vpx_encoder_by_index(i); in usage_exit()
1571 const VpxInterface *decoder = get_vpx_decoder_by_name(global->codec->name); in initialize_encoder()
1814 const VpxInterface *codec) { in test_decode()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c131 const VpxInterface *encoder, in pass0()
161 const VpxInterface *encoder, in pass1()
208 const VpxInterface *encoder = NULL; in main()
Dsimple_decoder.c101 const VpxInterface *decoder = NULL; in main()
Dpostproc.c66 const VpxInterface *decoder = NULL; in main()
Ddecode_with_drops.c77 const VpxInterface *decoder = NULL; in main()
Ddecode_to_md5.c85 const VpxInterface *decoder = NULL; in main()
Dvp9_lossless_encoder.c71 const VpxInterface *encoder = NULL; in main()
Dvp8cx_set_ref.c108 const VpxInterface *encoder = NULL; in main()
Dsimple_encoder.c159 const VpxInterface *encoder = NULL; in main()
Dset_maps.c169 const VpxInterface *encoder = NULL; in main()
Dvpx_temporal_svc_encoder.c490 const VpxInterface *encoder = NULL; in main()