OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sndfile
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/tests/sandbox/
playbq.c
30
#include <audio_utils/
sndfile
.h>
32
#include <
sndfile
.h>
43
SNDFILE
*
sndfile
;
variable
121
sf_count_t count = sf_readf_short(
sndfile
, temp, (sf_count_t) READ_FRAMES);
233
sndfile
= sf_open(filename, SFM_READ, &sfinfo);
234
if (NULL ==
sndfile
) {
432
count = sf_readf_short(
sndfile
, buffer, frames);
545
(void) sf_close(
sndfile
);
playbq.cpp
30
#include <audio_utils/
sndfile
.h>
32
#include <
sndfile
.h>
43
SNDFILE
*
sndfile
;
variable
121
sf_count_t count = sf_readf_short(
sndfile
, temp, (sf_count_t) READ_FRAMES);
233
sndfile
= sf_open(filename, SFM_READ, &sfinfo);
234
if (NULL ==
sndfile
) {
432
count = sf_readf_short(
sndfile
, buffer, frames);
545
(void) sf_close(
sndfile
);
Completed in 140 milliseconds