Searched refs:sf_writef_float (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | sndfile.h | 81 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desired);
|
/aosp12/frameworks/av/media/libaudioprocessing/tests/ |
H A D | test-mixer.cpp | 73 (void) sf_writef_float(sf, (float*)buffer, frames); in writeFile()
|
/aosp12/frameworks/wilhelm/tests/examples/ |
H A D | slesTestRecBuffQueue.cpp | 137 (void) sf_writef_float(sndfile, (const float *) pCntxt->pDataBase, frameCount); in RecBufferQueueCallback()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | NBAIO_Tee.cpp | 479 reallyWritten = sf_writef_float(sf, (const float *)buffer, actualRead); in createInternal()
|
/aosp12/system/media/audio_utils/ |
H A D | tinysndfile.c | 601 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desiredFrames) in sf_writef_float() function
|