Home | History | Annotate | Download | only in com.example.android.camera2basic

Lines Matching refs:maxPreviewWidth

547                 int maxPreviewWidth = displaySize.x;
553 maxPreviewWidth = displaySize.y;
557 if (maxPreviewWidth > MAX_PREVIEW_WIDTH) {
558 maxPreviewWidth = MAX_PREVIEW_WIDTH;
569 rotatedPreviewWidth, rotatedPreviewHeight, maxPreviewWidth,