Lines Matching defs:decoder
33 let mut decoder = get_decoder("alpha_noispe.avif"); in alpha_no_ispe() localVariable
63 let mut decoder = get_decoder("colors-animated-8bpc.avif"); in animated_image() localVariable
86 let mut decoder = get_decoder("colors-animated-8bpc.avif"); in animated_image_with_source_set_to_primary_item() localVariable
112 let mut decoder = get_decoder("colors-animated-8bpc-alpha-exif-xmp.avif"); in animated_image_with_alpha_and_metadata() localVariable
134 let mut decoder = get_decoder("colors-animated-12bpc-keyframes-0-2-3.avif"); in keyframes() localVariable
167 let mut decoder = get_decoder("color_grid_alpha_nogrid.avif"); in color_grid_alpha_no_grid() localVariable
195 let mut decoder = get_decoder(&filename_with_prefix); in progressive() localVariable
235 let mut decoder = get_decoder("paris_icc_exif_xmp.avif"); in decoder_parse_icc_exif_xmp() localVariable
276 let mut decoder = get_decoder("color_grid_gainmap_different_grid.avif"); in color_grid_gainmap_different_grid() localVariable
304 let mut decoder = get_decoder("color_grid_alpha_grid_gainmap_nogrid.avif"); in color_grid_alpha_grid_gainmap_nogrid() localVariable
332 let mut decoder = get_decoder("color_nogrid_alpha_nogrid_gainmap_grid.avif"); in color_nogrid_alpha_nogrid_gainmap_grid() localVariable
360 let mut decoder = get_decoder("gainmap_oriented.avif"); in gainmap_oriented() localVariable
381 let mut decoder = get_decoder(filename); in decode_unsupported_version() localVariable
406 let mut decoder = get_decoder("unsupported_gainmap_writer_version_with_extra_bytes.avif"); in decode_unsupported_writer_version_with_extra_bytes() localVariable
421 let mut decoder = get_decoder("supported_gainmap_writer_version_with_extra_bytes.avif"); in decode_supported_writer_version_with_extra_bytes() localVariable
431 let mut decoder = get_decoder("seine_sdr_gainmap_srgb.avif"); in decode_ignore_gain_map_but_read_metadata() localVariable
450 let mut decoder = get_decoder("seine_sdr_gainmap_srgb.avif"); in decode_ignore_color_and_alpha() localVariable
483 let mut decoder = get_decoder(filename); in decode_ignore_all() localVariable
513 let mut decoder = get_decoder(&filename_with_prefix); in clli() localVariable
532 let mut decoder = decoder::Decoder::default(); in raw_io() localVariable
586 let mut decoder = decoder::Decoder::default(); in custom_io() localVariable
685 let mut decoder = decoder::Decoder::default(); in incremental_decode() localVariable
753 let mut decoder = get_decoder("colors-animated-8bpc.avif"); in nth_image() localVariable
771 let mut decoder = get_decoder("invalid_color10x10_alpha5x5.avif"); in color_and_alpha_dimensions_do_not_match() localVariable
789 let mut decoder = get_decoder("alpha.avif"); in rgb_conversion_alpha_premultiply() localVariable
808 let mut decoder = get_decoder("white_1x1.avif"); in white_1x1() localVariable
839 let mut decoder = decoder::Decoder::default(); in white_1x1_mdat_size0() localVariable
854 let mut decoder = decoder::Decoder::default(); in white_1x1_meta_size0() localVariable
876 let mut decoder = decoder::Decoder::default(); in white_1x1_ftyp_size0() localVariable
887 let mut decoder = get_decoder("sofa_grid1x5_420_dimg_repeat.avif"); in dimg_repetition() localVariable
898 let mut decoder = get_decoder("color_grid_alpha_grid_tile_shared_in_dimg.avif"); in dimg_shared() localVariable
936 let mut decoder = get_decoder("blue.heic"); in heic_parsing() localVariable