Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dgralloc_vsoc_priv.h293 android_ycbcr strides; in formatToBytesPerFrame() local
294 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()
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.cpp117 return gralloc3_buffer->strides[0]; in GetMonoPlanarStrideBytes()
/device/linaro/dragonboard/gralloc/
Dgralloc_gbm.cpp184 data.strides[0] = handle->stride; in gbm_import()