Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dgralloc.cpp51 buffer_handle_t* pHandle, int* pStrideInPixels) { in gralloc_alloc_buffer() argument
86 *pStrideInPixels = stride_in_pixels; in gralloc_alloc_buffer()
101 int* pStrideInPixels) { in gralloc_alloc() argument
102 if (!pHandle || !pStrideInPixels) in gralloc_alloc()
105 int err = gralloc_alloc_buffer(dev, format, w, h, pHandle, pStrideInPixels); in gralloc_alloc()