Home
last modified time | relevance | path

Searched refs:sf_writef_int (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/media/audio_utils/include/audio_utils/
H A Dsndfile.h82 sf_count_t sf_writef_int(SNDFILE *handle, const int *ptr, sf_count_t desired);
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp134 (void) sf_writef_int(sndfile, (const int *) pCntxt->pDataBase, frameCount); in RecBufferQueueCallback()
/aosp12/frameworks/av/services/audioflinger/
H A DNBAIO_Tee.cpp476 reallyWritten = sf_writef_int(sf, (const int32_t *)buffer, actualRead); in createInternal()
/aosp12/system/media/audio_utils/
H A Dtinysndfile.c626 sf_count_t sf_writef_int(SNDFILE *handle, const int *ptr, sf_count_t desiredFrames) in sf_writef_int() function