Lines Matching refs:src_rect
6667 e->src_rect.x = (crop->out1_w - crop->in1_w + 1) / 2 - 1;
6668 e->src_rect.y = (crop->out1_h - crop->in1_h + 1) / 2 - 1;
6669 e->src_rect.w = crop->in1_w;
6670 e->src_rect.h = crop->in1_h;
6672 e->src_rect.x = 0;
6673 e->src_rect.y = 0;
6674 e->src_rect.w = previewWidth;
6675 e->src_rect.h = previewHeight;
6677 //ALOGV(" native_zoom : SRC_RECT : x,y = %d,%d \t w,h = %d, %d",
6678 // e->src_rect.x, e->src_rect.y, e->src_rect.w, e->src_rect.h);