Home | History | Annotate | Download | only in src

Lines Matching defs:crop_info

1284     common_crop_t crop_info;
1297 notifyShutter(&crop_info, TRUE);
1299 notifyShutter(&crop_info, FALSE);
1326 memset(&crop_info, 0, sizeof(common_crop_t));
1327 crop_info.in1_w = mPictureWidth;
1328 crop_info.in1_h = mPictureHeight;
1338 crop_info.out1_w = mHalCamCtrl->thumbnailWidth;
1339 crop_info.out1_h = mHalCamCtrl->thumbnailHeight;
1340 ret = encodeData(recvd_frame, &crop_info, frame_len, 0);
1432 common_crop_t *crop_info,