Lines Matching defs:decoder
33 let mut decoder = get_decoder("alpha_noispe.avif"); in alpha_no_ispe() localVariable
62 let mut decoder = get_decoder("alpha_premultiplied.avif"); in alpha_premultiplied() localVariable
85 let mut decoder = get_decoder(filename); in animated_image() localVariable
109 let mut decoder = get_decoder(filename); in animated_image_with_source_set_to_primary_item() localVariable
135 let mut decoder = get_decoder("colors-animated-8bpc-alpha-exif-xmp.avif"); in animated_image_with_alpha_and_metadata() localVariable
157 let mut decoder = get_decoder("colors-animated-8bpc-depth-exif-xmp.avif"); in animated_image_with_depth_and_metadata() localVariable
179 let mut decoder = get_decoder("colors-animated-8bpc-depth-exif-xmp.avif"); in animated_image_with_depth_and_metadata_source_set_to_primary_item() localVariable
205 let mut decoder = get_decoder("colors-animated-12bpc-keyframes-0-2-3.avif"); in keyframes() localVariable
238 let mut decoder = get_decoder("color_grid_alpha_nogrid.avif"); in color_grid_alpha_no_grid() localVariable
266 let mut decoder = get_decoder(&filename_with_prefix); in progressive() localVariable
306 let mut decoder = get_decoder("paris_icc_exif_xmp.avif"); in decoder_parse_icc_exif_xmp() localVariable
347 let mut decoder = get_decoder("color_grid_gainmap_different_grid.avif"); in color_grid_gainmap_different_grid() localVariable
375 let mut decoder = get_decoder("color_grid_alpha_grid_gainmap_nogrid.avif"); in color_grid_alpha_grid_gainmap_nogrid() localVariable
403 let mut decoder = get_decoder("color_nogrid_alpha_nogrid_gainmap_grid.avif"); in color_nogrid_alpha_nogrid_gainmap_grid() localVariable
431 let mut decoder = get_decoder("gainmap_oriented.avif"); in gainmap_oriented() localVariable
452 let mut decoder = get_decoder(filename); in decode_unsupported_version() localVariable
477 let mut decoder = get_decoder("unsupported_gainmap_writer_version_with_extra_bytes.avif"); in decode_unsupported_writer_version_with_extra_bytes() localVariable
492 let mut decoder = get_decoder("supported_gainmap_writer_version_with_extra_bytes.avif"); in decode_supported_writer_version_with_extra_bytes() localVariable
502 let mut decoder = get_decoder("seine_sdr_gainmap_srgb.avif"); in decode_ignore_gain_map_but_read_metadata() localVariable
521 let mut decoder = get_decoder("seine_sdr_gainmap_srgb.avif"); in decode_ignore_color_and_alpha() localVariable
554 let mut decoder = get_decoder(filename); in decode_ignore_all() localVariable
584 let mut decoder = get_decoder(&filename_with_prefix); in clli() localVariable
603 let mut decoder = decoder::Decoder::default(); in raw_io() localVariable
657 let mut decoder = decoder::Decoder::default(); in custom_io() localVariable
756 let mut decoder = decoder::Decoder::default(); in incremental_decode() localVariable
824 let mut decoder = get_decoder("colors-animated-8bpc.avif"); in nth_image() localVariable
842 let mut decoder = get_decoder("invalid_color10x10_alpha5x5.avif"); in color_and_alpha_dimensions_do_not_match() localVariable
860 let mut decoder = get_decoder("alpha.avif"); in rgb_conversion_alpha_premultiply() localVariable
879 let mut decoder = get_decoder("white_1x1.avif"); in white_1x1() localVariable
910 let mut decoder = decoder::Decoder::default(); in white_1x1_mdat_size0() localVariable
925 let mut decoder = decoder::Decoder::default(); in white_1x1_meta_size0() localVariable
947 let mut decoder = decoder::Decoder::default(); in white_1x1_ftyp_size0() localVariable
958 let mut decoder = get_decoder("sofa_grid1x5_420_dimg_repeat.avif"); in dimg_repetition() localVariable
969 let mut decoder = get_decoder("color_grid_alpha_grid_tile_shared_in_dimg.avif"); in dimg_shared() localVariable
1007 let mut decoder = get_decoder("blue.heic"); in heic_parsing() localVariable
1029 let mut decoder = get_decoder("clap_irot_imir_non_essential.avif"); in clap_irot_imir_non_essential() localVariable
1169 let mut decoder = get_decoder(info.filename); in overlay() localVariable