Searched refs:voff (Results 1 – 1 of 1) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
D | YUVConverter.cpp | 92 uint32_t* yoff, uint32_t* uoff, uint32_t* voff, in getPlanarYUVOffsets() argument 108 *voff = (*yoff) + yStride * height; in getPlanarYUVOffsets() 109 *uoff = (*voff) + cSize; in getPlanarYUVOffsets() 116 *voff = (*uoff) + cSize; in getPlanarYUVOffsets() 136 uint32_t* yoff, uint32_t* uoff, uint32_t* voff, in getYUVOffsets() argument 142 yoff, uoff, voff, in getYUVOffsets() 386 uint32_t yoff, uoff, voff, in YUVConverter() local 389 &yoff, &uoff, &voff, in YUVConverter() 417 uint32_t yoff, uoff, voff, in drawConvert() local 420 &yoff, &uoff, &voff, in drawConvert() [all …]
|