OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_dest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
audio_converter.cc
136
AudioBus*
temp_dest
= needs_mixing ? unmixed_audio_.get() : dest;
local
137
DCHECK(
temp_dest
);
143
SourceCallback(0,
temp_dest
);
146
resampler_->Resample(
temp_dest
->frames(),
temp_dest
);
148
ProvideInput(0,
temp_dest
);
153
DCHECK_EQ(
temp_dest
->frames(), dest->frames());
154
channel_mixer_->Transform(
temp_dest
, dest);
179
AudioBus*
temp_dest
= needs_downmix ? unmixed_audio_.get() : dest;
local
182
DCHECK_EQ(
temp_dest
->frames(), mixer_input_audio_bus_->frames())
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4VD_Tools.c
62
M4OSA_UInt32
temp_dest
= 0, mask = 0, temp = 1;
local
Completed in 405 milliseconds