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/
DChannelImpl.java93 channel.mVideoFormat = Utils.intern(cursor.getString(index++)); in fromCursor()
136 private String mVideoFormat; field in ChannelImpl
205 return mVideoFormat; in getVideoFormat()
338 && Objects.equals(mVideoFormat, other.getVideoFormat()) in hasSameReadOnlyInfo()
366 + mVideoFormat in toString()
395 mVideoFormat = channel.getVideoFormat(); in copyFrom()
425 mVideoFormat = other.mVideoFormat; in copyFrom()
528 mChannel.mVideoFormat = videoFormat; in setVideoFormat()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java150 private int mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN; field in TunableTvView
271 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
286 mVideoFormat =
657 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN; in tuneTo()
794 return mVideoFormat; in getVideoDefinitionLevel()