Lines Matching refs:vOffsetBytes

325                           uint32_t* vOffsetBytes,  in getYUVOffsets()  argument
342 *vOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
348 *uOffsetBytes = (*vOffsetBytes) + ((*vStrideBytes) * (*vHeight)); in getYUVOffsets()
363 *vOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
369 *uOffsetBytes = (*vOffsetBytes) + 1; in getYUVOffsets()
387 *vOffsetBytes = (*uOffsetBytes) + ((*uStrideBytes) * (*uHeight)); in getYUVOffsets()
408 *vOffsetBytes = (*uOffsetBytes) + 1; in getYUVOffsets()
428 *vOffsetBytes = (*uOffsetBytes) + 2; in getYUVOffsets()
875 uint32_t vWidth, vHeight = 0, vOffsetBytes, vStridePixels = 0, vStrideBytes; in init() local
879 &vWidth, &vHeight, &vOffsetBytes, &vStridePixels, &vStrideBytes); in init()
942 uint32_t vWidth, vHeight, vOffsetBytes, vStridePixels, vStrideBytes; in readPixels() local
946 &vWidth, &vHeight, &vOffsetBytes, &vStridePixels, &vStrideBytes); in readPixels()
949 …(mTextureV, mFormat, mYuv420888ToNv21, YUVPlane::UV, pixels + std::min(uOffsetBytes, vOffsetBytes), in readPixels()
953 …readYUVTex(mTextureV, mFormat, mYuv420888ToNv21, YUVPlane::V, pixels + vOffsetBytes, vStridePixels… in readPixels()
1025 uint32_t vWidth = 0, vHeight = 0, vOffsetBytes, vStridePixels = 0, vStrideBytes; in drawConvertFromFormat() local
1029 &vWidth, &vHeight, &vOffsetBytes, &vStridePixels, &vStrideBytes); in drawConvertFromFormat()
1039 vWidth, vHeight, vOffsetBytes, vStridePixels, vStrideBytes); in drawConvertFromFormat()
1051 …, uHeight, mFormat, mYuv420888ToNv21, YUVPlane::UV, pixels + std::min(uOffsetBytes, vOffsetBytes)); in drawConvertFromFormat()
1054 …ureV, x, y, vStridePixels, vHeight, mFormat, mYuv420888ToNv21, YUVPlane::V, pixels + vOffsetBytes); in drawConvertFromFormat()