Lines Matching refs:yHeight

314                           uint32_t* yHeight,  in getYUVOffsets()  argument
331 *yHeight = height; in getYUVOffsets()
342 *vOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
356 *yHeight = height; in getYUVOffsets()
363 *vOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
374 *yHeight = height; in getYUVOffsets()
381 *uOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
395 *yHeight = height; in getYUVOffsets()
402 *uOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
415 *yHeight = height; in getYUVOffsets()
422 *uOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
873 uint32_t yWidth, yHeight = 0, yOffsetBytes, yStridePixels = 0, yStrideBytes; in init() local
877 &yWidth, &yHeight, &yOffsetBytes, &yStridePixels, &yStrideBytes, in init()
883 …createYUVGLTex(GL_TEXTURE0, yStridePixels, yHeight, mFormat, mYuv420888ToNv21, YUVPlane::Y, &mText… in init()
940 uint32_t yWidth, yHeight, yOffsetBytes, yStridePixels, yStrideBytes; in readPixels() local
944 &yWidth, &yHeight, &yOffsetBytes, &yStridePixels, &yStrideBytes, in readPixels()
1023 uint32_t yWidth = 0, yHeight = 0, yOffsetBytes, yStridePixels = 0, yStrideBytes; in drawConvertFromFormat() local
1027 &yWidth, &yHeight, &yOffsetBytes, &yStridePixels, &yStrideBytes, in drawConvertFromFormat()
1037 yWidth, yHeight, yOffsetBytes, yStridePixels, yStrideBytes, in drawConvertFromFormat()
1049 …subUpdateYUVGLTex(GL_TEXTURE0, mTextureY, x, y, yStridePixels, yHeight, mFormat, mYuv420888ToNv21,… in drawConvertFromFormat()