Searched refs:inputChannels (Results 1 – 9 of 9) sorted by relevance
69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram() local70 if (inputChannels != 4) { in getShaderProgram()72 inputChannels + "! Channels must be 4!"); in getShaderProgram()
83 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() argument89 inputChannels, in getChannels()
229 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG); in testInit_bindsToServicesInXmlConfig() local230 inputChannels[0].dispose(); in testInit_bindsToServicesInXmlConfig()231 when(mInputMonitor.getInputChannel()).thenReturn(inputChannels[1]); in testInit_bindsToServicesInXmlConfig()244 inputChannels[0].dispose(); in testInit_bindsToServicesInXmlConfig()
80 Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId); in getChannels() argument
65 public Set<EpgChannel> getChannels(Set<Channel> inputChannels, @NonNull String lineupId) { in getChannels() argument
238 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG);239 inputChannels[0].dispose();240 mInputChannel = inputChannels[1];
1221 private boolean supports(Integer sampleRate, Integer inputChannels) { in supports() argument1223 if (inputChannels != null) { in supports()1225 mInputChannelRanges, inputChannels); in supports()1366 private void applyLimits(Range<Integer>[] inputChannels, Range<Integer> bitRates) { in applyLimits() argument1369 Range<Integer>[] myInputChannels = new Range[inputChannels.length]; in applyLimits()1370 for (int i = 0; i < inputChannels.length; i++) { in applyLimits()1371 int lower = inputChannels[i].clamp(1); in applyLimits()1372 int upper = inputChannels[i].clamp(MAX_INPUT_CHANNEL_COUNT); in applyLimits()
547 int inputChannels = audio_channel_count_from_out_mask(pConfig->inputCfg.channels); in Reverb_setConfig() local549 ((!pContext->auxiliary) && (inputChannels <= LVM_MAX_CHANNELS))); in Reverb_setConfig()
465 p_encoder_params->input_channels_n = aac_info.inputChannels; in a2dp_aac_encoder_update()