Searched refs:inputChannels (Results 1 – 5 of 5) 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()
175 val inputChannels = InputChannel.openInputChannelPair(TAG) in setUp() constant176 inputChannels.first().dispose() in setUp()177 whenever(mockInputMonitor.inputChannel).thenReturn(inputChannels[1]) in setUp()
328 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG);329 inputChannels[0].dispose();330 mInputChannel = inputChannels[1];
1509 private boolean supports(Integer sampleRate, Integer inputChannels) { in supports() argument1511 if (inputChannels != null) { in supports()1513 mInputChannelRanges, inputChannels); in supports()1702 private void applyLimits(Range<Integer>[] inputChannels, Range<Integer> bitRates) { in applyLimits() argument1705 Range<Integer>[] myInputChannels = new Range[inputChannels.length]; in applyLimits()1706 for (int i = 0; i < inputChannels.length; i++) { in applyLimits()1707 int lower = inputChannels[i].clamp(1); in applyLimits()1708 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()