Searched refs:maxProfile (Results 1 – 1 of 1) sorted by relevance
2382 CamcorderProfile maxProfile = CamcorderProfile.get(mCameraId, quality); in getMaxRecordingSize() local2383 return new Size(maxProfile.videoFrameWidth, maxProfile.videoFrameHeight); in getMaxRecordingSize()