HomeSort by relevance Sort by last modified time
    Searched refs:sf_count_t (Results 1 - 9 of 9) sorted by null

  /system/media/audio_utils/include/audio_utils/
sndfile.h 32 typedef int sf_count_t; typedef
35 sf_count_t frames;
64 sf_count_t sf_readf_short(SNDFILE *handle, short *ptr, sf_count_t desired);
65 sf_count_t sf_readf_float(SNDFILE *handle, float *ptr, sf_count_t desired);
66 sf_count_t sf_readf_int(SNDFILE *handle, int *ptr, sf_count_t desired);
69 sf_count_t sf_writef_short(SNDFILE *handle, const short *ptr, sf_count_t desired)
    [all...]
  /frameworks/av/media/libnbaio/
LibsndfileSink.cpp 45 sf_count_t actual = sf_writef_short(mSndfile, (short *) buffer, (sf_count_t) count);
LibsndfileSource.cpp 54 sf_count_t actual = sf_readf_short(mSndfile, (short *) buffer, (sf_count_t) count);
59 (void) sf_seek(mSndfile, (sf_count_t) 0, SEEK_SET);
  /frameworks/av/include/media/nbaio/
LibsndfileSource.h 51 sf_count_t mEstimatedFramesUntilEOF;
  /system/media/audio_utils/
tinysndfile.c 351 sf_count_t sf_readf_short(SNDFILE *handle, short *ptr, sf_count_t desiredFrames)
396 sf_count_t sf_readf_float(SNDFILE *handle, float *ptr, sf_count_t desiredFrames)
443 sf_count_t sf_readf_int(SNDFILE *handle, int *ptr, sf_count_t desiredFrames)
490 sf_count_t sf_writef_short(SNDFILE *handle, const short *ptr, sf_count_t desiredFrames)
527 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desiredFrames
    [all...]
  /frameworks/wilhelm/src/desktop/
SndFile.c 46 sf_count_t count;
47 count = sf_read_short(thiz->mSNDFILE, pBuffer, (sf_count_t) SndFile_BUFSIZE);
219 (void) sf_seek(audioPlayer->mSndFile.mSNDFILE, (sf_count_t) (((long long) pos *
  /frameworks/wilhelm/tools/permute/
permute.c 203 case (sf_count_t) 0:
204 case (sf_count_t) ~0:
243 sf_count_t count;
  /frameworks/wilhelm/tests/sandbox/
playbq.c 137 sf_count_t total = 0;
138 sf_count_t count;
166 if ((sf_count_t) actual < count) {
504 sf_count_t frames = framesPerBuffer;
505 sf_count_t count;
playbq.cpp 137 sf_count_t total = 0;
138 sf_count_t count;
166 if ((sf_count_t) actual < count) {
504 sf_count_t frames = framesPerBuffer;
505 sf_count_t count;

Completed in 105 milliseconds