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

  /system/media/audio_utils/include/audio_utils/
sndfile.h 79 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desired);
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 73 (void) sf_writef_float(sf, (float*)buffer, frames);
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 132 (void) sf_writef_float(sndfile, (const float *) pCntxt->pDataBase, frameCount);
  /system/media/audio_utils/
tinysndfile.c 607 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desiredFrames) function

Completed in 512 milliseconds