Searched refs:mCamcorderProfiles (Results 1 – 1 of 1) sorted by relevance
142 private List<CamcorderProfile> mCamcorderProfiles; field in TestingCamera754 int width = mCamcorderProfiles.get(pos).videoFrameWidth;755 int height = mCamcorderProfiles.get(pos).videoFrameHeight;1312 mCamcorderProfiles = new ArrayList<CamcorderProfile>(); in updateCamcorderProfile()1317 mCamcorderProfiles.add(CamcorderProfile.get(cameraId, PROFILES[i])); in updateCamcorderProfile()1611 mRecorder.setProfile(mCamcorderProfiles.get(mCamcorderProfile)); in startRecording()