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

  /external/sonivox/jet_tools/JetCreator/
JetFile.py 112 def __init__(self, event_name, event_type, event_id, track_num, channel_num, event_start, event_end):
117 self.channel_num = channel_num
189 if jet_event.channel_num > 15:
190 raise JetFileException('Channel number %d of out of range for clip' % jet_event.channel_num)
200 jet_event.channel_num,
207 jet_event.channel_num,
217 if jet_event.channel_num > 15:
218 raise JetFileException('Channel number %d of out of range for end marker' % jet_event.channel_num)
225 jet_event.channel_num,
    [all...]
JetDebug.py 30 print("channel_num: %d" % evt.channel_num)
JetCreator.py 341 self.EventSort(segment.jetevents, "channel_num")
351 self.eventList.SetStringItem(index, 5, StrNoneChk(jet_event.channel_num + 1))
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 309 int32 channel_num; member in struct:wl_extdscan_params
335 int32 channel_num; member in struct:wl_scan_params
2137 int32 channel_num; member in struct:wl_pfn_cfg
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 190 int32 channel_num; member in struct:wl_scan_params
1820 int32 channel_num; member in struct:wl_pfn_cfg
    [all...]

Completed in 106 milliseconds