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.java94 channel.mVideoFormat = Utils.intern(cursor.getString(index++)); in fromCursor()
137 private String mVideoFormat; field in ChannelImpl
206 return mVideoFormat; in getVideoFormat()
339 && Objects.equals(mVideoFormat, other.getVideoFormat()) in hasSameReadOnlyInfo()
367 + mVideoFormat in toString()
396 mVideoFormat = channel.getVideoFormat(); in copyFrom()
426 mVideoFormat = other.mVideoFormat; in copyFrom()
529 mChannel.mVideoFormat = videoFormat; in setVideoFormat()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java153 private int mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN; field in TunableTvView
275 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
290 mVideoFormat =
688 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN; in tuneTo()
835 return mVideoFormat; in getVideoDefinitionLevel()