Lines Matching defs:channel_order
175 static const int channel_order[] = {
219 if (chpos1 < ARRAY_SIZE(channel_order) && channel_order[chpos1])
220 weight1 = channel_order[chpos1];
221 if (chpos2 < ARRAY_SIZE(channel_order) && channel_order[chpos2])
222 weight2 = channel_order[chpos2];
226 * or if neither is in channel_order[] */
230 /* order according to channel_order[] */
237 * according to channel_order[] values */