Lines Matching refs:smpte2086
25 size += sizeof(smpte2086); in getFlattenedSize()
44 FlattenableUtils::write(buffer, size, smpte2086); in flatten()
65 if (size < sizeof(smpte2086)) { in unflatten()
68 FlattenableUtils::read(buffer, size, smpte2086); in unflatten()
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 ==()