HomeSort by relevance Sort by last modified time
    Searched refs:mVideoFormat (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/data/
Channel.java 126 channel.mVideoFormat = Utils.intern(cursor.getString(index++));
169 private String mVideoFormat;
228 return mVideoFormat;
343 && Objects.equals(mVideoFormat, other.mVideoFormat)
363 + ", videoFormat=" + mVideoFormat
383 mVideoFormat = other.mVideoFormat;
495 mChannel.mVideoFormat = videoFormat;
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 139 private int mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
252 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
267 mVideoFormat = Utils.getVideoDefinitionLevelFromSize(
631 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
754 return mVideoFormat;
    [all...]

Completed in 56 milliseconds