Home
last modified time | relevance | path

Searched refs:mVideoRecordSize (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java145 private int mVideoRecordSize = 0; field in TestingCamera
753 mVideoRecordSize = 0; // "default", in case it's not found
759 mVideoRecordSize = i;
763 log("Setting video record size to " + mVideoRecordSize);
764 mVideoRecordSizeSpinner.setSelection(mVideoRecordSize);
778 if (pos == mVideoRecordSize) return;
781 mVideoRecordSize = pos;
1352 mVideoRecordSize = 0; in updateVideoRecordSize()
1353 log("Setting video record profile to " + nameArray[mVideoRecordSize]); in updateVideoRecordSize()
1612 Camera.Size videoRecordSize = mVideoRecordSizes.get(mVideoRecordSize); in startRecording()