Lines Matching refs:displayPrimaryBlue
64 egl_smpte2086_metadata.displayPrimaryBlue = {EGL_DONT_CARE, EGL_DONT_CARE}; in egl_surface_t()
116 egl_smpte2086_metadata.displayPrimaryBlue.x = value; in setSmpte2086Attribute()
120 egl_smpte2086_metadata.displayPrimaryBlue.y = value; in setSmpte2086Attribute()
163 egl_smpte2086_metadata.displayPrimaryBlue.x == EGL_DONT_CARE || in getSmpte2086Metadata()
164 egl_smpte2086_metadata.displayPrimaryBlue.y == EGL_DONT_CARE || in getSmpte2086Metadata()
183 metadata.displayPrimaryBlue.x = in getSmpte2086Metadata()
184 static_cast<float>(egl_smpte2086_metadata.displayPrimaryBlue.x) / in getSmpte2086Metadata()
186 metadata.displayPrimaryBlue.y = in getSmpte2086Metadata()
187 static_cast<float>(egl_smpte2086_metadata.displayPrimaryBlue.y) / in getSmpte2086Metadata()
246 *value = egl_smpte2086_metadata.displayPrimaryBlue.x; in getSmpte2086Attribute()
250 *value = egl_smpte2086_metadata.displayPrimaryBlue.y; in getSmpte2086Attribute()