OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_frames
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/tests/sandbox/
playbq.c
117
#define
READ_FRAMES
256
118
short *temp = (short *) malloc(
READ_FRAMES
* sfinfo.channels * sizeof(short));
121
sf_count_t count = sf_readf_short(sndfile, temp, (sf_count_t)
READ_FRAMES
);
playbq.cpp
117
#define
READ_FRAMES
256
118
short *temp = (short *) malloc(
READ_FRAMES
* sfinfo.channels * sizeof(short));
121
sf_count_t count = sf_readf_short(sndfile, temp, (sf_count_t)
READ_FRAMES
);
/device/asus/grouper/audio/
audio_hw.c
455
/*
read_frames
() reads frames from kernel driver, down samples to capture rate
457
static ssize_t
read_frames
(struct stream_in *in, void *buffer, ssize_t frames)
function
954
ret =
read_frames
(in, buffer, frames_rq);
[
all
...]
/device/samsung/manta/audio/
audio_hw.c
865
/*
read_frames
() reads frames from kernel driver, down samples to capture rate
867
static ssize_t
read_frames
(struct stream_in *in, void *buffer, ssize_t frames)
function
[
all
...]
Completed in 678 milliseconds