OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
32
size_t remaining; // frames unread for
SFM_READ
, frames written for SFM_WRITE
71
handle->mode =
SFM_READ
;
314
case
SFM_READ
:
347
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 711 milliseconds