HomeSort by relevance Sort by last modified time
    Searched refs:requestedInputChannelCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor.cpp 45 const int requestedInputChannelCount = 1; // Can affect whether we get a FAST path.
74 result = recorder.open(requestedInputChannelCount, 48000, requestedDataFormat,
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 338 const int requestedInputChannelCount = 1;
407 AAudioStreamBuilder_setChannelCount(builder, requestedInputChannelCount);
432 printf(" channelCount: requested = %d, actual = %d\n", requestedInputChannelCount,

Completed in 71 milliseconds