HomeSort by relevance Sort by last modified time
    Searched defs:channel_map (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/media/audio/pulse/
pulse_util.cc 83 pa_channel_map channel_map; local
84 pa_channel_map_init(&channel_map);
86 channel_map.channels = ChannelLayoutToChannelCount(channel_layout);
93 channel_map.map[channel_index] = ChromiumToPAChannelPosition(ch);
96 return channel_map;
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 27 ChannelMap channel_map; member in struct:content::__anon12127::ChannelGlobals
59 return &GetChannelGlobals()->channel_map;
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_simulcast.cc 404 TbExternalTransport::SsrcChannelMap* channel_map = &ssrc_channel_map; local
406 channel_map = NULL;
410 TbExternalTransport ext_transport(*vie_network, video_channel, channel_map);
  /external/lldb/source/Core/
Log.cpp 380 LogChannelMap &channel_map = GetChannelMap (); local
381 LogChannelMapIter channel_pos, channel_end = channel_map.end();
382 for (channel_pos = channel_map.begin(); channel_pos != channel_end; ++channel_pos)
420 LogChannelMap &channel_map = GetChannelMap (); local
421 LogChannelMapIter channel_pos, channel_end = channel_map.end();
422 for (channel_pos = channel_map.begin(); channel_pos != channel_end; ++channel_pos)
443 LogChannelMap &channel_map = GetChannelMap (); local
445 if (callback_map.empty() && channel_map.empty())
493 LogChannelMap &channel_map = GetChannelMap (); local
495 LogChannelMapIter pos = channel_map.find (log_channel_name)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 435 tBTM_BLE_ADV_CHNL_MAP channel_map; member in struct:__anon6108
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 439 tBTA_BLE_ADV_CHNL_MAP channel_map; /* adv channel map */ member in struct:__anon5312
    [all...]

Completed in 111 milliseconds