Home
last modified time | relevance | path

Searched refs:SFM_READ (Results 1 – 5 of 5) sorted by relevance

/system/media/audio_utils/include/audio_utils/
Dsndfile.h49 #define SFM_READ 1 macro
/system/media/audio_utils/
Dtinysndfile.c76 handle->mode = SFM_READ; in sf_open_read()
386 case SFM_READ: in sf_open()
421 if (handle == NULL || handle->mode != SFM_READ || ptr == NULL || !handle->remaining || in sf_readf_short()
470 if (handle == NULL || handle->mode != SFM_READ || ptr == NULL || !handle->remaining || in sf_readf_float()
518 if (handle == NULL || handle->mode != SFM_READ || ptr == NULL || !handle->remaining || in sf_readf_int()
/system/media/audio_utils/fuzz/sndfile_fuzzer/
Dsndfile_fuzzer.cpp110 sf_open(path.c_str(), SFM_READ, &info), &sf_close); in LLVMFuzzerTestOneInput()
/system/chre/platform/linux/
Dplatform_audio.cc135 sf_open(source->audioFilename.c_str(), SFM_READ, &audioInfo); in addAudioSource()
/system/media/audio_utils/tests/
Dfifo_tests.cpp84 SNDFILE *sfin = sf_open(inputFile, SFM_READ, &sfinfoin); in main()