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

  /system/media/audio_utils/include/audio_utils/
sndfile.h 65 sf_count_t sf_readf_float(SNDFILE *handle, float *ptr, sf_count_t desired);
  /frameworks/av/services/audioflinger/tests/
test_utils.h 276 (void) sf_readf_float(sf, (float *) mAddr, mNumFrames);
  /frameworks/wilhelm/tests/sandbox/
playbq.c 142 count = sf_readf_float(sndfile, (float *) temp, READ_FRAMES);
508 count = sf_readf_float(sndfile, (float *) buffer, frames);
playbq.cpp 142 count = sf_readf_float(sndfile, (float *) temp, READ_FRAMES);
508 count = sf_readf_float(sndfile, (float *) buffer, frames);
  /system/media/audio_utils/
tinysndfile.c 396 sf_count_t sf_readf_float(SNDFILE *handle, float *ptr, sf_count_t desiredFrames) function

Completed in 4543 milliseconds