/frameworks/base/media/java/android/media/tv/ |
D | TvTrackInfo.java | 71 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()
|
D | TvInputManager.java | 2341 private int mVideoHeight; 2487 mVideoHeight = 0; 2695 if (mVideoWidth != videoWidth || mVideoHeight != videoHeight) { 2697 mVideoHeight = videoHeight;
|
/frameworks/base/core/java/android/widget/ |
D | VideoView.java | 124 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/ |
D | VideoViewCaptureActivity.java | 36 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/ |
D | MediaPlayerPerformance.java | 92 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/ |
D | MediaRecorderStressTestRunner.java | 42 public static int mVideoHeight = profile.videoFrameHeight; field in MediaRecorderStressTestRunner 90 mVideoHeight = Integer.parseInt(videoHeight); in onCreate()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 175 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 …]
|
D | StagefrightRecorder.h | 123 int32_t mVideoWidth, mVideoHeight; member
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | CameraSourceTimeLapse.h | 65 int32_t mVideoHeight; variable
|
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/ |
D | NuPlayerDecoder.h | 98 int32_t mVideoHeight; member
|
/frameworks/av/media/libmedia/ |
D | mediaplayer.cpp | 62 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/ |
D | CameraSourceTimeLapse.cpp | 87 mVideoHeight = videoSize.height; in CameraSourceTimeLapse()
|
/frameworks/av/media/libmedia/include/media/ |
D | mediaplayer.h | 315 int mVideoHeight; variable
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | MediaRecorderStressTest.java | 196 videoHeight = MediaRecorderStressTestRunner.mVideoHeight; in recordVideoAndPlayback()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 78 mVideoHeight(0), in Decoder()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 31473 Landroid/media/tv/TvInputManager$Session;->mVideoHeight:I 31698 Landroid/media/tv/TvTrackInfo$Builder;->mVideoHeight:I 31712 Landroid/media/tv/TvTrackInfo;->mVideoHeight:I
|