Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.cpp68 const cuttlefish_gralloc0_buffer_handle_t* gralloc0_buffer = in GetWidth() local
71 return gralloc0_buffer->x_res; in GetWidth()
85 const cuttlefish_gralloc0_buffer_handle_t* gralloc0_buffer = in GetHeight() local
88 return gralloc0_buffer->y_res; in GetHeight()
102 const cuttlefish_gralloc0_buffer_handle_t* gralloc0_buffer = in GetDrmFormat() local
105 return GetDrmFormatFromHalFormat(gralloc0_buffer->format); in GetDrmFormat()
120 const cuttlefish_gralloc0_buffer_handle_t* gralloc0_buffer = in GetMonoPlanarStrideBytes() local
123 int bytes_per_pixel = formatToBytesPerPixel(gralloc0_buffer->format); in GetMonoPlanarStrideBytes()
124 return gralloc0_buffer->stride_in_pixels * bytes_per_pixel; in GetMonoPlanarStrideBytes()
220 const cuttlefish_gralloc0_buffer_handle_t* gralloc0_buffer = in Lock() local
[all …]