Searched refs:bounds (Results 1 - 20 of 20) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp459 android::Rect bounds; local
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 mapper.lock(*(buffer_handle_t *) mBuffers[i].opaque, CAMHAL_GRALLOC_USAGE, 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; local
[all...]
H A DBufferSourceAdapter.cpp451 android::Rect bounds(width, height);
455 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv);
463 android::Rect bounds(width, height);
465 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv);
531 android::Rect bounds(mFrameWidth, mFrameHeight);
578 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv);
666 android::Rect bounds(mBuffers[0].width, mBuffers[0].height);
667 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv);
773 // if buffer index is out of bounds skip
775 CAMHAL_LOGEA("Potential out bounds acces
[all...]
H A DAppCallbackNotifier.cpp1129 android::Rect bounds; local
1130 bounds.left = 0;
1131 bounds.top = 0;
1132 bounds.right = mVideoWidth;
1133 bounds.bottom = mVideoHeight;
1136 mapper.lock((buffer_handle_t)vBuf, CAMHAL_GRALLOC_USAGE, bounds, y_uv);
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp533 Rect bounds; local
631 bounds.left = 0;
632 bounds.top = 0;
633 bounds.right = width;
634 bounds.bottom = height;
642 mapper.lock((buffer_handle_t) mGrallocHandleMap[i], CAMHAL_GRALLOC_USAGE, bounds, y_uv);
663 mapper.lock((buffer_handle_t) mGrallocHandleMap[i], CAMHAL_GRALLOC_USAGE, bounds, y_uv);
1165 Rect bounds; local
1205 bounds.left = 0;
1206 bounds
[all...]
H A DAppCallbackNotifier.cpp1055 Rect bounds; local
1056 bounds.left = 0;
1057 bounds.top = 0;
1058 bounds.right = mVideoWidth;
1059 bounds.bottom = mVideoHeight;
1062 mapper.lock((buffer_handle_t)vBuf, CAMHAL_GRALLOC_USAGE, bounds, y_uv);
/hardware/ti/omap4-aah/test/CameraHal/
H A Dsurfacetexture_test.cpp146 Rect bounds(width, height);
157 bounds, &data);
H A Dcamera_test_surfacetexture.cpp785 Rect bounds(aligned_width, aligned_height);
788 mapper.lock(anb->handle, GRALLOC_USAGE_SW_WRITE_OFTEN, bounds, dest);
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp453 const struct copybit_rect_t bounds = { 0, 0, dst->w, dst->h };
458 intersect(&clip, &bounds, &clip);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp488 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h };
492 intersect(&clip, &bounds, &clip);
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.cpp494 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h };
498 intersect(&clip, &bounds, &clip);
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.cpp495 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h };
499 intersect(&clip, &bounds, &clip);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp84 Rect bounds(width, height);
103 if (mapper.lock(bufferHandle, usage, bounds, vaddr) != 0) {
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h611 struct v4l2_rect bounds; member in struct:v4l2_cropcap
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h827 struct v4l2_rect bounds; member in struct:v4l2_cropcap
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h581 struct v4l2_rect bounds; member in struct:v4l2_cropcap
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h789 struct v4l2_rect bounds; member in struct:v4l2_cropcap
809 /* Cropping bounds */
815 /* Composing bounds */
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dvideodev2.h591 struct v4l2_rect bounds; member in struct:v4l2_cropcap
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h799 struct v4l2_rect bounds; member in struct:v4l2_cropcap
819 /* Cropping bounds */
825 /* Composing bounds */
/hardware/samsung_slsi/exynos5/include/linux/
H A Dvideodev2.h760 struct v4l2_rect bounds; member in struct:v4l2_cropcap
780 /* Cropping bounds */
786 /* Composing bounds */
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3540 m_getCropRect(cropcap.bounds.width, cropcap.bounds.height,
3562 ALOGD("## 1 cropcap.bounds.w : %d", cropcap.bounds.width);
3563 ALOGD("## 1 cropcap.bounds.h : %d", cropcap.bounds.height);

Completed in 297 milliseconds