HomeSort by relevance Sort by last modified time
    Searched refs:channel_pos (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Core/
Log.cpp 381 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->second->Disable (categories, feedback_strm)
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 142 static void channel_pos(int channels, int pos[8]) function
249 channel_pos(channels, pos);
    [all...]

Completed in 204 milliseconds