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 - 9
of
9
) sorted by null
/system/media/audio_utils/include/audio_utils/
sndfile.h
70
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/tests/
fifo_tests.cpp
67
//
sf_readf_short
() does conversion, so not strictly necessary to check the file format.
79
sf_count_t actualRead =
sf_readf_short
(sfin, inputBuffer, sfinfoin.frames);
/frameworks/av/services/audioflinger/tests/
test_utils.h
278
(void)
sf_readf_short
(sf, (short *) mAddr, mNumFrames);
/frameworks/wilhelm/tests/sandbox/
playbq.c
132
count =
sf_readf_short
(sndfile, (short *) temp, READ_FRAMES);
512
count =
sf_readf_short
(sndfile, (short *) buffer, frames);
playbq.cpp
132
count =
sf_readf_short
(sndfile, (short *) temp, READ_FRAMES);
512
count =
sf_readf_short
(sndfile, (short *) buffer, frames);
/frameworks/wilhelm/tools/permute/
permute.c
244
count =
sf_readf_short
(sf_in, ptr, sfinfo_in.frames);
/frameworks/av/services/audioflinger/
test-resample.cpp
220
(void)
sf_readf_short
(sf, (short *) input_vaddr, info.frames);
/system/media/audio_utils/
tinysndfile.c
419
sf_count_t
sf_readf_short
(SNDFILE *handle, short *ptr, sf_count_t desiredFrames)
function
Completed in 297 milliseconds