OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sf_readf_short
(Results
1 - 6
of
6
) sorted by null
/system/media/audio_utils/include/audio_utils/
sndfile.h
62
sf_count_t
sf_readf_short
(SNDFILE *handle, short *ptr, sf_count_t desired);
/frameworks/av/media/libnbaio/
LibsndfileSource.cpp
54
sf_count_t actual =
sf_readf_short
(mSndfile, (short *) buffer, (sf_count_t) count);
/system/media/audio_utils/
tinysndfile.c
199
sf_count_t
sf_readf_short
(SNDFILE *handle, short *ptr, sf_count_t desiredFrames)
function
/frameworks/wilhelm/tests/sandbox/
playbq.c
121
sf_count_t count =
sf_readf_short
(sndfile, temp, (sf_count_t) READ_FRAMES);
432
count =
sf_readf_short
(sndfile, buffer, frames);
playbq.cpp
121
sf_count_t count =
sf_readf_short
(sndfile, temp, (sf_count_t) READ_FRAMES);
432
count =
sf_readf_short
(sndfile, buffer, frames);
/frameworks/wilhelm/tools/permute/
permute.c
244
count =
sf_readf_short
(sf_in, ptr, sfinfo_in.frames);
Completed in 720 milliseconds