Searched refs:crop (Results 26 - 34 of 34) sorted by relevance

12

/hardware/qcom/camera/
H A DQualcommCameraHardware.cpp159 void (**LINK_mmcamera_shutter_callback)(common_crop_t *crop);
196 extern void (*mmcamera_shutter_callback)(common_crop_t *crop);
1330 static void receive_shutter_callback(common_crop_t *crop);
1347 * will be used at HAL and by surface flinger only when crop information
1349 * 3. When there is no crop information, there will be no call to MDP zoom,
1351 * 4. With crop information present, MDP zoom will be called, and the final
2972 common_crop_t *crop = (common_crop_t *) (frame->cropinfo); local
2997 if (crop->in1_w != 0 && crop->in1_h != 0) {
2998 zoomCropInfo.left = (crop
6643 native_zoom_image(int fd, int srcOffset, int dstOffSet, common_crop_t *crop) argument
7428 receive_shutter_callback(common_crop_t *crop) argument
7603 common_crop_t *crop = (common_crop_t *)cropp; local
[all...]
H A DQCameraStream.h301 void notifyShutter(common_crop_t *crop,
H A DQualcommCameraHardware.h179 bool native_zoom_image(int fd, int srcOffset, int dstOffset, common_crop_t *crop);
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp552 android_native_rect_t crop = { left, top, right, bottom }; local
553 return native_window_set_crop(a, &crop);
/hardware/qcom/camera/QCamera/HAL/core/inc/
H A DQCameraStream.h290 void notifyShutter(common_crop_t *crop,
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera_interface2.h145 mm_camera_rect_t crop; member in union:__anon769::__anon770
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c1522 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure; local
1523 if ((crop->nTop != 0) || (crop->nLeft != 0))
1528 pComponentPrivate->pCrop->nWidth = crop->nWidth;
1529 pComponentPrivate->pCrop->nHeight = crop->nHeight;
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c347 common_crop_t crop;
372 memset(&crop,0,sizeof(common_crop_t));
384 encode_params.scaling_params = &crop;
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3527 v4l2_crop crop; local
3550 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
3551 crop.c = cropcap.defrect;
3553 if (exynos_v4l2_s_crop(fd, &crop) < 0) {

Completed in 267 milliseconds

12