OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aligned_frames
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/base/
audio_bus.cc
23
// |
aligned_frames
| to the actual frame length of each channel array.
28
int
aligned_frames
=
local
33
*out_aligned_frames =
aligned_frames
;
35
return sizeof(float) * channels *
aligned_frames
;
106
int
aligned_frames
= 0;
local
107
int size = CalculateMemorySizeInternal(channels, frames, &
aligned_frames
);
112
BuildChannelData(channels,
aligned_frames
, data_.get());
122
int
aligned_frames
= 0;
local
123
CalculateMemorySizeInternal(channels, frames, &
aligned_frames
);
125
BuildChannelData(channels,
aligned_frames
, data)
[
all
...]
Completed in 412 milliseconds