/frameworks/base/media/java/android/media/tv/ |
D | TvTrackInfo.java | 92 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()
|
D | TvInputManager.java | 2998 private int mVideoHeight; 3156 mVideoHeight = 0; 3477 if (mVideoWidth != videoWidth || mVideoHeight != videoHeight) { 3479 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/graphics/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 | 89 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/ |
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 | 178 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 …]
|
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() 109 mVideoWidth = mVideoHeight = 0; in clear_l() 504 *h = mVideoHeight; in getVideoHeight() 955 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 | 317 int mVideoHeight; variable
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | MediaRecorderStressTest.java | 197 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
|