Home
last modified time | relevance | path

Searched refs:mVideoHeight (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java71 private final int mVideoHeight; field in TvTrackInfo
95 mVideoHeight = videoHeight; in TvTrackInfo()
115 mVideoHeight = in.readInt(); in TvTrackInfo()
275 return mVideoHeight; in getVideoHeight()
353 dest.writeInt(mVideoHeight); in writeToParcel()
390 && mVideoHeight == obj.mVideoHeight in equals()
409 result = Objects.hash(result, mVideoWidth, mVideoHeight, mVideoFrameRate, in hashCode()
447 private int mVideoHeight; field in TvTrackInfo.Builder
648 mVideoHeight = videoHeight; in setVideoHeight()
731 mSpokenSubtitle, mVideoWidth, mVideoHeight, mVideoFrameRate, in build()
DTvInputManager.java2341 private int mVideoHeight;
2487 mVideoHeight = 0;
2695 if (mVideoWidth != videoWidth || mVideoHeight != videoHeight) {
2697 mVideoHeight = videoHeight;
/frameworks/base/core/java/android/widget/
DVideoView.java124 private int mVideoHeight; field in VideoView
165 mVideoHeight = 0; in VideoView()
188 int height = getDefaultSize(mVideoHeight, heightMeasureSpec); in onMeasure()
189 if (mVideoWidth > 0 && mVideoHeight > 0) { in onMeasure()
202 if ( mVideoWidth * height < width * mVideoHeight ) { in onMeasure()
204 width = height * mVideoWidth / mVideoHeight; in onMeasure()
205 } else if ( mVideoWidth * height > width * mVideoHeight ) { in onMeasure()
207 height = width * mVideoHeight / mVideoWidth; in onMeasure()
212 height = width * mVideoHeight / mVideoWidth; in onMeasure()
220 width = height * mVideoWidth / mVideoHeight; in onMeasure()
[all …]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DVideoViewCaptureActivity.java36 private int mVideoWidth, mVideoHeight; field in VideoViewCaptureActivity
45 mVideoHeight = mp.getVideoHeight(); in onCreate()
56 mVideoWidth, mVideoHeight, in onCreate()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java92 private int mVideoHeight; field in MediaPlayerPerformance
111 mVideoHeight = mCamcorderProfile.videoFrameHeight; in setUp()
112 Log.v(TAG, "height = " + mVideoHeight + " width= " + mVideoWidth); in setUp()
460 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight, in testH263RecordVideoOnlyMemoryUsage()
481 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight, in testMpeg4RecordVideoOnlyMemoryUsage()
503 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight, in testRecordVideoAudioMemoryUsage()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaRecorderStressTestRunner.java42 public static int mVideoHeight = profile.videoFrameHeight; field in MediaRecorderStressTestRunner
90 mVideoHeight = Integer.parseInt(videoHeight); in onCreate()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp175 mMetricsItem->setInt32(kRecorderHeight, mVideoHeight); in updateMetrics()
363 mVideoHeight = height; in setVideoSize()
1748 videoFrameHeight == mVideoHeight && in setDefaultProfileIfNecessary()
1864 if (minFrameHeight != -1 && mVideoHeight < minFrameHeight) { in clipVideoFrameHeight()
1866 " and will be set to (%d)", mVideoHeight, minFrameHeight); in clipVideoFrameHeight()
1867 mVideoHeight = minFrameHeight; in clipVideoFrameHeight()
1868 } else if (maxFrameHeight != -1 && mVideoHeight > maxFrameHeight) { in clipVideoFrameHeight()
1870 " and will be set to (%d)", mVideoHeight, maxFrameHeight); in clipVideoFrameHeight()
1871 mVideoHeight = maxFrameHeight; in clipVideoFrameHeight()
1903 videoSize.height = mVideoHeight; in setupCameraSource()
[all …]
DStagefrightRecorder.h123 int32_t mVideoWidth, mVideoHeight; member
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSourceTimeLapse.h65 int32_t mVideoHeight; variable
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayerDecoder.h98 int32_t mVideoHeight; member
/frameworks/av/media/libmedia/
Dmediaplayer.cpp62 mVideoWidth = mVideoHeight = 0; in MediaPlayer()
104 mVideoWidth = mVideoHeight = 0; in clear_l()
499 *h = mVideoHeight; in getVideoHeight()
950 mVideoHeight = ext2; in notify()
/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp87 mVideoHeight = videoSize.height; in CameraSourceTimeLapse()
/frameworks/av/media/libmedia/include/media/
Dmediaplayer.h315 int mVideoHeight; variable
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java196 videoHeight = MediaRecorderStressTestRunner.mVideoHeight; in recordVideoAndPlayback()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp78 mVideoHeight(0), in Decoder()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt31473 Landroid/media/tv/TvInputManager$Session;->mVideoHeight:I
31698 Landroid/media/tv/TvTrackInfo$Builder;->mVideoHeight:I
31712 Landroid/media/tv/TvTrackInfo;->mVideoHeight:I