Home
last modified time | relevance | path

Searched refs:getVideoHeight (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustrationVideoView.java307 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 DMediaAnimationController.java59 public int getVideoHeight() { in getVideoHeight() method in MediaAnimationController
60 return mMediaPlayer.getVideoHeight(); in getVideoHeight()
H A DVideoPreference.java203 / (float) mAnimationController.getVideoHeight(); in updateAspectRatio()
238 int getVideoHeight(); in getVideoHeight() method
H A DVectorAnimationController.java59 public int getVideoHeight() { in getVideoHeight() method in VectorAnimationController
/aosp12/packages/apps/TV/src/com/android/tv/search/
H A DLocalSearchProvider.java202 row.add(result.getVideoHeight() == 0 ? null : String.valueOf(result.getVideoHeight())); in createSuggestionsCursor()
322 abstract int getVideoHeight(); in getVideoHeight() method in LocalSearchProvider.SearchResult
H A DDataManagerSearch.java271 result.setVideoHeight(program.getVideoHeight()); in addResult()
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DStreamInfo.java37 int getVideoHeight(); in getVideoHeight() method
H A DProgramImpl.java355 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 DMediaPlayerGetVideoHeightStateUnitTest.java56 player.getVideoHeight(); in invokeMethodUnderTest()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DMetadata.java71 public int getVideoHeight() { in getVideoHeight() method in Metadata
H A DVideoItem.java90 int metadataHeight = mMetaData.getVideoHeight(); in getBestHeight()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/search/
H A DFakeSearchInterface.java57 result.setVideoHeight(program.getVideoHeight()); in fromProgram()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/data/
H A DRecordedProgram.java167 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 DVideoViewCaptureActivity.java45 mVideoHeight = mp.getVideoHeight(); in onCreate()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMmsVideoRecorder.java107 int getVideoHeight() { in getVideoHeight() method in MmsVideoRecorder
/aosp12/packages/apps/TV/src/com/android/tv/data/api/
H A DProgram.java55 int getVideoHeight(); in getVideoHeight() method
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintLocationAnimationVideoView.java100 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth(); in onFinishInflate()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlayer.java527 int videoHeight = trackInfo.getVideoHeight(); in setTvViewCallbacks()
531 / trackInfo.getVideoHeight(); in setTvViewCallbacks()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DVideoPreferenceTest.java78 when(mAnimationController.getVideoHeight()).thenReturn(VIDEO_HEIGHT); in setUp()
/aosp12/frameworks/av/media/libmedia/include/media/
H A Dmediaplayer.h247 status_t getVideoHeight(int *h);
/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DTvTrackInfoUtils.java255 + info.getVideoHeight()
/aosp12/frameworks/base/core/java/android/widget/
H A DVideoView.java470 mVideoHeight = mp.getVideoHeight();
505 mVideoHeight = mp.getVideoHeight();
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DVideoThumbnailView.java103 mVideoHeight = mediaPlayer.getVideoHeight(); in VideoThumbnailView()
/aosp12/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java271 public final int getVideoHeight() { in getVideoHeight() method in TvTrackInfo
/aosp12/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java132 int height = mediaPlayer.getVideoHeight(); in onCreate()

12