Searched defs:yuv420888ToNv21 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.cpp | 45 bool isInterleaved(FrameworkFormat format, bool yuv420888ToNv21) { in isInterleaved() 65 YUVInterleaveDirection getInterleaveDirection(FrameworkFormat format, bool yuv420888ToNv21) { in getInterleaveDirection() 87 GLint getGlTextureFormat(FrameworkFormat format, bool yuv420888ToNv21, YUVPlane plane) { in getGlTextureFormat() 150 GLenum getGlPixelFormat(FrameworkFormat format, bool yuv420888ToNv21, YUVPlane plane) { in getGlPixelFormat() 213 GLsizei getGlPixelType(FrameworkFormat format, bool yuv420888ToNv21, YUVPlane plane) { in getGlPixelType() 312 bool yuv420888ToNv21, in getYUVOffsets() 449 bool yuv420888ToNv21, in createYUVGLTex() 470 static void readYUVTex(GLuint tex, FrameworkFormat format, bool yuv420888ToNv21, in readYUVTex() 508 bool yuv420888ToNv21, in subUpdateYUVGLTex() 863 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format, bool yuv420888ToNv21) in YUVConverter()
|