Home
last modified time | relevance | path

Searched refs:getVideoWidth (Results 1 – 13 of 13) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlayer.java536 int videoWidth = trackInfo.getVideoWidth(); in setTvViewCallbacks()
540 … * trackInfo.getVideoWidth() / trackInfo.getVideoHeight(); in setTvViewCallbacks()
/packages/apps/TV/src/com/android/tv/data/
DStreamInfo.java33 int getVideoWidth(); in getVideoWidth() method
DProgram.java313 public int getVideoWidth() { in getVideoWidth() method in Program
/packages/apps/Camera2/src/com/android/camera/data/
DMetadata.java63 public int getVideoWidth() { in getVideoWidth() method in Metadata
DVideoItem.java81 int metadataWidth = mMetaData.getVideoWidth(); in getBestWidth()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMmsVideoRecorder.java99 int getVideoWidth() { in getVideoWidth() method in MmsVideoRecorder
DCameraManager.java883 width = mMediaRecorder.getVideoWidth(); in stopVideo()
/packages/apps/Settings/src/com/android/settings/fingerprint/
DFingerprintLocationAnimationVideoView.java99 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth(); in onFinishInflate()
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java448 .setVideoWidth(orig.getVideoWidth()) in buildFrom()
733 public int getVideoWidth() { in getVideoWidth() method in RecordedProgram
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java564 .getAspectRatioString(program.getVideoWidth(), program.getVideoHeight()));
567 program.getVideoWidth(), program.getVideoHeight());
/packages/apps/Messaging/src/com/android/messaging/ui/
DVideoThumbnailView.java102 mVideoWidth = mediaPlayer.getVideoWidth(); in VideoThumbnailView()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java265 mVideoWidth = track.getVideoWidth();
743 public int getVideoWidth() { in getVideoWidth() method in TunableTvView
/packages/apps/TV/src/com/android/tv/search/
DDataManagerSearch.java240 result.videoWidth = program.getVideoWidth(); in addResult()