Home
last modified time | relevance | path

Searched refs:sSetCrop (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h212 static int sSetCrop(struct preview_stream_ops *w, int left, int top, int right, int bottom);
DCameraDevice.cpp233 int CameraDevice::sSetCrop(struct preview_stream_ops *w, in sSetCrop() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
534 mHalPreviewWindow.set_crop = sSetCrop; in initHalPreviewWindow()