Home | History | Annotate | Download | only in camera

Lines Matching refs:maxSnapshotWidth

421     maxSnapshotWidth = mPictureSizes[0].width;
425 if(((maxSnapshotWidth < mPictureSizes[i].width) &&
427 maxSnapshotWidth = mPictureSizes[i].width;
532 && (width <= maxSnapshotWidth)