Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/examples/
H A Dsimple_decoder.c110 aom_codec_iface_t *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
H A Ddecode_with_drops.c100 aom_codec_iface_t *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
H A Ddecode_to_md5.c95 aom_codec_iface_t *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
H A Dlightfield_tile_list_decoder.c136 aom_codec_iface_t *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
H A Dlightfield_bitstream_parsing.c213 aom_codec_iface_t *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in main()
H A Dlightfield_decoder.c198 decoder = get_aom_decoder_by_fourcc(AV1_FOURCC); in main()
H A Danalyzer.cc89 decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in open()
H A Dinspect.c766 aom_codec_iface_t *decoder = get_aom_decoder_by_fourcc(info->codec_fourcc); in open_file()
/aosp_15_r20/external/libaom/common/
H A Dtools_common.h175 aom_codec_iface_t *get_aom_decoder_by_fourcc(uint32_t fourcc);
H A Dtools_common.c216 aom_codec_iface_t *get_aom_decoder_by_fourcc(uint32_t fourcc) { in get_aom_decoder_by_fourcc() function
/aosp_15_r20/external/libaom/apps/
H A Daomdec.c697 get_aom_decoder_by_fourcc(aom_input_ctx.fourcc); in main_loop()