Home | History | Annotate | Download | only in camera

Lines Matching defs:crop_info

1372     common_crop_t crop_info;
1447 notifyShutter(&crop_info, true);
1449 notifyShutter(&crop_info, false);
1478 memset(&crop_info, 0, sizeof(common_crop_t));
1479 crop_info.in1_w = mPictureWidth;
1480 crop_info.in1_h = mPictureHeight;
1490 crop_info.out1_w = mHalCamCtrl->thumbnailWidth;
1491 crop_info.out1_h = mHalCamCtrl->thumbnailHeight;
1492 ret = encodeData(frame, &crop_info, mJpegMaxSize, 0);
1579 common_crop_t *crop_info,