Searched refs:videoWidth (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java145 int videoWidth,
158 this.videoFrameWidth = videoWidth;
139 CamcorderProfile(int duration, int quality, int fileFormat, int videoCodec, int videoBitRate, int videoFrameRate, int videoWidth, int videoHeight, int audioCodec, int audioBitRate, int audioSampleRate, int audioChannels) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaRecorderTest.java110 int videoWidth = highQuality? videoCap.mMaxFrameWidth: videoCap.mMinFrameWidth;
129 Log.v(TAG, "videoWidth : " + videoWidth);
143 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
156 recordSuccess = validateVideo(filename, videoWidth, videoHeight);
219 //mOutputVideoWidth = CodecTest.videoWidth(outputFilePath);
H A DCodecTest.java288 public static int videoWidth(String filePath) throws Exception { method in class:CodecTest
289 Log.v(TAG, "videoWidth - " + filePath);
290 int videoWidth = 0;
314 videoWidth = mMediaPlayer.getVideoWidth();
319 return videoWidth;
H A DMediaPlayerApiTest.java364 width = CodecTest.videoWidth(MediaNames.VIDEO_LARGE_SIZE_3GP);

Completed in 69 milliseconds