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.java92 private final int mVideoHeight; field in TvTrackInfo
116 mVideoHeight = videoHeight; in TvTrackInfo()
136 mVideoHeight = in.readInt(); in TvTrackInfo()
296 return mVideoHeight; in getVideoHeight()
374 dest.writeInt(mVideoHeight); in writeToParcel()
411 && mVideoHeight == obj.mVideoHeight in equals()
430 result = Objects.hash(result, mVideoWidth, mVideoHeight, mVideoFrameRate, in hashCode()
468 private int mVideoHeight; field in TvTrackInfo.Builder
669 mVideoHeight = videoHeight; in setVideoHeight()
752 mSpokenSubtitle, mVideoWidth, mVideoHeight, mVideoFrameRate, in build()
DTvInputManager.java2998 private int mVideoHeight;
3156 mVideoHeight = 0;
3477 if (mVideoWidth != videoWidth || mVideoHeight != videoHeight) {
3479 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/graphics/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.java89 private int mVideoHeight; field in MediaPlayerPerformance
108 mVideoHeight = mCamcorderProfile.videoFrameHeight; in setUp()
109 Log.v(TAG, "height = " + mVideoHeight + " width= " + mVideoWidth); in setUp()
457 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight, in testH263RecordVideoOnlyMemoryUsage()
478 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight, in testMpeg4RecordVideoOnlyMemoryUsage()
500 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.cpp178 mMetricsItem->setInt32(kRecorderHeight, mVideoHeight); in updateMetrics()
366 mVideoHeight = height; in setVideoSize()
1768 videoFrameHeight == mVideoHeight && in setDefaultProfileIfNecessary()
1884 if (minFrameHeight != -1 && mVideoHeight < minFrameHeight) { in clipVideoFrameHeight()
1886 " and will be set to (%d)", mVideoHeight, minFrameHeight); in clipVideoFrameHeight()
1887 mVideoHeight = minFrameHeight; in clipVideoFrameHeight()
1888 } else if (maxFrameHeight != -1 && mVideoHeight > maxFrameHeight) { in clipVideoFrameHeight()
1890 " and will be set to (%d)", mVideoHeight, maxFrameHeight); in clipVideoFrameHeight()
1891 mVideoHeight = maxFrameHeight; in clipVideoFrameHeight()
1923 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()
109 mVideoWidth = mVideoHeight = 0; in clear_l()
504 *h = mVideoHeight; in getVideoHeight()
955 mVideoHeight = ext2; in notify()
/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp87 mVideoHeight = videoSize.height; in CameraSourceTimeLapse()
/frameworks/av/media/libmedia/include/media/
Dmediaplayer.h317 int mVideoHeight; variable
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java197 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