Searched refs:videoRecordSize (Results 1 – 1 of 1) sorted by relevance
1612 Camera.Size videoRecordSize = mVideoRecordSizes.get(mVideoRecordSize); in startRecording() local1613 if (videoRecordSize.width > 0 && videoRecordSize.height > 0) { in startRecording()1614 mRecorder.setVideoSize(videoRecordSize.width, videoRecordSize.height); in startRecording()