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.c118 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Dpostproc.c83 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_with_drops.c105 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_to_md5.c101 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
/external/libvpx/libvpx/
Dtools_common.h143 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
Dtools_common.c207 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { in get_vpx_decoder_by_fourcc() function
Dvpxdec.c791 fourcc_interface = get_vpx_decoder_by_fourcc(vpx_input_ctx.fourcc); in main_loop()