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

  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimpleRecorder.h 130 int32_t sizeInBursts = parameters.getNumberOfBursts();
131 if (sizeInBursts > 0) {
133 AAudioStream_setBufferSizeInFrames(mStream, sizeInBursts * framesPerBurst);
AAudioSimplePlayer.h 122 int32_t sizeInBursts = parameters.getNumberOfBursts();
124 int32_t bufferSizeFrames = sizeInBursts * framesPerBurst;

Completed in 99 milliseconds