Searched refs:uStrideBytes (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.cpp | 322 uint32_t* uStrideBytes, in getYUVOffsets() argument 350 *uStrideBytes = *uStridePixels; in getYUVOffsets() 371 *uStrideBytes = *uStridePixels; in getYUVOffsets() 383 *uStrideBytes = *uStridePixels; in getYUVOffsets() 387 *vOffsetBytes = (*uOffsetBytes) + ((*uStrideBytes) * (*uHeight)); in getYUVOffsets() 404 *uStrideBytes = *uStridePixels; 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() 941 uint32_t uWidth, uHeight, uOffsetBytes, uStridePixels, uStrideBytes; in readPixels() local [all …]
|