Searched defs:inputChannels (Results 1 – 3 of 3) sorted by relevance
69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram() local
496 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName); in monitorInput() local528 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName); in monitorGestureInput() local
1117 private boolean supports(Integer sampleRate, Integer inputChannels) { in supports()