Searched refs:yWidth (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.cpp | 313 uint32_t* yWidth, in getYUVOffsets() argument 330 *yWidth = width; in getYUVOffsets() 355 *yWidth = width; in getYUVOffsets() 373 *yWidth = width; in getYUVOffsets() 394 *yWidth = width; in getYUVOffsets() 414 *yWidth = width; 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 …]
|
D | YUVConverter.h | 96 void updateCutoffs(float yWidth, float yStridePixels,
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 480 uint32_t yWidth = totalWidth; in virgl_format_to_total_xfer_len() local 484 yStridePixels = yWidth; in virgl_format_to_total_xfer_len() 486 yStridePixels = yWidth; in virgl_format_to_total_xfer_len() 488 yStridePixels = align_up_power_of_2(yWidth, 32); in virgl_format_to_total_xfer_len()
|