/frameworks/base/media/java/android/media/tv/ |
D | TvTrackInfo.java | 91 private final int mVideoWidth; field in TvTrackInfo 115 mVideoWidth = videoWidth; in TvTrackInfo() 135 mVideoWidth = in.readInt(); in TvTrackInfo() 283 return mVideoWidth; in getVideoWidth() 373 dest.writeInt(mVideoWidth); in writeToParcel() 410 return mVideoWidth == obj.mVideoWidth in equals() 430 result = Objects.hash(result, mVideoWidth, mVideoHeight, mVideoFrameRate, in hashCode() 467 private int mVideoWidth; field in TvTrackInfo.Builder 653 mVideoWidth = videoWidth; in setVideoWidth() 752 mSpokenSubtitle, mVideoWidth, mVideoHeight, mVideoFrameRate, in build()
|
D | TvInputManager.java | 2996 private int mVideoWidth; 3155 mVideoWidth = 0; 3477 if (mVideoWidth != videoWidth || mVideoHeight != videoHeight) { 3478 mVideoWidth = videoWidth;
|
/frameworks/base/core/java/android/widget/ |
D | VideoView.java | 122 private int mVideoWidth; field in VideoView 164 mVideoWidth = 0; in VideoView() 187 int width = getDefaultSize(mVideoWidth, widthMeasureSpec); 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 44 mVideoWidth = mp.getVideoWidth(); in onCreate() 56 mVideoWidth, mVideoHeight, in onCreate()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
D | MediaPlayerPerformance.java | 88 private int mVideoWidth; field in MediaPlayerPerformance 107 mVideoWidth = mCamcorderProfile.videoFrameWidth; 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 | 41 public static int mVideoWidth = profile.videoFrameWidth; field in MediaRecorderStressTestRunner 87 mVideoWidth = Integer.parseInt(videoWidth); in onCreate()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 179 mMetricsItem->setInt32(kRecorderWidth, mVideoWidth); in updateMetrics() 365 mVideoWidth = width; in setVideoSize() 1698 if (mVideoWidth < minFrameWidth && minFrameWidth != -1) { in clipVideoFrameWidth() 1700 " and will be set to (%d)", mVideoWidth, minFrameWidth); in clipVideoFrameWidth() 1701 mVideoWidth = minFrameWidth; in clipVideoFrameWidth() 1702 } else if (mVideoWidth > maxFrameWidth && maxFrameWidth != -1) { in clipVideoFrameWidth() 1704 " and will be set to (%d)", mVideoWidth, maxFrameWidth); in clipVideoFrameWidth() 1705 mVideoWidth = maxFrameWidth; in clipVideoFrameWidth() 1767 videoFrameWidth == mVideoWidth && in setDefaultProfileIfNecessary() 1922 videoSize.width = mVideoWidth; in setupCameraSource() [all …]
|
D | StagefrightRecorder.h | 123 int32_t mVideoWidth, mVideoHeight; member
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | CameraSourceTimeLapse.h | 64 int32_t mVideoWidth;
|
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/ |
D | NuPlayerDecoder.h | 97 int32_t mVideoWidth; member
|
/frameworks/av/media/libmedia/ |
D | mediaplayer.cpp | 62 mVideoWidth = mVideoHeight = 0; in MediaPlayer() 109 mVideoWidth = mVideoHeight = 0; in clear_l() 495 *w = mVideoWidth; in getVideoWidth() 954 mVideoWidth = ext1; in notify()
|
/frameworks/av/media/libstagefright/ |
D | CameraSourceTimeLapse.cpp | 86 mVideoWidth = videoSize.width; in CameraSourceTimeLapse()
|
/frameworks/av/media/libmedia/include/media/ |
D | mediaplayer.h | 316 int mVideoWidth; variable
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | MediaRecorderStressTest.java | 196 videoWidth = MediaRecorderStressTestRunner.mVideoWidth; in recordVideoAndPlayback()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 77 mVideoWidth(0), in Decoder()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 31475 Landroid/media/tv/TvInputManager$Session;->mVideoWidth:I 31700 Landroid/media/tv/TvTrackInfo$Builder;->mVideoWidth:I 31714 Landroid/media/tv/TvTrackInfo;->mVideoWidth:I
|