Home | History | Annotate | Download | only in testingcamera

Lines Matching refs:snapshotHeight

1053         int snapshotHeight = mSnapshotSizes.get(mSnapshotSize).height;
1054 params.setPictureSize(snapshotWidth, snapshotHeight);
1055 log("Setting snapshot size to " + snapshotWidth + " x " + snapshotHeight);