Searched refs:AVDeviceInfoList (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dfbdev_common.h30 struct AVDeviceInfoList;
36 int ff_fbdev_get_device_list(struct AVDeviceInfoList *device_list);
H A Dpulse_audio_common.h31 int ff_pulse_audio_get_devices(AVDeviceInfoList *devices, const char *server, int output);
H A Davdevice.h459 typedef struct AVDeviceInfoList { struct
463 } AVDeviceInfoList; typedef in typeref:struct:AVDeviceInfoList
478 int avdevice_list_devices(struct AVFormatContext *s, AVDeviceInfoList **device_list);
485 void avdevice_free_list_devices(AVDeviceInfoList **device_list);
H A Davdevice.c183 int avdevice_list_devices(AVFormatContext *s, AVDeviceInfoList **device_list)
194 *device_list = av_mallocz(sizeof(AVDeviceInfoList));
208 void avdevice_free_list_devices(AVDeviceInfoList **device_list)
210 AVDeviceInfoList *list;
H A Dfbdev_common.c72 int ff_fbdev_get_device_list(AVDeviceInfoList *device_list)
H A Dpulse_audio_common.c54 AVDeviceInfoList *devices;
197 int ff_pulse_audio_get_devices(AVDeviceInfoList *devices, const char *server, int output)
H A Dfbdev_dec.c208 static int fbdev_get_device_list(AVFormatContext *s, AVDeviceInfoList *device_list)
H A Dfbdev_enc.c187 static int fbdev_get_device_list(AVFormatContext *s, AVDeviceInfoList *device_list)
H A Dpulse_audio_dec.c332 static int pulse_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_list)
H A Dpulse_audio_enc.c705 static int pulse_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_list)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h264 struct AVDeviceInfoList;
536 int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list);
680 int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list);

Completed in 70 milliseconds