Searched refs:jpeg_to_1555xrgb_map (Results 1 – 1 of 1) sorted by relevance
13 GX_PIXELMAP *jpeg_to_1555xrgb_map = GX_NULL; variable26 jpeg_to_1555xrgb_map = &pixelmap_memory[1]; in png_jpeg_to_1555xrgb_convert()49 if (gx_image_reader_start(&image_reader, jpeg_to_1555xrgb_map) != GX_SUCCESS) in png_jpeg_to_1555xrgb_convert()51 jpeg_to_1555xrgb_map = GX_NULL; in png_jpeg_to_1555xrgb_convert()74 if (jpeg_to_1555xrgb_map) in cleanup_output_pixelmaps()76 if (jpeg_to_1555xrgb_map->gx_pixelmap_data) in cleanup_output_pixelmaps()78 memory_free((VOID *)jpeg_to_1555xrgb_map->gx_pixelmap_data); in cleanup_output_pixelmaps()79 jpeg_to_1555xrgb_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()82 if (jpeg_to_1555xrgb_map->gx_pixelmap_aux_data) in cleanup_output_pixelmaps()84 memory_free((VOID *)jpeg_to_1555xrgb_map->gx_pixelmap_aux_data); in cleanup_output_pixelmaps()[all …]