Searched refs:strides (Results 1 – 3 of 3) sorted by relevance
293 android_ycbcr strides; in formatToBytesPerFrame() local294 formatToYcbcr(format, w, h, NULL, &strides); in formatToBytesPerFrame()295 y_size = strides.ystride * h; in formatToBytesPerFrame()296 c_size = strides.cstride * h / 2; in formatToBytesPerFrame()
117 return gralloc3_buffer->strides[0]; in GetMonoPlanarStrideBytes()
184 data.strides[0] = handle->stride; in gbm_import()