Home
last modified time | relevance | path

Searched refs:get_aom_decoder_by_fourcc (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/examples/
Dsimple_decoder.c112 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_with_drops.c102 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
Ddecode_to_md5.c97 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
Dlightfield_tile_list_decoder.c132 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
Dlightfield_decoder.c192 decoder = get_aom_decoder_by_fourcc(AV1_FOURCC); in main()
Dlightfield_bitstream_parsing.c223 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
Danalyzer.cc90 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in open()
Dinspect.c758 const AvxInterface *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in open_file()
/external/libaom/libaom/common/
Dtools_common.h161 const AvxInterface *get_aom_decoder_by_fourcc(uint32_t fourcc);
Dtools_common.c181 const AvxInterface *get_aom_decoder_by_fourcc(uint32_t fourcc) { in get_aom_decoder_by_fourcc() function
/external/libaom/libaom/apps/
Daomdec.c666 fourcc_interface = get_aom_decoder_by_fourcc(aom_input_ctx.fourcc); in main_loop()