/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
H A D | IllustrationVideoView.java | 307 if (mp.getVideoWidth() > 0 && mp.getVideoHeight() > 0) { in onPrepared() 308 aspectRatio = (float) mp.getVideoHeight() / mp.getVideoWidth(); in onPrepared() 310 Log.w(TAG, "Unexpected video size=" + mp.getVideoWidth() + "x" + mp.getVideoHeight()); in onPrepared()
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | MediaAnimationController.java | 59 public int getVideoHeight() { in getVideoHeight() method in MediaAnimationController 60 return mMediaPlayer.getVideoHeight(); in getVideoHeight()
|
H A D | VideoPreference.java | 203 / (float) mAnimationController.getVideoHeight(); in updateAspectRatio() 238 int getVideoHeight(); in getVideoHeight() method
|
H A D | VectorAnimationController.java | 59 public int getVideoHeight() { in getVideoHeight() method in VectorAnimationController
|
/aosp12/packages/apps/TV/src/com/android/tv/search/ |
H A D | LocalSearchProvider.java | 202 row.add(result.getVideoHeight() == 0 ? null : String.valueOf(result.getVideoHeight())); in createSuggestionsCursor() 322 abstract int getVideoHeight(); in getVideoHeight() method in LocalSearchProvider.SearchResult
|
H A D | DataManagerSearch.java | 271 result.setVideoHeight(program.getVideoHeight()); in addResult()
|
/aosp12/packages/apps/TV/src/com/android/tv/data/ |
H A D | StreamInfo.java | 37 int getVideoHeight(); in getVideoHeight() method
|
H A D | ProgramImpl.java | 355 public int getVideoHeight() { in getVideoHeight() method in ProgramImpl 620 mVideoHeight = other.getVideoHeight(); in copyFrom()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | MediaPlayerGetVideoHeightStateUnitTest.java | 56 player.getVideoHeight(); in invokeMethodUnderTest()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/data/ |
H A D | Metadata.java | 71 public int getVideoHeight() { in getVideoHeight() method in Metadata
|
H A D | VideoItem.java | 90 int metadataHeight = mMetaData.getVideoHeight(); in getBestHeight()
|
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/search/ |
H A D | FakeSearchInterface.java | 57 result.setVideoHeight(program.getVideoHeight()); in fromProgram()
|
/aosp12/packages/apps/TV/src/com/android/tv/dvr/data/ |
H A D | RecordedProgram.java | 167 if (recordedProgram.getVideoHeight() == 0) { in toValues() 170 values.put(RecordedPrograms.COLUMN_VIDEO_HEIGHT, recordedProgram.getVideoHeight()); in toValues() 447 public abstract int getVideoHeight(); in getVideoHeight() method in RecordedProgram
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | VideoViewCaptureActivity.java | 45 mVideoHeight = mp.getVideoHeight(); in onCreate()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
H A D | MmsVideoRecorder.java | 107 int getVideoHeight() { in getVideoHeight() method in MmsVideoRecorder
|
/aosp12/packages/apps/TV/src/com/android/tv/data/api/ |
H A D | Program.java | 55 int getVideoHeight(); in getVideoHeight() method
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
H A D | FingerprintLocationAnimationVideoView.java | 100 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth(); in onFinishInflate()
|
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
H A D | DvrPlayer.java | 527 int videoHeight = trackInfo.getVideoHeight(); in setTvViewCallbacks() 531 / trackInfo.getVideoHeight(); in setTvViewCallbacks()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
H A D | VideoPreferenceTest.java | 78 when(mAnimationController.getVideoHeight()).thenReturn(VIDEO_HEIGHT); in setUp()
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | mediaplayer.h | 247 status_t getVideoHeight(int *h);
|
/aosp12/packages/apps/TV/src/com/android/tv/util/ |
H A D | TvTrackInfoUtils.java | 255 + info.getVideoHeight()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | VideoView.java | 470 mVideoHeight = mp.getVideoHeight(); 505 mVideoHeight = mp.getVideoHeight();
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | VideoThumbnailView.java | 103 mVideoHeight = mediaPlayer.getVideoHeight(); in VideoThumbnailView()
|
/aosp12/frameworks/base/media/java/android/media/tv/ |
H A D | TvTrackInfo.java | 271 public final int getVideoHeight() { in getVideoHeight() method in TvTrackInfo
|
/aosp12/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
H A D | NativeMedia.java | 132 int height = mediaPlayer.getVideoHeight(); in onCreate()
|