Home
last modified time | relevance | path

Searched refs:icc_profile_size (Results 1 – 1 of 1) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp451 size_t icc_profile_size = 0; in CompressYUV420Frame() local
455 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()