Home
last modified time | relevance | path

Searched refs:mVideoFormat (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
DChannel.java126 channel.mVideoFormat = Utils.intern(cursor.getString(index++)); in fromCursor()
169 private String mVideoFormat; field in Channel
228 return mVideoFormat; in getVideoFormat()
343 && Objects.equals(mVideoFormat, other.mVideoFormat) in hasSameReadOnlyInfo()
363 + ", videoFormat=" + mVideoFormat in toString()
383 mVideoFormat = other.mVideoFormat; in copyFrom()
495 mChannel.mVideoFormat = videoFormat; in setVideoFormat()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java139 private int mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN; field in TunableTvView
252 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
267 mVideoFormat = Utils.getVideoDefinitionLevelFromSize(
631 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN; in tuneTo()
754 return mVideoFormat; in getVideoDefinitionLevel()