Home | History | Annotate | Download | only in camera

Lines Matching refs:out1_h

1491     crop_info.out1_h =  mHalCamCtrl->thumbnailHeight;
1751 crop.out1_h= mHalCamCtrl->thumbnailHeight;
1752 ALOGV("Thumbnail width= %d height= %d for livesnapshot", crop.out1_w, crop.out1_h);
1755 crop.out1_h = height;
1760 if (crop.out1_w > crop.out2_w || crop.out1_h > crop.out2_h) {
1762 crop.out1_h = crop.out2_h;