Searched refs:yOffsetBytes (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.cpp | 315 uint32_t* yOffsetBytes, in getYUVOffsets() argument 332 *yOffsetBytes = 0; in getYUVOffsets() 357 *yOffsetBytes = 0; in getYUVOffsets() 375 *yOffsetBytes = 0; in getYUVOffsets() 396 *yOffsetBytes = 0; in getYUVOffsets() 416 *yOffsetBytes = 0; in getYUVOffsets() 873 uint32_t yWidth, yHeight = 0, yOffsetBytes, yStridePixels = 0, yStrideBytes; in init() local 877 &yWidth, &yHeight, &yOffsetBytes, &yStridePixels, &yStrideBytes, in init() 940 uint32_t yWidth, yHeight, yOffsetBytes, yStridePixels, yStrideBytes; in readPixels() local 944 &yWidth, &yHeight, &yOffsetBytes, &yStridePixels, &yStrideBytes, in readPixels() [all …]
|