Home
last modified time | relevance | path

Searched refs:get_vpx_decoder_by_fourcc (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/examples/
Dsimple_decoder.c115 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Dpostproc.c81 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_with_drops.c103 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_to_md5.c98 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
/external/libvpx/libvpx/
Dtools_common.h145 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
Dtools_common.c190 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { in get_vpx_decoder_by_fourcc() function
Dvpxdec.c720 fourcc_interface = get_vpx_decoder_by_fourcc(vpx_input_ctx.fourcc); in main_loop()