Home | History | Annotate | Download | only in camera

Lines Matching full:bounds

459     android::Rect bounds;
567 bounds.left = 0;
568 bounds.top = 0;
569 bounds.right = width;
570 bounds.bottom = height;
579 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv);
602 bounds, y_uv);
778 // if buffer index is out of bounds skip
780 CAMHAL_LOGEA("Potential out bounds access to handle...skipping");
1122 android::Rect bounds;
1167 bounds.left = 0;
1168 bounds.top = 0;
1169 bounds.right = mFrameWidth;
1170 bounds.bottom = mFrameHeight;
1173 while (mapper.lock(*(buffer_handle_t *) mBuffers[i].opaque, CAMHAL_GRALLOC_USAGE, bounds, y_uv) < 0){