H A D | jpegr.cpp | 170 uhdr_error_info_t JpegR::encodeJPEGR(uhdr_raw_image_t* hdr_intent, uhdr_compressed_image_t* dest, in encodeJPEGR() function in ultrahdr::JpegR 238 uhdr_error_info_t JpegR::encodeJPEGR(uhdr_raw_image_t* hdr_intent, uhdr_raw_image_t* sdr_intent, in encodeJPEGR() function in ultrahdr::JpegR 285 uhdr_error_info_t JpegR::encodeJPEGR(uhdr_raw_image_t* hdr_intent, uhdr_raw_image_t* sdr_intent, in encodeJPEGR() function in ultrahdr::JpegR 314 return encodeJPEGR(sdr_intent_compressed, &gainmap_compressed, &metadata, dest); in encodeJPEGR() 318 uhdr_error_info_t JpegR::encodeJPEGR(uhdr_raw_image_t* hdr_intent, in encodeJPEGR() function in ultrahdr::JpegR 375 return encodeJPEGR(sdr_intent_compressed, &gainmap_compressed, &metadata, dest); in encodeJPEGR() 379 uhdr_error_info_t JpegR::encodeJPEGR(uhdr_compressed_image_t* base_img_compressed, in encodeJPEGR() function in ultrahdr::JpegR 2143 status_t JpegR::encodeJPEGR(jr_uncompressed_ptr p010_image_ptr, ultrahdr_transfer_function hdr_tf, in encodeJPEGR() function in ultrahdr::JpegR 2189 auto result = encodeJPEGR(&hdr_intent, &output, quality, exif ? &exifBlock : nullptr); in encodeJPEGR() 2199 status_t JpegR::encodeJPEGR(jr_uncompressed_ptr p010_image_ptr, in encodeJPEGR() function in ultrahdr::JpegR [all …]
|