Home
last modified time | relevance | path

Searched defs:yStrideBytes (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp317 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/
Dvirtio-gpu-gfxstream-renderer.cpp493 uint32_t yStrideBytes = yStridePixels * bpp; in virgl_format_to_total_xfer_len() local