Searched refs:get_vpx_decoder_by_fourcc (Results 1 – 7 of 7) sorted by relevance
118 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
83 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
105 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
101 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
143 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
207 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { in get_vpx_decoder_by_fourcc() function
791 fourcc_interface = get_vpx_decoder_by_fourcc(vpx_input_ctx.fourcc); in main_loop()