Home
last modified time | relevance | path

Searched refs:sf_writef_float (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/media/audio_utils/include/audio_utils/
H A Dsndfile.h81 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desired);
/aosp12/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-mixer.cpp73 (void) sf_writef_float(sf, (float*)buffer, frames); in writeFile()
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp137 (void) sf_writef_float(sndfile, (const float *) pCntxt->pDataBase, frameCount); in RecBufferQueueCallback()
/aosp12/frameworks/av/services/audioflinger/
H A DNBAIO_Tee.cpp479 reallyWritten = sf_writef_float(sf, (const float *)buffer, actualRead); in createInternal()
/aosp12/system/media/audio_utils/
H A Dtinysndfile.c601 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desiredFrames) in sf_writef_float() function