Searched refs:StreamInfo (Results 1 – 6 of 6) sorted by relevance
49 import com.android.tv.data.StreamInfo;545 return StreamInfo.VIDEO_DEFINITION_LEVEL_ULTRA_HD; in getVideoDefinitionLevelFromSize()547 return StreamInfo.VIDEO_DEFINITION_LEVEL_FULL_HD; in getVideoDefinitionLevelFromSize()549 return StreamInfo.VIDEO_DEFINITION_LEVEL_HD; in getVideoDefinitionLevelFromSize()551 return StreamInfo.VIDEO_DEFINITION_LEVEL_SD; in getVideoDefinitionLevelFromSize()553 return StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN; in getVideoDefinitionLevelFromSize()558 case StreamInfo.VIDEO_DEFINITION_LEVEL_ULTRA_HD: in getVideoDefinitionLevelString()560 case StreamInfo.VIDEO_DEFINITION_LEVEL_FULL_HD: in getVideoDefinitionLevelString()562 case StreamInfo.VIDEO_DEFINITION_LEVEL_HD: in getVideoDefinitionLevelString()564 case StreamInfo.VIDEO_DEFINITION_LEVEL_SD: in getVideoDefinitionLevelString()
72 import com.android.tv.data.StreamInfo;89 public class TunableTvView extends FrameLayout implements StreamInfo, TunableTvViewPlayingApi {145 private int mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;148 private int mAudioChannelCount = StreamInfo.AUDIO_CHANNEL_COUNT_UNKNOWN;266 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;270 mAudioChannelCount = StreamInfo.AUDIO_CHANNEL_COUNT_UNKNOWN;646 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN; in tuneTo()649 mAudioChannelCount = StreamInfo.AUDIO_CHANNEL_COUNT_UNKNOWN; in tuneTo()751 void onStreamInfoChanged(StreamInfo info, boolean allowAutoSelectionOfTrack); in onStreamInfoChanged()
54 import com.android.tv.data.StreamInfo;413 public void updateStreamInfo(StreamInfo info) { in updateStreamInfo()
27 import com.android.tv.data.StreamInfo;89 public void onStreamInfoChanged(StreamInfo info, boolean allowAutoSelectionOfTrack) {} in onStreamInfoChanged()
22 public interface StreamInfo { interface
96 import com.android.tv.data.StreamInfo;2853 public void onStreamInfoChanged(StreamInfo info, boolean allowAutoSelectionOfTrack) {