Searched refs:cHeight (Results 1 – 1 of 1) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
D | YUVConverter.cpp | 59 uint32_t cHeight = height / 2; in getPlanarYUVSizes() local 61 *nBytes_out = yStride * height + 2 * (cStride * cHeight); in getPlanarYUVSizes() 64 *cHeight_out = cHeight; in getPlanarYUVSizes() 94 uint32_t totalSize, yStride, cStride, cHeight; in getPlanarYUVOffsets() local 98 getYUVSizes(width, height, format, &totalSize, &yStride, &cStride, &cHeight); in getPlanarYUVOffsets() 382 uint32_t totalSize, yStride, cStride, cHeight; in YUVConverter() local 384 getYUVSizes(width, height, mFormat, &totalSize, &yStride, &cStride, &cHeight); in YUVConverter()
|