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

Lines Matching refs:maxPreviewWidth

1064             int maxPreviewWidth = displaySize.x;
1070 maxPreviewWidth = displaySize.y;
1075 if (maxPreviewWidth > MAX_PREVIEW_WIDTH) {
1076 maxPreviewWidth = MAX_PREVIEW_WIDTH;
1085 rotatedViewWidth, rotatedViewHeight, maxPreviewWidth, maxPreviewHeight,