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

  /system/media/audio_utils/include/audio_utils/
sndfile.h 70 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);
  /system/media/audio_utils/
tinysndfile.c 527 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desiredFrames) function

Completed in 76 milliseconds