Lines Matching refs:bounds
533 Rect bounds; in allocateBuffer() local
631 bounds.left = 0; in allocateBuffer()
632 bounds.top = 0; in allocateBuffer()
633 bounds.right = width; in allocateBuffer()
634 bounds.bottom = height; in allocateBuffer()
642 mapper.lock((buffer_handle_t) mGrallocHandleMap[i], CAMHAL_GRALLOC_USAGE, bounds, y_uv); in allocateBuffer()
663 mapper.lock((buffer_handle_t) mGrallocHandleMap[i], CAMHAL_GRALLOC_USAGE, bounds, y_uv); in allocateBuffer()
1165 Rect bounds; in handleFrameReturn() local
1205 bounds.left = 0; in handleFrameReturn()
1206 bounds.top = 0; in handleFrameReturn()
1207 bounds.right = mFrameWidth; in handleFrameReturn()
1208 bounds.bottom = mFrameHeight; in handleFrameReturn()
1211 …while (mapper.lock((buffer_handle_t) mGrallocHandleMap[i], CAMHAL_GRALLOC_USAGE, bounds, y_uv) < 0… in handleFrameReturn()