Searched defs:inputChannels (Results 1 – 5 of 5) sorted by relevance
69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram() local
180 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(name); in openInputChannel() local
2472 InputChannel[] inputChannels = InputChannel.openInputChannelPair(name); in openInputChannel() local
514 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName); in monitorInput() local543 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName); in monitorGestureInput() local
1157 private boolean supports(Integer sampleRate, Integer inputChannels) { in supports()