Lines Matching refs:YUVConverter
445 void YUVConverter::createYUVGLTex(GLenum textureUnit, in createYUVGLTex()
526 bool YUVConverter::checkAndUpdateColorAspectsChanged(void* metadata) { in checkAndUpdateColorAspectsChanged()
548 void YUVConverter::createYUVGLShader() { in createYUVGLShader()
799 void YUVConverter::createYUVGLFullscreenQuad() { in createYUVGLFullscreenQuad()
863 YUVConverter::YUVConverter(int width, int height, FrameworkFormat format, bool yuv420888ToNv21) in YUVConverter() function in gfxstream::gl::YUVConverter
870 void YUVConverter::init(int width, int height, FrameworkFormat format) { in init()
909 void YUVConverter::saveGLState() { in saveGLState()
918 void YUVConverter::restoreGLState() { in restoreGLState()
927 uint32_t YUVConverter::getDataSize() { in getDataSize()
937 void YUVConverter::readPixels(uint8_t* pixels, uint32_t pixels_size) { in readPixels()
964 void YUVConverter::swapTextures(FrameworkFormat format, GLuint* textures, void* metadata) { in swapTextures()
991 void YUVConverter::drawConvert(int x, int y, int width, int height, const char* pixels) { in drawConvert()
995 void YUVConverter::drawConvertFromFormat(FrameworkFormat format, int x, int y, int width, in drawConvertFromFormat()
1086 void YUVConverter::updateCutoffs(float yWidth, float yStridePixels, in updateCutoffs()
1104 void YUVConverter::reset() { in reset()
1123 YUVConverter::~YUVConverter() { in ~YUVConverter()