Searched refs:icc_profile (Results 1 – 1 of 1) sorted by relevance
450 const uint8_t* icc_profile = nullptr; in CompressYUV420Frame() local454 icc_profile = kIccProfileSrgb; in CompressYUV420Frame()458 icc_profile = kIccProfileDisplayP3; in CompressYUV420Frame()462 icc_profile = kIccProfileDciP3; in CompressYUV420Frame()467 if (icc_profile != nullptr && icc_profile_size > 0) { in CompressYUV420Frame()468 jpeg_write_icc_profile(cinfo.get(), static_cast<const JOCTET*>(icc_profile), in CompressYUV420Frame()