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.java146 private int mVideoRecordSize = 0; field in TestingCamera
785 mVideoRecordSize = 0; // "default", in case it's not found
791 mVideoRecordSize = i;
795 log("Setting video record size to " + mVideoRecordSize);
796 mVideoRecordSizeSpinner.setSelection(mVideoRecordSize);
810 if (pos == mVideoRecordSize) return;
813 mVideoRecordSize = pos;
1393 mVideoRecordSize = 0; in updateVideoRecordSize()
1394 log("Setting video record profile to " + nameArray[mVideoRecordSize]); in updateVideoRecordSize()
1693 Camera.Size videoRecordSize = mVideoRecordSizes.get(mVideoRecordSize); in startRecording()