Lines Matching refs:bounds
459 android::Rect bounds; in allocateBufferList() local
567 bounds.left = 0; in allocateBufferList()
568 bounds.top = 0; in allocateBufferList()
569 bounds.right = width; in allocateBufferList()
570 bounds.bottom = height; in allocateBufferList()
579 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv); in allocateBufferList()
602 mapper.lock(*(buffer_handle_t *) mBuffers[i].opaque, CAMHAL_GRALLOC_USAGE, bounds, y_uv); in allocateBufferList()
1122 android::Rect bounds; in handleFrameReturn() local
1167 bounds.left = 0; in handleFrameReturn()
1168 bounds.top = 0; in handleFrameReturn()
1169 bounds.right = mFrameWidth; in handleFrameReturn()
1170 bounds.bottom = mFrameHeight; in handleFrameReturn()
1173 …while (mapper.lock(*(buffer_handle_t *) mBuffers[i].opaque, CAMHAL_GRALLOC_USAGE, bounds, y_uv) < … in handleFrameReturn()