Searched refs:videoRecordSize (Results 1 – 1 of 1) sorted by relevance
1693 Camera.Size videoRecordSize = mVideoRecordSizes.get(mVideoRecordSize); in startRecording() local1698 mRecorder.setVideoEncodingBitRate(getVideoBitRate(videoRecordSize)); in startRecording()1703 if (videoRecordSize.width > 0 && videoRecordSize.height > 0) { in startRecording()1704 mRecorder.setVideoSize(videoRecordSize.width, videoRecordSize.height); in startRecording()