OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frames_to_read
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
audio_buffer_converter.cc
102
int
frames_to_read
=
local
106
frames_to_read
, last_input_buffer_offset_, dest_index, audio_bus);
107
last_input_buffer_offset_ +=
frames_to_read
;
115
requested_frames_left -=
frames_to_read
;
116
dest_index +=
frames_to_read
;
audio_splicer.cc
421
const int
frames_to_read
=
local
425
frames_to_read
, frames_before_splice, frames_read, output_bus.get());
426
frames_read +=
frames_to_read
;
470
const int
frames_to_read
=
local
472
postroll->ReadFrames(
frames_to_read
, 0, frames_read, output_bus.get());
473
frames_read +=
frames_to_read
;
477
if (
frames_to_read
< postroll->frame_count()) {
480
frames_to_trim =
frames_to_read
;
Completed in 43 milliseconds