Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp324 uint32_t* vHeight, in getYUVOffsets() argument
341 *vHeight = height / 2; in getYUVOffsets()
348 *uOffsetBytes = (*vOffsetBytes) + ((*vStrideBytes) * (*vHeight)); in getYUVOffsets()
362 *vHeight = height / 2; in getYUVOffsets()
386 *vHeight = height / 2; in getYUVOffsets()
407 *vHeight = height / 2; in getYUVOffsets()
427 *vHeight = height / 2; in getYUVOffsets()
875 uint32_t vWidth, vHeight = 0, vOffsetBytes, vStridePixels = 0, vStrideBytes; in init() local
879 &vWidth, &vHeight, &vOffsetBytes, &vStridePixels, &vStrideBytes); in init()
895 …createYUVGLTex(GL_TEXTURE2, vStridePixels, vHeight, mFormat, mYuv420888ToNv21, YUVPlane::V, &mText… in init()
[all …]