Searched refs:icc_profile_size (Results 1 – 1 of 1) sorted by relevance
451 size_t icc_profile_size = 0; in CompressYUV420Frame() local455 icc_profile_size = std::size(kIccProfileSrgb); in CompressYUV420Frame()459 icc_profile_size = std::size(kIccProfileDisplayP3); in CompressYUV420Frame()463 icc_profile_size = std::size(kIccProfileDciP3); in CompressYUV420Frame()467 if (icc_profile != nullptr && icc_profile_size > 0) { in CompressYUV420Frame()469 icc_profile_size); in CompressYUV420Frame()