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

  /external/srec/audio/test/AudioHardwareRecord/src/
AudioHardwareRecord.c 37 #define N_SAMPLES_TO_RECORD (SAMPLING_RATE * N_SECONDS_TO_RECORD * N_CHANNELS_PER_TUPLE)
42 typeSample recordedSamples[N_SAMPLES_TO_RECORD];
50 memset(recordedSamples, 0, N_SAMPLES_TO_RECORD * sizeof(typeSample));
67 while (i <= N_SAMPLES_TO_RECORD - N_SAMPLES_PER_BUFFER)
  /external/srec/audio/test/AudioHardwareRecordLoop/src/
AudioHardwareRecordLoop.c 40 #define N_SAMPLES_TO_RECORD (SAMPLING_RATE * N_SECONDS_TO_RECORD * N_CHANNELS_PER_TUPLE)
45 typeSample recordedSamples[N_SAMPLES_TO_RECORD];
91 memset(recordedSamples, 0, N_SAMPLES_TO_RECORD * sizeof(typeSample));
101 while (i <= N_SAMPLES_TO_RECORD - N_SAMPLES_PER_BUFFER)
  /external/srec/audio/test/AudioInRecord/src/
AudioInRecord.c 40 #define N_SAMPLES_TO_RECORD (N_SECONDS_TO_RECORD * SAMPLING_RATE * N_CHANNELS_PER_TUPLE)
47 typeSample recordedSamples[N_SAMPLES_TO_RECORD];
59 memset(recordedSamples, 0, N_SAMPLES_TO_RECORD * sizeof(typeSample));
90 while (nSamples <= N_SAMPLES_TO_RECORD - N_SAMPLES_PER_BUFFER)

Completed in 132 milliseconds