Home
last modified time | relevance | path

Searched refs:get_vpx_decoder_by_name (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/examples/
Dvpx_dec_fuzzer.cc134 const VpxInterface *decoder = get_vpx_decoder_by_name(VPX_STRINGIFY(DECODER)); in LLVMFuzzerTestOneInput()
Dvp9cx_set_ref.c383 const VpxInterface *decoder = get_vpx_decoder_by_name("vp9"); in main()
/external/libvpx/libvpx/
Dtools_common.h145 const VpxInterface *get_vpx_decoder_by_name(const char *name);
Dtools_common.c179 const VpxInterface *get_vpx_decoder_by_name(const char *name) { in get_vpx_decoder_by_name() function
Dvpxdec.c593 interface = get_vpx_decoder_by_name(arg.val); in main_loop()
Dvpxenc.c1590 const VpxInterface *decoder = get_vpx_decoder_by_name(global->codec->name); in initialize_encoder()