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

/external/lldb/source/Core/
H A DLog.cpp381 LogChannelMapIter channel_pos, channel_end = channel_map.end(); local
382 for (channel_pos = channel_map.begin(); channel_pos != channel_end; ++channel_pos)
384 channel_pos->second->Enable (log_stream_sp, log_options, feedback_strm, categories);
421 LogChannelMapIter channel_pos, channel_end = channel_map.end(); local
422 for (channel_pos = channel_map.begin(); channel_pos != channel_end; ++channel_pos)
423 channel_pos
[all...]
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c142 static void channel_pos(int channels, int pos[8]) function
249 channel_pos(channels, pos);
/external/libopus/src/
H A Dopus_multistream_encoder.c142 static void channel_pos(int channels, int pos[8]) function
249 channel_pos(channels, pos);

Completed in 133 milliseconds