Lines Matching +defs:val +defs:format
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()
295 inline uint32_t alignToPower2(uint32_t val, uint32_t align) { in alignToPower2()
311 FrameworkFormat format, in getYUVOffsets()
448 FrameworkFormat format, in createYUVGLTex()
470 static void readYUVTex(GLuint tex, FrameworkFormat format, bool yuv420888ToNv21, in readYUVTex()
507 FrameworkFormat format, in subUpdateYUVGLTex()
863 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format, bool yuv420888ToNv21) in YUVConverter()
870 void YUVConverter::init(int width, int height, FrameworkFormat format) { in init()
964 void YUVConverter::swapTextures(FrameworkFormat format, GLuint* textures, void* metadata) { in swapTextures()
995 void YUVConverter::drawConvertFromFormat(FrameworkFormat format, int x, int y, int width, in drawConvertFromFormat()