Home | History | Annotate | Download | only in testingcamera

Lines Matching refs:mCamcorderProfiles

130     private List<CamcorderProfile> mCamcorderProfiles;
637 int width = mCamcorderProfiles.get(pos).videoFrameWidth;
638 int height = mCamcorderProfiles.get(pos).videoFrameHeight;
1099 mCamcorderProfiles = new ArrayList<CamcorderProfile>();
1104 mCamcorderProfiles.add(CamcorderProfile.get(cameraId, PROFILES[i]));
1385 mRecorder.setProfile(mCamcorderProfiles.get(mCamcorderProfile));