Home
last modified time | relevance | path

Searched refs:device_description (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dfbdev_common.c105 device->device_description = av_strdup(fixinfo.id); in ff_fbdev_get_device_list()
106 if (!device->device_name || !device->device_description) { in ff_fbdev_get_device_list()
125 av_freep(&device->device_description); in ff_fbdev_get_device_list()
H A Dpulse_audio_common.c150 new_device->device_description = av_strdup(description); in pulse_add_detected_device()
153 if (!new_device->device_description || !new_device->device_name) { in pulse_add_detected_device()
166 av_freep(&new_device->device_description); in pulse_add_detected_device()
H A Dalsa.c385 new_device->device_description = av_strdup(&tmp[1]); in ff_alsa_get_device_list()
387 new_device->device_description = av_strdup(descr); in ff_alsa_get_device_list()
388 if (!new_device->device_description || !new_device->device_name) { in ff_alsa_get_device_list()
407 av_free(new_device->device_description); in ff_alsa_get_device_list()
H A Ddecklink_common.cpp441 new_device->device_description = av_strdup(display_name); in ff_decklink_list_devices()
444 !new_device->device_description || in ff_decklink_list_devices()
448 av_freep(&new_device->device_description); in ff_decklink_list_devices()
481 av_log(avctx, AV_LOG_INFO, "\t'%s'\n", device_list->devices[i]->device_description); in ff_decklink_list_devices_legacy()
H A Davdevice.h465 char *device_description; /**< human friendly name */ member
H A Davdevice.c138 av_freep(&dev->device_description); in avdevice_free_list_devices()
H A Dv4l2.c1073 device->device_description = av_strdup(cap.card); in v4l2_get_device_list()
1074 if (!device->device_name || !device->device_description) { in v4l2_get_device_list()
1089 av_freep(&device->device_description); in v4l2_get_device_list()
H A Ddshow.c556 device->device_description = av_strdup(friendly_name); in dshow_cycle_devices()
557 if (!device->device_name || !device->device_description) in dshow_cycle_devices()
599 av_freep(&device->device_description); in dshow_cycle_devices()
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel.c269 char *device_description; member
1082 if (!u->server_fqdn || !u->user_name || !u->device_description) in update_description()
1085 d = pa_sprintf_malloc("%s on %s@%s", u->device_description, u->user_name, u->server_fqdn); in update_description()
1091 pa_proplist_sets(u->sink->proplist, "tunnel.remote.description", u->device_description); in update_description()
1096 pa_proplist_sets(u->source->proplist, "tunnel.remote.description", u->device_description); in update_description()
1101 d = pa_sprintf_malloc("%s for %s@%s", u->device_description, in update_description()
1315 pa_xfree(u->device_description); in sink_info_cb()
1316 u->device_description = pa_xstrdup(description); in sink_info_cb()
1514 pa_xfree(u->device_description); in source_info_cb()
1515 u->device_description in source_info_cb()
[all...]
/third_party/ffmpeg/fftools/
H A Dopt_common.c1313 device->device_name, device->device_description); in print_device_list()

Completed in 13 milliseconds