Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 21 of 21) sorted by relevance

/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp533 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()
[all …]
DAppCallbackNotifier.cpp1055 Rect bounds; in notifyFrame() local
1056 bounds.left = 0; in notifyFrame()
1057 bounds.top = 0; in notifyFrame()
1058 bounds.right = mVideoWidth; in notifyFrame()
1059 bounds.bottom = mVideoHeight; in notifyFrame()
1062 … mapper.lock((buffer_handle_t)vBuf, CAMHAL_GRALLOC_USAGE, bounds, y_uv); in notifyFrame()
/hardware/ti/omap4-aah/camera/
DANativeWindowDisplayAdapter.cpp459 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()
[all …]
DBufferSourceAdapter.cpp451 android::Rect bounds(width, height); in allocateBufferList() local
455 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv); in allocateBufferList()
463 android::Rect bounds(width, height); in allocateBufferList() local
465 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv); in allocateBufferList()
531 android::Rect bounds(mFrameWidth, mFrameHeight); in getBuffers() local
578 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv); in getBuffers()
666 android::Rect bounds(mBuffers[0].width, mBuffers[0].height); in getBufferList() local
667 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv); in getBufferList()
934 android::Rect bounds(mFrameWidth, mFrameHeight); in handleFrameReturn() local
966 mapper.lock(*buf, CAMHAL_GRALLOC_USAGE, bounds, y_uv); in handleFrameReturn()
DAppCallbackNotifier.cpp1129 android::Rect bounds; in notifyFrame() local
1130 bounds.left = 0; in notifyFrame()
1131 bounds.top = 0; in notifyFrame()
1132 bounds.right = mVideoWidth; in notifyFrame()
1133 bounds.bottom = mVideoHeight; in notifyFrame()
1136 … mapper.lock((buffer_handle_t)vBuf, CAMHAL_GRALLOC_USAGE, bounds, y_uv); in notifyFrame()
/hardware/ti/omap4-aah/test/CameraHal/
Dsurfacetexture_test.cpp146 Rect bounds(width, height); in test_format() local
157 bounds, &data); in test_format()
Dcamera_test_surfacetexture.cpp785 Rect bounds(aligned_width, aligned_height); in setInput() local
788 mapper.lock(anb->handle, GRALLOC_USAGE_SW_WRITE_OFTEN, bounds, dest); in setInput()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp453 const struct copybit_rect_t bounds = { 0, 0, dst->w, dst->h }; in stretch_copybit() local
458 intersect(&clip, &bounds, &clip); in stretch_copybit()
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit.cpp488 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
492 intersect(&clip, &bounds, &clip); in stretch_copybit()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp494 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
498 intersect(&clip, &bounds, &clip); in stretch_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp494 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
498 intersect(&clip, &bounds, &clip); in stretch_copybit()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG226 An unbounded out of bounds read was discovered when the
230 A bounded out of bounds read was discovered affecting all
502 Improve bounds checking in vp8_diamond_search_sadx4()
573 * Prevent out-of-bounds accesses on invalid data
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
DExynos_OSAL_Android.cpp84 Rect bounds(width, height); in Exynos_OSAL_LockANBHandle() local
103 if (mapper.lock(bufferHandle, usage, bounds, vaddr) != 0) { in Exynos_OSAL_LockANBHandle()
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h611 struct v4l2_rect bounds; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h827 struct v4l2_rect bounds; member
/hardware/samsung_slsi/exynos5/include/linux/
Dvideodev2.h760 struct v4l2_rect bounds; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h789 struct v4l2_rect bounds; member
/hardware/qcom/msm8x74/kernel-headers/linux/
Dvideodev2.h591 struct v4l2_rect bounds; member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h799 struct v4l2_rect bounds; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h581 struct v4l2_rect bounds; member
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp3540 m_getCropRect(cropcap.bounds.width, cropcap.bounds.height, in m_setCrop()