Searched refs:gralloc0_buffer (Results 1 – 1 of 1) sorted by relevance
68 const cuttlefish_gralloc0_buffer_handle_t* gralloc0_buffer = in GetWidth() local71 return gralloc0_buffer->x_res; in GetWidth()85 const cuttlefish_gralloc0_buffer_handle_t* gralloc0_buffer = in GetHeight() local88 return gralloc0_buffer->y_res; in GetHeight()102 const cuttlefish_gralloc0_buffer_handle_t* gralloc0_buffer = in GetDrmFormat() local105 return GetDrmFormatFromHalFormat(gralloc0_buffer->format); in GetDrmFormat()120 const cuttlefish_gralloc0_buffer_handle_t* gralloc0_buffer = in GetMonoPlanarStrideBytes() local123 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 …]