Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java144 private int mCamcorderProfile = 0; field in TestingCamera
779 if (pos != mCamcorderProfile) {
781 mCamcorderProfile = pos;
1072 if (mCamcorderProfile >= 0) { in setUpCamera()
1073 mCamcorderProfileSpinner.setSelection(mCamcorderProfile); in setUpCamera()
1362 mCamcorderProfile = -1; in updateCamcorderProfile()
1366 mCamcorderProfile = 0; in updateCamcorderProfile()
1367 log("Setting camcorder profile to " + nameArray[mCamcorderProfile]); in updateCamcorderProfile()
1694 if (mCamcorderProfile >= 0) { in startRecording()
1695 mRecorder.setProfile(mCamcorderProfiles.get(mCamcorderProfile)); in startRecording()