Lines Matching refs:UV
62 UV = 1, enumerator
73 return YUVInterleaveDirection::UV; in getInterleaveDirection()
79 return YUVInterleaveDirection::UV; in getInterleaveDirection()
83 return YUVInterleaveDirection::UV; in getInterleaveDirection()
95 case YUVPlane::UV: in getGlTextureFormat()
104 case YUVPlane::UV: in getGlTextureFormat()
117 case YUVPlane::UV: in getGlTextureFormat()
126 case YUVPlane::UV: in getGlTextureFormat()
137 case YUVPlane::UV: in getGlTextureFormat()
158 case YUVPlane::UV: in getGlPixelFormat()
167 case YUVPlane::UV: in getGlPixelFormat()
180 case YUVPlane::UV: in getGlPixelFormat()
189 case YUVPlane::UV: in getGlPixelFormat()
200 case YUVPlane::UV: in getGlPixelFormat()
221 case YUVPlane::UV: in getGlPixelType()
229 case YUVPlane::UV: in getGlPixelType()
242 case YUVPlane::UV: in getGlPixelType()
250 case YUVPlane::UV: in getGlPixelType()
260 case YUVPlane::UV: in getGlPixelType()
714 if (getInterleaveDirection(mFormat, mYuv420888ToNv21) == YUVInterleaveDirection::UV) { in createYUVGLShader()
887 …YUVGLTex(GL_TEXTURE1, uStridePixels, uHeight, mFormat, mYuv420888ToNv21, YUVPlane::UV, &mTextureU); in init()
949 …readYUVTex(mTextureV, mFormat, mYuv420888ToNv21, YUVPlane::UV, pixels + std::min(uOffsetBytes, vOf… in readPixels()
1051 …xtureU, x, y, uStridePixels, uHeight, mFormat, mYuv420888ToNv21, YUVPlane::UV, pixels + std::min(u… in drawConvertFromFormat()