Lines Matching refs:uHeight

319                           uint32_t* uHeight,  in getYUVOffsets()  argument
347 *uHeight = height / 2; in getYUVOffsets()
368 *uHeight = height / 2; in getYUVOffsets()
380 *uHeight = height / 2; in getYUVOffsets()
387 *vOffsetBytes = (*uOffsetBytes) + ((*uStrideBytes) * (*uHeight)); in getYUVOffsets()
401 *uHeight = height / 2; in getYUVOffsets()
421 *uHeight = height / 2; in getYUVOffsets()
874 uint32_t uWidth, uHeight = 0, uOffsetBytes, uStridePixels = 0, uStrideBytes; in init() local
878 &uWidth, &uHeight, &uOffsetBytes, &uStridePixels, &uStrideBytes, in init()
887 …createYUVGLTex(GL_TEXTURE1, uStridePixels, uHeight, mFormat, mYuv420888ToNv21, YUVPlane::UV, &mTex… in init()
892 …createYUVGLTex(GL_TEXTURE1, uStridePixels, uHeight, mFormat, mYuv420888ToNv21, YUVPlane::U, &mText… in init()
941 uint32_t uWidth, uHeight, uOffsetBytes, uStridePixels, uStrideBytes; in readPixels() local
945 &uWidth, &uHeight, &uOffsetBytes, &uStridePixels, &uStrideBytes, in readPixels()
1024 uint32_t uWidth = 0, uHeight = 0, uOffsetBytes, uStridePixels = 0, uStrideBytes; in drawConvertFromFormat() local
1028 &uWidth, &uHeight, &uOffsetBytes, &uStridePixels, &uStrideBytes, in drawConvertFromFormat()
1038 uWidth, uHeight, uOffsetBytes, uStridePixels, uStrideBytes, in drawConvertFromFormat()
1051 …subUpdateYUVGLTex(GL_TEXTURE1, mTextureU, x, y, uStridePixels, uHeight, mFormat, mYuv420888ToNv21,… in drawConvertFromFormat()
1053 …subUpdateYUVGLTex(GL_TEXTURE1, mTextureU, x, y, uStridePixels, uHeight, mFormat, mYuv420888ToNv21,… in drawConvertFromFormat()