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

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java146 int videoHeight,
159 this.videoFrameHeight = videoHeight;
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.java111 int videoHeight = highQuality? videoCap.mMaxFrameHeight: videoCap.mMinFrameHeight;
130 Log.v(TAG, "videoHeight : " + videoHeight);
143 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
156 recordSuccess = validateVideo(filename, videoWidth, videoHeight);
218 //mOutputVideoHeight = CodecTest.videoHeight(outputFilePath);
H A DCodecTest.java253 public static int videoHeight(String filePath) throws Exception { method in class:CodecTest
254 Log.v(TAG, "videoHeight - " + filePath);
255 int videoHeight = 0;
278 videoHeight = mMediaPlayer.getVideoHeight();
284 return videoHeight;
H A DMediaPlayerApiTest.java356 height = CodecTest.videoHeight(MediaNames.VIDEO_LARGE_SIZE_3GP);

Completed in 57 milliseconds