Searched refs:get_aom_decoder_by_fourcc (Results 1 – 11 of 11) sorted by relevance
112 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
102 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
97 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
132 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
192 decoder = get_aom_decoder_by_fourcc(AV1_FOURCC); in main()
223 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
90 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in open()
758 const AvxInterface *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in open_file()
161 const AvxInterface *get_aom_decoder_by_fourcc(uint32_t fourcc);
181 const AvxInterface *get_aom_decoder_by_fourcc(uint32_t fourcc) { in get_aom_decoder_by_fourcc() function
666 fourcc_interface = get_aom_decoder_by_fourcc(aom_input_ctx.fourcc); in main_loop()