OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sf_writef_float
(Results
1 - 4
of
4
) sorted by null
/system/media/audio_utils/include/audio_utils/
sndfile.h
79
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);
/frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp
136
(void)
sf_writef_float
(sndfile, (const float *) pCntxt->pDataBase, frameCount);
/system/media/audio_utils/
tinysndfile.c
607
sf_count_t
sf_writef_float
(SNDFILE *handle, const float *ptr, sf_count_t desiredFrames)
function
Completed in 7865 milliseconds