Searched refs:channel_pos (Results 1 – 2 of 2) sorted by relevance
381 LogChannelMapIter channel_pos, channel_end = channel_map.end(); in EnableAllLogChannels() local382 for (channel_pos = channel_map.begin(); channel_pos != channel_end; ++channel_pos) in EnableAllLogChannels()384 channel_pos->second->Enable (log_stream_sp, log_options, feedback_strm, categories); in EnableAllLogChannels()421 LogChannelMapIter channel_pos, channel_end = channel_map.end(); in DisableAllLogChannels() local422 for (channel_pos = channel_map.begin(); channel_pos != channel_end; ++channel_pos) in DisableAllLogChannels()423 channel_pos->second->Disable (categories, feedback_strm); in DisableAllLogChannels()
142 static void channel_pos(int channels, int pos[8]) in channel_pos() function249 channel_pos(channels, pos); in surround_analysis()