Searched refs:YUVPlane (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.cpp | 87 GLint getGlTextureFormat(FrameworkFormat format, bool yuv420888ToNv21, YUVPlane plane) { in getGlTextureFormat() 91 case YUVPlane::Y: in getGlTextureFormat() 92 case YUVPlane::U: in getGlTextureFormat() 93 case YUVPlane::V: in getGlTextureFormat() 95 case YUVPlane::UV: in getGlTextureFormat() 102 case YUVPlane::Y: in getGlTextureFormat() 104 case YUVPlane::UV: in getGlTextureFormat() 106 case YUVPlane::U: in getGlTextureFormat() 107 case YUVPlane::V: in getGlTextureFormat() 113 case YUVPlane::Y: in getGlTextureFormat() [all …]
|
D | YUVConverter.h | 31 enum class YUVPlane : int { enum 86 YUVPlane plane,
|
/hardware/google/gfxstream/host/ |
D | FrameBuffer.cpp | 104 using gl::YUVPlane; 3746 YUVPlane::Y, &output[2 * i]); in createYUVTextures() 3747 …GLTex(GL_TEXTURE1, width / 2, height / 2, format, m_features.Yuv420888ToNv21.enabled, YUVPlane::UV, in createYUVTextures() 3750 …createYUVGLTex(GL_TEXTURE0, width, height, format, m_features.Yuv420888ToNv21.enabled, YUVPlane::Y, in createYUVTextures() 3752 …VGLTex(GL_TEXTURE1, width / 2, height / 2, format, m_features.Yuv420888ToNv21.enabled, YUVPlane::U, in createYUVTextures() 3754 …VGLTex(GL_TEXTURE2, width / 2, height / 2, format, m_features.Yuv420888ToNv21.enabled, YUVPlane::V, in createYUVTextures()
|