Home | History | Annotate | Download | only in HAL

Lines Matching defs:crop

381  *                    crop information
382 * @crop_info : crop info as a result of zoom operation
1121 cam_crop_data_t *crop = NULL;
1123 crop = (cam_crop_data_t *)
1127 if ((NULL != crop) && (NULL != srcStream)) {
1129 if (crop->crop_info[j].stream_id ==
1131 param.reprocess.frame_pp_config.crop.crop_enabled = 1;
1132 param.reprocess.frame_pp_config.crop.input_crop =
1133 crop->crop_info[j].crop;