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

  /system/media/audio_utils/include/audio_utils/
sndfile.h 45 #define SFM_READ 1
  /system/media/audio_utils/
tinysndfile.c 27 size_t remaining; // frames unread for SFM_READ, frames written for SFM_WRITE
98 handle->mode = SFM_READ;
170 case SFM_READ:
201 if (handle == NULL || handle->mode != SFM_READ || ptr == NULL || !handle->remaining ||
  /frameworks/wilhelm/src/desktop/
SndFile.c 245 (const char *) thiz->mSndFile.mPathname, SFM_READ, &thiz->mSndFile.mSfInfo);
  /frameworks/wilhelm/tools/permute/
permute.c 128 sf_in = sf_open(path_in, SFM_READ, &sfinfo_in);
  /frameworks/wilhelm/tests/sandbox/
playbq.c 233 sndfile = sf_open(filename, SFM_READ, &sfinfo);
playbq.cpp 233 sndfile = sf_open(filename, SFM_READ, &sfinfo);

Completed in 154 milliseconds