Searched refs:setVideoFormat (Results 1 – 2 of 2) sorted by relevance
276 tunerChannel.setVideoFormat(videoFormat); in forNetwork()521 public synchronized void setVideoFormat(String videoFormat) { in setVideoFormat() method in TunerChannel522 mProto = mProto.toBuilder().setVideoFormat(videoFormat == null ? "" : videoFormat).build(); in setVideoFormat()
528 public Builder setVideoFormat(String videoFormat) { in setVideoFormat() method in ChannelImpl.Builder