Home
last modified time | relevance | path

Searched refs:set_crop (Results 1 – 6 of 6) sorted by relevance

/hardware/libhardware/include/hardware/
Dcamera.h80 int (*set_crop)(struct preview_stream_ops *w, member
Dcamera2.h104 int (*set_crop)(const struct camera2_stream_ops *w, member
/hardware/libhardware/tests/camera2/
Dcamera2_utils.cpp328 camera2_stream_ops::set_crop = set_crop; in StreamAdapter()
546 int StreamAdapter::set_crop(const camera2_stream_ops_t* w, in set_crop() function in android::camera2::tests::StreamAdapter
Dcamera2_utils.h216 static int set_crop(const camera2_stream_ops_t* w,
/hardware/qcom/camera/QCamera2/HAL/
DQCameraStream.cpp354 rc = previewWindow->set_crop(previewWindow, in processZoomDone()
/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp1090 mANativeWindow->set_crop(mANativeWindow, xOff/bytesPerPixel, yOff, in PostFrame()