Searched defs:inputChannels (Results 1 – 7 of 7) sorted by relevance
69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram() local
83 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels()
65 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels()
80 Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId); in getChannels()
229 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG); in testInit_bindsToServicesInXmlConfig() local
547 int inputChannels = audio_channel_count_from_out_mask(pConfig->inputCfg.channels); in Reverb_setConfig() local
1221 private boolean supports(Integer sampleRate, Integer inputChannels) { in supports()1366 private void applyLimits(Range<Integer>[] inputChannels, Range<Integer> bitRates) { in applyLimits()