Home
last modified time | relevance | path

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

12

/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/
Dvendor_graphicbuffer_mapper.cpp23 …tus_t VendorGraphicBufferMapper::lock64(buffer_handle_t handle, uint64_t usage, const Rect& bounds, in lock64() argument
26 return lockAsync(handle, usage, usage, bounds, vaddr, in lock64()
31 uint64_t usage, const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr64() argument
33 return getGrallocMapper().lock(handle, usage, bounds, -1, ycbcr); in lockYCbCr64()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_mapper.cpp29 …tus_t VendorGraphicBufferMapper::lock64(buffer_handle_t handle, uint64_t usage, const Rect& bounds, in lock64() argument
32 return lockAsync(handle, usage, usage, bounds, vaddr, in lock64()
37 uint64_t usage, const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr64() argument
39 status_t err = getGrallocMapper().lock(handle, usage, bounds, -1, ycbcr); in lockYCbCr64()
DREADME.txt89 Android::Rect bounds(width, height);
100 status_t err = gmapper.lock64(bufferHandle, 64bit_usage, bounds, &vaddr);
101 status_t err = gmapper.lockYCbCr64(bufferHandle, 64_bit_usage, bounds, &outLayout);
/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h163 android::status_t lock64(buffer_handle_t handle, uint64_t usage, const android::Rect& bounds,
168 uint64_t usage, const android::Rect& bounds, android_ycbcr *ycbcr);
/hardware/qcom/sm8150/gps/
DAndroid.bp58 "bounds",
72 "bounds",
DAndroid.mk39 GNSS_SANITIZE := cfi bounds null unreachable integer
/hardware/qcom/sm7250/gps/
DAndroid.bp56 "bounds",
70 "bounds",
DAndroid.mk39 GNSS_SANITIZE := cfi bounds null unreachable integer
/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/msm8996/libcopybit/
Dcopybit.cpp514 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
518 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/qcom/display/msm8994/libcopybit/
Dcopybit.cpp499 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
503 intersect(&clip, &bounds, &clip); in stretch_copybit()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit.cpp516 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
520 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/sdm845/display/libcopybit/
Dcopybit.cpp516 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
520 intersect(&clip, &bounds, &clip); in stretch_copybit()
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit.cpp516 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
520 intersect(&clip, &bounds, &clip); in stretch_copybit()
/hardware/qcom/sm7250/display/libcopybit/
Dcopybit.cpp516 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
520 intersect(&clip, &bounds, &clip); in stretch_copybit()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.cpp514 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
518 intersect(&clip, &bounds, &clip); in stretch_copybit()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp516 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit() local
520 intersect(&clip, &bounds, &clip); in stretch_copybit()
/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/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h612 struct v4l2_rect bounds; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h830 struct v4l2_rect bounds; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dvideodev2.h888 struct v4l2_rect bounds; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h656 struct v4l2_rect bounds; member

12