Searched refs:get_vpx_decoder_by_fourcc (Results 1 – 7 of 7) sorted by relevance
115 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
81 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
103 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
98 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main()
146 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
190 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { in get_vpx_decoder_by_fourcc() function
760 fourcc_interface = get_vpx_decoder_by_fourcc(vpx_input_ctx.fourcc); in main_loop()