Searched refs:output_ch_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Dchannel_mixer.cc179 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 100 milliseconds