Home
last modified time | relevance | path

Searched refs:icc_len (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibjxldec.c187 size_t icc_len; in libjxl_get_icc() local
191 jret = JxlDecoderGetICCProfileSize(ctx->decoder, &ctx->jxl_pixfmt, JXL_COLOR_PROFILE_TARGET_DATA, &icc_len); in libjxl_get_icc()
192 if (jret == JXL_DEC_SUCCESS && icc_len > 0) { in libjxl_get_icc()
194 ctx->iccp = av_buffer_alloc(icc_len); in libjxl_get_icc()
198 ctx->iccp->data, icc_len); in libjxl_get_icc()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcjpeg.c567 long icc_len = 0; in cjpeg() local
661 (icc_len = ftell(icc_file)) < 1 || in cjpeg()
667 if ((icc_profile = (JOCTET *)malloc(icc_len)) == NULL) { in cjpeg()
672 if (fread(icc_profile, icc_len, 1, icc_file) < 1) { in cjpeg()
727 jpeg_write_icc_profile(&cinfo, icc_profile, (unsigned int)icc_len); in cjpeg()
H A Djpegtran.c481 long icc_len = 0; in jpegtran() local
556 (icc_len = ftell(icc_file)) < 1 || in jpegtran()
562 if ((icc_profile = (JOCTET *)malloc(icc_len)) == NULL) { in jpegtran()
567 if (fread(icc_profile, icc_len, 1, icc_file) < 1) { in jpegtran()
694 jpeg_write_icc_profile(&dstinfo, icc_profile, (unsigned int)icc_len); in jpegtran()
H A Ddjpeg.c829 unsigned int icc_len; in djpeg() local
835 if (jpeg_read_icc_profile(&cinfo, &icc_profile, &icc_len)) { in djpeg()
836 if (fwrite(icc_profile, icc_len, 1, icc_file) < 1) { in djpeg()

Completed in 4 milliseconds