Home | History | Annotate | Download | only in camera

Lines Matching refs:in1_h

2997          if (crop->in1_w != 0 && crop->in1_h != 0) {
2999 zoomCropInfo.top = (crop->out1_h - crop->in1_h + 1) / 2 - 1;
3007 zoomCropInfo.bottom = zoomCropInfo.top + crop->in1_h;
3025 zoomCropInfo.bottom = crop->in1_h;
6669 if (crop->in1_w != 0 && crop->in1_h != 0) {
6671 e->src_rect.y = (crop->out1_h - crop->in1_h + 1) / 2 - 1;
6673 e->src_rect.h = crop->in1_h;
7402 if (crop != NULL && (crop->in1_w != 0 && crop->in1_h != 0)) {
7404 size.height = crop->in1_h;
7605 if (crop->in1_w != 0 && crop->in1_h != 0) {
7607 zoomCropInfo.top = (crop->out1_h - crop->in1_h + 1) / 2 - 1;
7611 zoomCropInfo.bottom = zoomCropInfo.top + crop->in1_h;