Home
last modified time | relevance | path

Searched refs:channel_pos (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Core/
DLog.cpp381 LogChannelMapIter channel_pos, channel_end = channel_map.end(); in EnableAllLogChannels() local
382 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() local
422 for (channel_pos = channel_map.begin(); channel_pos != channel_end; ++channel_pos) in DisableAllLogChannels()
423 channel_pos->second->Disable (categories, feedback_strm); in DisableAllLogChannels()
/external/libopus/src/
Dopus_multistream_encoder.c142 static void channel_pos(int channels, int pos[8]) in channel_pos() function
249 channel_pos(channels, pos); in surround_analysis()