Searched defs:yStrideBytes (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.cpp | 317 uint32_t* yStrideBytes, in getYUVOffsets() 873 uint32_t yWidth, yHeight = 0, yOffsetBytes, yStridePixels = 0, yStrideBytes; in init() local 929 uint32_t yStrideBytes = (mWidth + (align - 1)) & ~(align - 1); in getDataSize() local 940 uint32_t yWidth, yHeight, yOffsetBytes, yStridePixels, yStrideBytes; in readPixels() local 1023 uint32_t yWidth = 0, yHeight = 0, yOffsetBytes, yStridePixels = 0, yStrideBytes; in drawConvertFromFormat() local
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 493 uint32_t yStrideBytes = yStridePixels * bpp; in virgl_format_to_total_xfer_len() local
|