Home
last modified time | relevance | path

Searched refs:uHeight (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp319 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()
[all …]