Home | History | Annotate | Download | only in camera

Lines Matching refs:maxSnapshotWidth

1395       maxSnapshotWidth(0),
1557 maxSnapshotWidth = picture_sizes[0].width;
1561 if(((maxSnapshotWidth < picture_sizes[i].width) &&
1563 maxSnapshotWidth = picture_sizes[i].width;
9834 && (width <= maxSnapshotWidth)