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.java143 private int mCamcorderProfile = 0; field in TestingCamera
747 if (pos != mCamcorderProfile) {
749 mCamcorderProfile = pos;
1040 mCamcorderProfileSpinner.setSelection(mCamcorderProfile); in setUpCamera()
1325 mCamcorderProfile = 0; in updateCamcorderProfile()
1326 log("Setting camcorder profile to " + nameArray[mCamcorderProfile]); in updateCamcorderProfile()
1611 mRecorder.setProfile(mCamcorderProfiles.get(mCamcorderProfile)); in startRecording()