Lines Matching refs:rhs
96 bool HdrMetadata::operator==(const HdrMetadata& rhs) const { in operator ==()
97 if (validTypes != rhs.validTypes) return false; in operator ==()
100 if (smpte2086.displayPrimaryRed.x != rhs.smpte2086.displayPrimaryRed.x || in operator ==()
101 smpte2086.displayPrimaryRed.y != rhs.smpte2086.displayPrimaryRed.y || in operator ==()
102 smpte2086.displayPrimaryGreen.x != rhs.smpte2086.displayPrimaryGreen.x || in operator ==()
103 smpte2086.displayPrimaryGreen.y != rhs.smpte2086.displayPrimaryGreen.y || in operator ==()
104 smpte2086.displayPrimaryBlue.x != rhs.smpte2086.displayPrimaryBlue.x || in operator ==()
105 smpte2086.displayPrimaryBlue.y != rhs.smpte2086.displayPrimaryBlue.y || in operator ==()
106 smpte2086.whitePoint.x != rhs.smpte2086.whitePoint.x || in operator ==()
107 smpte2086.whitePoint.y != rhs.smpte2086.whitePoint.y || in operator ==()
108 smpte2086.maxLuminance != rhs.smpte2086.maxLuminance || in operator ==()
109 smpte2086.minLuminance != rhs.smpte2086.minLuminance) { in operator ==()
115 if (cta8613.maxFrameAverageLightLevel != rhs.cta8613.maxFrameAverageLightLevel || in operator ==()
116 cta8613.maxContentLightLevel != rhs.cta8613.maxContentLightLevel) { in operator ==()
122 if (hdr10plus != rhs.hdr10plus) return false; in operator ==()