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

  /system/media/audio_utils/include/audio_utils/
sndfile.h 46 #define SFM_WRITE 2
  /system/media/audio_utils/
tinysndfile.c 27 size_t remaining; // frames unread for SFM_READ, frames written for SFM_WRITE
156 handle->mode = SFM_WRITE;
172 case SFM_WRITE:
184 if (handle->mode == SFM_WRITE) {
226 if (handle == NULL || handle->mode != SFM_WRITE || ptr == NULL || desiredFrames <= 0)
  /frameworks/wilhelm/tools/permute/
permute.c 262 sf_out = sf_open(path_out, SFM_WRITE, &sfinfo_out);

Completed in 20 milliseconds