OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:output_ch_index
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/base/
channel_mixer.cc
179
int
output_ch_index
= ChannelOrder(output_layout_, ch);
local
180
if (
output_ch_index
< 0) {
185
DCHECK_LT(static_cast<size_t>(
output_ch_index
), matrix_->size());
187
(*matrix_)[
output_ch_index
].size());
188
(*matrix_)[
output_ch_index
][input_ch_index] = 1;
396
int
output_ch_index
= ChannelOrder(output_layout_, output_ch);
local
400
DCHECK_GE(
output_ch_index
, 0);
402
DCHECK_EQ((*matrix_)[
output_ch_index
][input_ch_index], 0);
403
(*matrix_)[
output_ch_index
][input_ch_index] = scale;
Completed in 129 milliseconds