target_x          148 drivers/media/platform/s3c-camif/camif-core.c 	int target_x = vp->out_frame.rect.width;
target_x          153 drivers/media/platform/s3c-camif/camif-core.c 		swap(target_x, target_y);
target_x          155 drivers/media/platform/s3c-camif/camif-core.c 	ret = camif_get_scaler_factor(source_x, target_x, &scaler->pre_h_ratio,
target_x          168 drivers/media/platform/s3c-camif/camif-core.c 	scaler->main_h_ratio = (source_x << 8) / (target_x << scaler->h_shift);
target_x          171 drivers/media/platform/s3c-camif/camif-core.c 	scaler->scaleup_h = (target_x >= source_x);
target_x          181 drivers/media/platform/s3c-camif/camif-core.c 		 source_x, source_y, target_x, target_y,