Lines Matching refs:encodeJPEGR
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
2274 encodeJPEGR(&hdr_intent, sdr_intent.get(), &output, quality, exif ? &exifBlock : nullptr); in encodeJPEGR()
2284 status_t JpegR::encodeJPEGR(jr_uncompressed_ptr p010_image_ptr, in encodeJPEGR() function in ultrahdr::JpegR
2361 auto result = encodeJPEGR(&hdr_intent, sdr_intent.get(), &input, &output); in encodeJPEGR()
2371 status_t JpegR::encodeJPEGR(jr_uncompressed_ptr p010_image_ptr, in encodeJPEGR() function in ultrahdr::JpegR
2419 auto result = encodeJPEGR(&hdr_intent, &input, &output); in encodeJPEGR()
2429 status_t JpegR::encodeJPEGR(jr_compressed_ptr yuv420jpg_image_ptr, in encodeJPEGR() function in ultrahdr::JpegR
2479 auto result = encodeJPEGR(&input, &gainmap, &meta, &output); in encodeJPEGR()