Searched refs:sndfile (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libnbaio/
H A DLibsndfileSink.cpp26 LibsndfileSink::LibsndfileSink(SNDFILE *sndfile, const SF_INFO &sfinfo) : argument
28 mSndfile(sndfile)
H A DLibsndfileSource.cpp26 LibsndfileSource::LibsndfileSource(SNDFILE *sndfile, const SF_INFO &sfinfo, bool loop) : argument
28 mSndfile(sndfile),
/frameworks/av/include/media/nbaio/
H A DLibsndfileSink.h21 #include "sndfile.h"
30 LibsndfileSink(SNDFILE *sndfile, const SF_INFO &sfinfo);
H A DLibsndfileSource.h21 #include "sndfile.h"
31 LibsndfileSource(SNDFILE *sndfile, const SF_INFO &sfinfo, bool loop = false);
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c31 #include <audio_utils/sndfile.h>
33 #include <sndfile.h>
44 SNDFILE *sndfile; variable
142 count = sf_readf_float(sndfile, (float *) temp, READ_FRAMES);
146 count = sf_readf_int(sndfile, (int *) temp, READ_FRAMES);
150 count = sf_readf_short(sndfile, (short *) temp, READ_FRAMES);
277 sndfile = sf_open(filename, SFM_READ, &sfinfo);
278 if (NULL == sndfile) {
508 count = sf_readf_float(sndfile, (float *) buffer, frames);
511 count = sf_readf_int(sndfile, (in
[all...]
H A Dplaybq.cpp31 #include <audio_utils/sndfile.h>
33 #include <sndfile.h>
44 SNDFILE *sndfile; variable
142 count = sf_readf_float(sndfile, (float *) temp, READ_FRAMES);
146 count = sf_readf_int(sndfile, (int *) temp, READ_FRAMES);
150 count = sf_readf_short(sndfile, (short *) temp, READ_FRAMES);
277 sndfile = sf_open(filename, SFM_READ, &sfinfo);
278 if (NULL == sndfile) {
508 count = sf_readf_float(sndfile, (float *) buffer, frames);
511 count = sf_readf_int(sndfile, (in
[all...]
/frameworks/av/services/audioflinger/tests/
H A Dtest_utils.h20 #include <audio_utils/sndfile.h>
H A Dtest-mixer.cpp22 #include <audio_utils/sndfile.h>
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h69 #include <sndfile.h>
/frameworks/wilhelm/tools/permute/
H A Dpermute.c31 #include <sndfile.h>
/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp29 #include <audio_utils/sndfile.h>

Completed in 137 milliseconds