Searched refs:bounds (Results 1 – 10 of 10) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | ANativeWindowDisplayAdapter.cpp | 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() [all …]
|
D | AppCallbackNotifier.cpp | 1055 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/qcom/display/msm8x26/libcopybit/ |
D | copybit.cpp | 453 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/msm8960/libcopybit/ |
D | copybit.cpp | 453 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/ |
D | copybit.cpp | 488 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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_Android.cpp | 83 Rect bounds(width, height); in Exynos_OSAL_LockANBHandle() local 102 if (mapper.lock(bufferHandle, usage, bounds, vaddr) != 0) { in Exynos_OSAL_LockANBHandle()
|
/hardware/samsung_slsi/exynos5/include/ |
D | videodev2.h | 760 struct v4l2_rect bounds; member
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
D | videodev2.h | 789 struct v4l2_rect bounds; member
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
D | videodev2.h | 581 struct v4l2_rect bounds; member
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCamera.cpp | 3540 m_getCropRect(cropcap.bounds.width, cropcap.bounds.height, in m_setCrop()
|