Searched refs:buffer_region (Results 1 – 1 of 1) sorted by relevance
143 Rect buffer_region; in Lock() local144 buffer_region.left = 0; in Lock()145 buffer_region.top = 0; in Lock()147 buffer_region.right = static_cast<int32_t>(*width_opt); in Lock()149 buffer_region.bottom = static_cast<int32_t>(*height_opt); in Lock()153 status_t status = GraphicBufferMapper::get().lock(buffer, buffer_usage, buffer_region, &data); in Lock()