Searched refs:videoFormat (Results 1 – 6 of 6) sorted by relevance
247 String videoFormat = channel.getVideoFormat(); in isHdChannel() local248 return videoFormat != null in isHdChannel()249 && (Channels.VIDEO_FORMAT_720P.equals(videoFormat) in isHdChannel()250 || Channels.VIDEO_FORMAT_1080I.equals(videoFormat) in isHdChannel()251 || Channels.VIDEO_FORMAT_1080P.equals(videoFormat) in isHdChannel()252 || Channels.VIDEO_FORMAT_2160P.equals(videoFormat) in isHdChannel()253 || Channels.VIDEO_FORMAT_4320P.equals(videoFormat)); in isHdChannel()
260 String videoFormat) { in forNetwork() argument275 if (videoFormat != null) { in forNetwork()276 tunerChannel.setVideoFormat(videoFormat); in forNetwork()521 public synchronized void setVideoFormat(String videoFormat) { in setVideoFormat() argument522 mProto = mProto.toBuilder().setVideoFormat(videoFormat == null ? "" : videoFormat).build(); in setVideoFormat()
126 String videoFormat = null; in readProgram() local139 videoFormat = TvContract.Channels.VIDEO_FORMAT_720P; in readProgram()173 major, minor, mProgramCount++, guideName, recordingProhibited, videoFormat), in readProgram()
90 String videoFormat = channel.getVideoFormat(); in updateChannels() local91 if (videoFormat != null) { in updateChannels()92 values.put(Channels.COLUMN_VIDEO_FORMAT, videoFormat); in updateChannels()
527 public Builder setVideoFormat(String videoFormat) { in setVideoFormat() argument528 mChannel.mVideoFormat = videoFormat; in setVideoFormat()
558 public static String getVideoDefinitionLevelString(Context context, int videoFormat) { in getVideoDefinitionLevelString() argument559 switch (videoFormat) { in getVideoDefinitionLevelString()