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

  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor.cpp 42 const aaudio_format_t requestedDataFormat = AAUDIO_FORMAT_PCM_I16;
74 result = recorder.open(requestedInputChannelCount, 48000, requestedDataFormat,
106 printf("DataFormat: requested = %d, actual = %d\n", requestedDataFormat, actualDataFormat);
  /frameworks/av/media/libaaudio/examples/write_sine/src/
write_sine.cpp 53 aaudio_format_t requestedDataFormat = REQUESTED_FORMAT;
79 result = player.open(requestedChannelCount, requestedSampleRate, requestedDataFormat,

Completed in 57 milliseconds