HomeSort by relevance Sort by last modified time
    Searched refs:channel_pos (Results 1 - 3 of 3) 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/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c 142 static void channel_pos(int channels, int pos[8]) function
249 channel_pos(channels, pos);
    [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 86 milliseconds