/third_party/ffmpeg/libavdevice/ |
D | dshow.c | 142 static int shall_we_drop(AVFormatContext *s, int index, enum dshowDeviceType devtype) in shall_we_drop() argument 148 const char *devtypename = (devtype == VideoDevice) ? "video" : "audio"; in shall_we_drop() 153 ctx->device_name[devtype], devtypename, buffer_fullness, s->max_picture_buffer); in shall_we_drop() 161 …void *priv_data, int index, uint8_t *buf, int buf_size, int64_t time, enum dshowDeviceType devtype) in callback() argument 171 if(shall_we_drop(s, index, devtype)) in callback() 208 enum dshowDeviceType devtype, enum dshowSourceFilterType sourcetype, in dshow_cycle_devices() argument 215 const char *device_name = ctx->device_name[devtype]; in dshow_cycle_devices() 216 int skip = (devtype == VideoDevice) ? ctx->video_device_number in dshow_cycle_devices() 222 const char *devtypename = (devtype == VideoDevice) ? "video" : "audio only"; in dshow_cycle_devices() 322 dshow_cycle_formats(AVFormatContext *avctx, enum dshowDeviceType devtype, in dshow_cycle_formats() argument [all …]
|
D | dshow_crossbar.c | 58 setup_crossbar_options(IAMCrossbar *cross_bar, enum dshowDeviceType devtype, AVFormatContext *avctx) in setup_crossbar_options() argument 66 const char *device_name = ctx->device_name[devtype]; in setup_crossbar_options() 141 IBaseFilter *device_filter, enum dshowDeviceType devtype, AVFormatContext *avctx) in ff_dshow_try_setup_crossbar_options() argument 161 if (devtype == VideoDevice && ctx->show_video_crossbar_connection_dialog || in ff_dshow_try_setup_crossbar_options() 162 devtype == AudioDevice && ctx->show_audio_crossbar_connection_dialog) { in ff_dshow_try_setup_crossbar_options() 169 if (devtype == VideoDevice && ctx->show_analog_tv_tuner_dialog) { in ff_dshow_try_setup_crossbar_options() 181 if (devtype == AudioDevice && ctx->show_analog_tv_tuner_audio_dialog) { in ff_dshow_try_setup_crossbar_options() 194 hr = setup_crossbar_options(cross_bar, devtype, avctx); in ff_dshow_try_setup_crossbar_options()
|
D | dshow_pin.c | 41 enum dshowDeviceType devtype = this->filter->type; in ff_dshow_pin_ReceiveConnection() local 50 if (devtype == VideoDevice) { in ff_dshow_pin_ReceiveConnection() 292 enum dshowDeviceType devtype = pin->filter->type; in ff_dshow_meminputpin_Receive() local 301 const char *devtypename = (devtype == VideoDevice) ? "video" : "audio"; in ff_dshow_meminputpin_Receive() 315 if (devtype == VideoDevice) { in ff_dshow_meminputpin_Receive() 340 …, buf_size, curtime, orig_curtime, graphtime, graphtime - orig_curtime, ctx->device_name[devtype]); in ff_dshow_meminputpin_Receive() 341 pin->filter->callback(priv_data, index, buf, buf_size, curtime, devtype); in ff_dshow_meminputpin_Receive()
|
D | dshow_capture.h | 351 IBaseFilter *device_filter, enum dshowDeviceType devtype, AVFormatContext *avctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_parse.c | 41 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_attribute() local 182 wps_dev_type_bin2str(msg->pri_dev_type, devtype, in p2p_parse_attribute() 183 sizeof(devtype)), in p2p_parse_attribute() 480 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_wps_ie() local 483 wps_dev_type_bin2str(msg->wps_pri_dev_type, devtype, in p2p_parse_wps_ie() 484 sizeof(devtype))); in p2p_parse_wps_ie() 720 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_group_info_text() local 738 devtype, in p2p_group_info_text() 739 sizeof(devtype))); in p2p_group_info_text() 748 devtype, sizeof(devtype))); in p2p_group_info_text() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_parse.c | 41 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_attribute() local 182 wps_dev_type_bin2str(msg->pri_dev_type, devtype, in p2p_parse_attribute() 183 sizeof(devtype)), in p2p_parse_attribute() 480 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_wps_ie() local 483 wps_dev_type_bin2str(msg->wps_pri_dev_type, devtype, in p2p_parse_wps_ie() 484 sizeof(devtype))); in p2p_parse_wps_ie() 720 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_group_info_text() local 738 devtype, in p2p_group_info_text() 739 sizeof(devtype))); in p2p_group_info_text() 748 devtype, sizeof(devtype))); in p2p_group_info_text() [all …]
|
/third_party/ltp/include/ |
D | tst_netdevice.h | 27 const char *ifname, const char *devtype); 28 #define NETDEV_ADD_DEVICE(ifname, devtype) \ argument 29 tst_netdev_add_device(__FILE__, __LINE__, (ifname), (devtype))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_dev_attr.c | 344 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_process_primary_dev_type() local 354 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in wps_process_primary_dev_type() 355 sizeof(devtype))); in wps_process_primary_dev_type()
|
D | wps.c | 606 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_attr_text() local 610 devtype, in wps_attr_text() 611 sizeof(devtype))); in wps_attr_text()
|
D | wps_registrar.c | 3600 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_registrar_get_info() local 3617 wps_dev_type_bin2str(d->dev.pri_dev_type, devtype, in wps_registrar_get_info() 3618 sizeof(devtype)), in wps_registrar_get_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_dev_attr.c | 359 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_process_primary_dev_type() local 369 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in wps_process_primary_dev_type() 370 sizeof(devtype))); in wps_process_primary_dev_type()
|
D | wps.c | 606 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_attr_text() local 610 devtype, in wps_attr_text() 611 sizeof(devtype))); in wps_attr_text()
|
D | wps_registrar.c | 3592 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_registrar_get_info() local 3609 wps_dev_type_bin2str(d->dev.pri_dev_type, devtype, in wps_registrar_get_info() 3610 sizeof(devtype)), in wps_registrar_get_info()
|
/third_party/ltp/lib/ |
D | tst_netdevice.c | 160 const char *ifname, const char *devtype) in tst_netdev_add_device() argument 168 {IFLA_INFO_KIND, devtype, strlen(devtype), NULL}, in tst_netdev_add_device() 196 "Failed to create %s device %s: %s", devtype, ifname, in tst_netdev_add_device()
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | kshelpers.c | 51 ks_enumerate_devices (const GUID * devtype, const GUID * direction_category) in ks_enumerate_devices() argument 57 devinfo = SetupDiGetClassDevsW (devtype, NULL, NULL, in ks_enumerate_devices() 73 success = SetupDiEnumDeviceInterfaces (devinfo, NULL, devtype, i, &if_data); in ks_enumerate_devices()
|
D | kshelpers.h | 41 GList * ks_enumerate_devices (const GUID * devtype, const GUID * direction_category);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wps_hostapd.c | 177 char devtype[WPS_DEV_TYPE_BUFSIZE]; in hostapd_wps_pin_needed_cb() local 186 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in hostapd_wps_pin_needed_cb() 187 sizeof(devtype))); in hostapd_wps_pin_needed_cb() 203 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in hostapd_wps_pin_needed_cb() 204 sizeof(devtype))); in hostapd_wps_pin_needed_cb() 258 char devtype[WPS_DEV_TYPE_BUFSIZE]; in hostapd_wps_enrollee_seen_cb() local 266 wps_dev_type_bin2str(pri_dev_type, devtype, in hostapd_wps_enrollee_seen_cb() 267 sizeof(devtype)), in hostapd_wps_enrollee_seen_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wps_hostapd.c | 179 char devtype[WPS_DEV_TYPE_BUFSIZE]; in hostapd_wps_pin_needed_cb() local 188 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in hostapd_wps_pin_needed_cb() 189 sizeof(devtype))); in hostapd_wps_pin_needed_cb() 205 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in hostapd_wps_pin_needed_cb() 206 sizeof(devtype))); in hostapd_wps_pin_needed_cb() 260 char devtype[WPS_DEV_TYPE_BUFSIZE]; in hostapd_wps_enrollee_seen_cb() local 268 wps_dev_type_bin2str(pri_dev_type, devtype, in hostapd_wps_enrollee_seen_cb() 269 sizeof(devtype)), in hostapd_wps_enrollee_seen_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | p2p_supplicant.c | 2713 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_dev_found() local 2756 devtype, sizeof(devtype)), in wpas_dev_found() 2772 devtype, sizeof(devtype)), in wpas_dev_found() 2782 os_memcpy(p2pDeviceInfoParam.primaryDeviceType, wps_dev_type_bin2str(info->pri_dev_type, devtype, in wpas_dev_found() 2783 sizeof(devtype)), WIFI_P2P_DEVICE_TYPE_LENGTH); in wpas_dev_found() 2801 wps_dev_type_bin2str(info->pri_dev_type, devtype, in wpas_dev_found() 2802 sizeof(devtype)), in wpas_dev_found() 2814 wps_dev_type_bin2str(info->pri_dev_type, devtype, in wpas_dev_found() 2815 sizeof(devtype)), in wpas_dev_found() 2826 os_memcpy(p2pDeviceInfoParam.primaryDeviceType, wps_dev_type_bin2str(info->pri_dev_type, devtype, in wpas_dev_found() [all …]
|
D | wps_supplicant.c | 1461 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_wps_pin_needed_cb() local 1470 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in wpas_wps_pin_needed_cb() 1471 sizeof(devtype))); in wpas_wps_pin_needed_cb()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 1517 VkPhysicalDeviceType devtype = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU; in dzn_GetPhysicalDeviceProperties2() local 1519 devtype = VK_PHYSICAL_DEVICE_TYPE_CPU; in dzn_GetPhysicalDeviceProperties2() 1527 devtype = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU; in dzn_GetPhysicalDeviceProperties2() 1536 .deviceType = devtype, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wps_supplicant.c | 1438 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_wps_pin_needed_cb() local 1447 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in wpas_wps_pin_needed_cb() 1448 sizeof(devtype))); in wpas_wps_pin_needed_cb()
|
D | p2p_supplicant.c | 2369 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_dev_found() local 2413 devtype, sizeof(devtype)), in wpas_dev_found() 2428 wps_dev_type_bin2str(info->pri_dev_type, devtype, in wpas_dev_found() 2429 sizeof(devtype)), in wpas_dev_found() 2638 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_prov_disc_req() local 2666 wps_dev_type_bin2str(pri_dev_type, devtype, in wpas_prov_disc_req() 2667 sizeof(devtype)), in wpas_prov_disc_req()
|
D | ctrl_iface.c | 6604 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_ctrl_peer() local 6656 devtype, sizeof(devtype)), in p2p_ctrl_peer() 6675 wps_dev_type_bin2str(t, devtype, in p2p_ctrl_peer() 6676 sizeof(devtype))); in p2p_ctrl_peer()
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 165 - +int NETDEV_ADD_DEVICE(const char *ifname, const char *devtype)+ - Creates
|