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

/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h61 int32_t mVideoHeight; member in class:android::CameraSourceTimeLapse
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h71 int32_t mVideoHeight; member in struct:android::SoftMPEG4Encoder
/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/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h81 int32_t mVideoHeight; member in struct:android::SoftAVCEncoder
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h88 int32_t mVideoWidth, mVideoHeight; member in struct:android::StagefrightRecorder
/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);
430 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
451 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
473 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
/frameworks/av/include/media/
H A Dmediaplayer.h274 int mVideoHeight; member in class:android::MediaPlayer
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h198 int32_t mVideoWidth, mVideoHeight; member in struct:android::PreviewPlayer
/frameworks/base/core/java/android/widget/
H A DVideoView.java90 private int mVideoHeight; field in class:VideoView
131 int height = getDefaultSize(mVideoHeight, heightMeasureSpec);
132 if (mVideoWidth > 0 && mVideoHeight > 0) {
145 if ( mVideoWidth * height < width * mVideoHeight ) {
147 width = height * mVideoWidth / mVideoHeight;
148 } else if ( mVideoWidth * height > width * mVideoHeight ) {
150 height = width * mVideoHeight / mVideoWidth;
155 height = width * mVideoHeight / mVideoWidth;
163 width = height * mVideoWidth / mVideoHeight;
171 height = mVideoHeight;
[all...]
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h338 int32_t mVideoHeight; member in struct:android::AwesomePlayer::Stats

Completed in 236 milliseconds