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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DVideoViewCaptureActivity.java36 private int mVideoWidth, mVideoHeight; field in class:VideoViewCaptureActivity
45 mVideoHeight = mp.getVideoHeight();
56 mVideoWidth, mVideoHeight,
/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h66 int32_t mVideoHeight; member in class:android::CameraSourceTimeLapse
H A DMediaCodec.h340 int32_t mVideoHeight; member in struct:android::MediaCodec
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCameraSourceTimeLapse.h66 int32_t mVideoHeight; member in class:android::CameraSourceTimeLapse
H A DMediaCodec.h340 int32_t mVideoHeight; member in struct:android::MediaCodec
/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/libmediaplayer2/include/mediaplayer2/
H A Dmediaplayer2.h160 int mVideoHeight; member in class:android::MediaPlayer2
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Decoder.h99 int32_t mVideoHeight; member in struct:android::NuPlayer2::Decoder
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h98 int32_t mVideoHeight; member in struct:android::NuPlayer::Decoder
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h107 int32_t mVideoWidth, mVideoHeight; member in struct:android::StagefrightRecorder
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java64 private final int mVideoHeight; field in class:TvTrackInfo
82 mVideoHeight = videoHeight;
97 mVideoHeight = in.readInt();
182 return mVideoHeight;
254 dest.writeInt(mVideoHeight);
282 && mVideoHeight == obj.mVideoHeight
316 private int mVideoHeight; field in class:TvTrackInfo.Builder
418 mVideoHeight = videoHeight;
494 mAudioSampleRate, mVideoWidth, mVideoHeight, mVideoFrameRat
[all...]
H A DTvInputManager.java1749 private int mVideoHeight; field in class:TvInputManager.Session
1884 mVideoHeight = 0;
2073 if (mVideoWidth != videoWidth || mVideoHeight != videoHeight) {
2075 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);
460 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
481 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
503 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DLocalPlayer.java66 private int mVideoHeight; field in class:LocalPlayer
298 protected int getVideoHeight() { return mVideoHeight; }
369 mVideoHeight = height;
373 mVideoWidth = mVideoHeight = 0;
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DLocalPlayer.java66 private int mVideoHeight; field in class:LocalPlayer
298 protected int getVideoHeight() { return mVideoHeight; }
369 mVideoHeight = height;
373 mVideoWidth = mVideoHeight = 0;
/frameworks/av/include/media/
H A Dmediaplayer.h306 int mVideoHeight; member in class:android::MediaPlayer
/frameworks/av/media/libmedia/include/media/
H A Dmediaplayer.h306 int mVideoHeight; member in class:android::MediaPlayer
/frameworks/support/leanback/src/main/java/androidx/leanback/media/
H A DPlaybackBaseControlGlue.java129 int mVideoHeight = 0; field in class:PlaybackBaseControlGlue
176 mVideoHeight = height;
239 if (mVideoWidth != 0 && mVideoHeight != 0) {
240 mPlayerCallback.onVideoSizeChanged(mVideoWidth, mVideoHeight);
/frameworks/base/core/java/android/widget/
H A DVideoView.java113 private int mVideoHeight; field in class:VideoView
152 mVideoHeight = 0;
175 int height = getDefaultSize(mVideoHeight, heightMeasureSpec);
176 if (mVideoWidth > 0 && mVideoHeight > 0) {
189 if ( mVideoWidth * height < width * mVideoHeight ) {
191 width = height * mVideoWidth / mVideoHeight;
192 } else if ( mVideoWidth * height > width * mVideoHeight ) {
194 height = width * mVideoHeight / mVideoWidth;
199 height = width * mVideoHeight / mVideoWidth;
207 width = height * mVideoWidth / mVideoHeight;
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DVideoView2Impl.java156 private int mVideoHeight; field in class:VideoView2Impl
261 mVideoHeight = 0;
793 mVideoHeight = 0;
1146 mVideoHeight = mp.getVideoHeight();
1149 + mVideoHeight);
1151 if (mVideoWidth != 0 && mVideoHeight != 0) {
1231 if (videoWidth != mVideoWidth || videoHeight != mVideoHeight) {
1241 mVideoHeight = videoHeight;
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
H A DVideoView2ImplBase.java153 private int mVideoHeight; field in class:VideoView2ImplBase
258 mVideoHeight = 0;
980 mVideoHeight = 0;
1280 mVideoHeight = mp.getVideoHeight();
1283 + mVideoHeight);
1285 if (mVideoWidth != 0 && mVideoHeight != 0) {
1380 if (videoWidth != mVideoWidth || videoHeight != mVideoHeight) {
1382 mVideoHeight = videoHeight;
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
H A DVideoView2ImplBaseWithMp1.java148 private int mVideoHeight; field in class:VideoView2ImplBaseWithMp1
247 mVideoHeight = 0;
936 mVideoHeight = 0;
1210 mVideoHeight = mp.getVideoHeight();
1213 + mVideoHeight);
1215 if (mVideoWidth != 0 && mVideoHeight != 0) {
1252 if (videoWidth != mVideoWidth || videoHeight != mVideoHeight) {
1254 mVideoHeight = videoHeight;

Completed in 348 milliseconds