Searched defs:inputChannels (Results 1 – 7 of 7) sorted by relevance
98 std::optional<int32_t> inputChannels) { in supports()279 std::vector<Range<int32_t>> inputChannels = { channelRange }; in applyLevelLimits() local284 const std::vector<Range<int32_t>> &inputChannels, in applyLimits()
69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram() local
164 val inputChannels = InputChannel.openInputChannelPair(TAG) in <lambda>() constant in com.android.wm.shell.compatui.letterbox.LetterboxInputControllerTest.InputLetterboxControllerRobotTest
43 const std::vector<android::Range<int>>& inputChannels in initInputChannelCountRanges() local
273 val inputChannels = InputChannel.openInputChannelPair(TAG) in <lambda>() constant
1548 private boolean supports(Integer sampleRate, Integer inputChannels) { in supports()1741 private void applyLimits(Range<Integer>[] inputChannels, Range<Integer> bitRates) { in applyLimits()
547 int inputChannels = audio_channel_count_from_out_mask(pConfig->inputCfg.channels); in Reverb_setConfig() local