OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frames_to_read
(Results
1 - 2
of
2
) sorted by null
/external/srec/audio/AudioIn/UNIX/src/
audioin.c
429
int
frames_to_read
; /* Actual number to read */
local
436
frames_to_read
= gCodecFragmentSizeInFrames - iReadFrames;
438
frames_read = AudioRead ( CodecBuffer + iReadFrames,
frames_to_read
);
[
all
...]
/hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp
396
const size_t
frames_to_read
= bytes / frame_size;
local
413
in->read_counter_frames +=
frames_to_read
;
414
size_t remaining_frames =
frames_to_read
;
Completed in 1353 milliseconds