Searched defs:mVideoHeight (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h62 int32_t mVideoHeight; member in class:android::CameraSourceTimeLapse
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaRecorderStressTestRunner.java42 public static int mVideoHeight = profile.videoFrameHeight; field in class:MediaRecorderStressTestRunner
90 mVideoHeight = Integer.parseInt(videoHeight);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h89 int32_t mVideoWidth, mVideoHeight; member in struct:android::StagefrightRecorder
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java48 private final int mVideoHeight; field in class:TvTrackInfo
61 mVideoHeight = videoHeight;
73 mVideoHeight = in.readInt();
140 return mVideoHeight;
180 dest.writeInt(mVideoHeight);
208 private int mVideoHeight; field in class:TvTrackInfo.Builder
294 mVideoHeight = videoHeight;
329 mVideoWidth, mVideoHeight, mVideoFrameRate, mExtra);
H A DTvInputManager.java1190 private int mVideoHeight; field in class:TvInputManager.Session
1333 mVideoHeight = 0;
1518 if (mVideoWidth != videoWidth || mVideoHeight != videoHeight) {
1520 mVideoHeight = videoHeight;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java92 private int mVideoHeight; field in class:MediaPlayerPerformance
111 mVideoHeight = mCamcorderProfile.videoFrameHeight;
112 Log.v(TAG, "height = " + mVideoHeight + " width= " + mVideoWidth);
445 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
466 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
488 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
/frameworks/av/include/media/
H A Dmediaplayer.h286 int mVideoHeight; member in class:android::MediaPlayer
/frameworks/base/core/java/android/widget/
H A DVideoView.java101 private int mVideoHeight; field in class:VideoView
146 int height = getDefaultSize(mVideoHeight, heightMeasureSpec);
147 if (mVideoWidth > 0 && mVideoHeight > 0) {
160 if ( mVideoWidth * height < width * mVideoHeight ) {
162 width = height * mVideoWidth / mVideoHeight;
163 } else if ( mVideoWidth * height > width * mVideoHeight ) {
165 height = width * mVideoHeight / mVideoWidth;
170 height = width * mVideoHeight / mVideoWidth;
178 width = height * mVideoWidth / mVideoHeight;
186 height = mVideoHeight;
[all...]
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h344 int32_t mVideoHeight; member in struct:android::AwesomePlayer::Stats

Completed in 199 milliseconds