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

  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 195 int channel_num = voe_.GetLastChannel(); local
197 EXPECT_FALSE(voe_.GetSendCodec(channel_num, temp_codec));
485 int channel_num = voe_.GetLastChannel(); local
490 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, gcodec));
495 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, gcodec));
529 int channel_num = voe_.GetLastChannel(); local
537 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, opus));
644 int channel_num = voe_.GetLastChannel(); local
645 EXPECT_TRUE(voe_.GetPlayout(channel_num));
659 int channel_num = voe_.GetLastChannel() local
724 int channel_num = voe_.GetLastChannel(); local
738 int channel_num = voe_.GetLastChannel(); local
765 int channel_num = voe_.GetLastChannel(); local
799 int channel_num = voe_.GetLastChannel(); local
877 int channel_num = voe_.GetLastChannel(); local
893 int channel_num = voe_.GetLastChannel(); local
910 int channel_num = voe_.GetLastChannel(); local
936 int channel_num = voe_.GetLastChannel(); local
953 int channel_num = voe_.GetLastChannel(); local
979 int channel_num = voe_.GetLastChannel(); local
997 int channel_num = voe_.GetLastChannel(); local
1014 int channel_num = voe_.GetLastChannel(); local
1030 int channel_num = voe_.GetLastChannel(); local
1048 int channel_num = voe_.GetLastChannel(); local
1075 int channel_num = voe_.GetLastChannel(); local
1089 int channel_num = voe_.GetLastChannel(); local
1125 int channel_num = voe_.GetLastChannel(); local
1165 int channel_num = voe_.GetLastChannel(); local
1186 int channel_num = voe_.GetLastChannel(); local
1196 int channel_num = voe_.GetLastChannel(); local
1213 int channel_num = voe_.GetLastChannel(); local
1230 int channel_num = voe_.GetLastChannel(); local
1248 int channel_num = voe_.GetLastChannel(); local
1258 int channel_num = voe_.GetLastChannel(); local
1269 int channel_num = voe_.GetLastChannel(); local
1282 int channel_num = voe_.GetLastChannel(); local
1304 int channel_num = voe_.GetLastChannel(); local
1326 int channel_num = voe_.GetLastChannel(); local
1348 int channel_num = voe_.GetLastChannel(); local
1370 int channel_num = voe_.GetLastChannel(); local
1392 int channel_num = voe_.GetLastChannel(); local
1403 int channel_num = voe_.GetLastChannel(); local
1414 int channel_num = voe_.GetLastChannel(); local
1437 int channel_num = voe_.GetLastChannel(); local
1448 int channel_num = voe_.GetLastChannel(); local
1460 int channel_num = voe_.GetLastChannel(); local
1473 int channel_num = voe_.GetLastChannel(); local
1484 int channel_num = voe_.GetLastChannel(); local
1511 int channel_num = voe_.GetLastChannel(); local
1561 int channel_num = voe_.GetLastChannel(); local
1604 int channel_num = voe_.GetLastChannel(); local
1623 int channel_num = voe_.GetLastChannel(); local
1641 int channel_num = voe_.GetLastChannel(); local
1685 int channel_num = voe_.GetLastChannel(); local
1702 int channel_num = voe_.GetLastChannel(); local
1738 int channel_num = voe_.GetLastChannel(); local
1765 int channel_num = voe_.GetLastChannel(); local
1798 int channel_num = voe_.GetLastChannel(); local
1810 int channel_num = voe_.GetLastChannel(); local
1829 int channel_num = voe_.GetLastChannel(); local
1848 int channel_num = voe_.GetLastChannel(); local
1867 int channel_num = voe_.GetLastChannel(); local
1886 int channel_num = voe_.GetLastChannel(); local
1905 int channel_num = voe_.GetLastChannel(); local
1940 int channel_num = voe_.GetLastChannel(); local
1951 int channel_num = voe_.GetLastChannel(); local
2003 int channel_num = GetSendStreamConfig(ssrc).voe_channel_id; local
2014 int channel_num = GetSendStreamConfig(ssrc).voe_channel_id; local
2029 int channel_num = voe_.GetLastChannel(); local
2037 int channel_num = GetSendStreamConfig(ssrc).voe_channel_id; local
2045 int channel_num = GetSendStreamConfig(ssrc).voe_channel_id; local
2167 int channel_num = voe_.GetLastChannel(); local
2311 int channel_num = voe_.GetLastChannel(); local
2364 int channel_num = voe_.GetLastChannel(); local
2379 int channel_num = voe_.GetLastChannel(); local
2406 int channel_num = voe_.GetLastChannel(); local
2434 int channel_num = voe_.GetLastChannel(); local
    [all...]
fakewebrtcvoiceengine.h 280 void TriggerCallbackOnError(int channel_num, int err_code) {
282 observer_->CallbackOnError(channel_num, err_code);
  /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...]
  /packages/apps/TV/src/com/android/tv/tuner/setup/
ScanFragment.java 222 TextView channelNum = (TextView) convertView.findViewById(R.id.channel_num);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 348 int32 channel_num; member in struct:wl_extdscan_params
384 int32 channel_num; /* count of channels and ssids that follow member in struct:wl_scan_params
3948 int32 channel_num; member in struct:wl_pfn_cfg
    [all...]

Completed in 957 milliseconds