Home
last modified time | relevance | path

Searched refs:yWidth (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp313 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 …]
DYUVConverter.h96 void updateCutoffs(float yWidth, float yStridePixels,
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp480 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()