• Home
  • Raw
  • Download

Lines Matching refs:uStridePixels

321                           uint32_t* uStridePixels,  in getYUVOffsets()  argument
349 *uStridePixels = alignToPower2((*yStridePixels) / 2, 16); in getYUVOffsets()
350 *uStrideBytes = *uStridePixels; in getYUVOffsets()
370 *uStridePixels = (*yStridePixels) / 2; in getYUVOffsets()
371 *uStrideBytes = *uStridePixels; in getYUVOffsets()
382 *uStridePixels = (*yStridePixels) / 2; in getYUVOffsets()
383 *uStrideBytes = *uStridePixels; in getYUVOffsets()
403 *uStridePixels = (*yStridePixels) / 2; in getYUVOffsets()
404 *uStrideBytes = *uStridePixels; in getYUVOffsets()
423 *uStridePixels = (*uWidth); in getYUVOffsets()
424 *uStrideBytes = *uStridePixels * /*bytes per pixel=*/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()
950 uStridePixels); in readPixels()
952 …eadYUVTex(mTextureU, mFormat, mYuv420888ToNv21, YUVPlane::U, pixels + uOffsetBytes, uStridePixels); 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()
1046 static_cast<float>(uStridePixels)); 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()