HomeSort by relevance Sort by last modified time
    Searched defs:typeSample (Results 1 - 4 of 4) sorted by null

  /external/srec/audio/test/AudioHardwareRecord/src/
AudioHardwareRecord.c 39 typedef short typeSample;
42 typeSample recordedSamples[N_SAMPLES_TO_RECORD];
50 memset(recordedSamples, 0, N_SAMPLES_TO_RECORD * sizeof(typeSample));
94 fwrite(recordedSamples, sizeof(typeSample), i, fpOutput);
  /external/srec/audio/AudioIn/UNIX/include/
filter.h 25 typedef short typeSample; // for input and output samples
37 typeSample *z; // pointer to delay line
52 extern void FIR_downsample(unsigned int nInput, typeSample *pInput,
53 typeSample *pOutput, FIR_struct *pFIR);
  /external/srec/audio/test/AudioHardwareRecordLoop/src/
AudioHardwareRecordLoop.c 42 typedef short typeSample;
45 typeSample recordedSamples[N_SAMPLES_TO_RECORD];
91 memset(recordedSamples, 0, N_SAMPLES_TO_RECORD * sizeof(typeSample));
131 fwrite(recordedSamples, sizeof(typeSample), i, fpOutput);
  /external/srec/audio/test/AudioInRecord/src/
AudioInRecord.c 44 typedef short typeSample;
47 typeSample recordedSamples[N_SAMPLES_TO_RECORD];
59 memset(recordedSamples, 0, N_SAMPLES_TO_RECORD * sizeof(typeSample));
139 fwrite(recordedSamples, sizeof(typeSample), nSamples, fpOutput);

Completed in 128 milliseconds