Searched refs:ff_decklink_list_devices (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common.h | 228 int ff_decklink_list_devices(AVFormatContext *avctx, struct AVDeviceInfoList *device_list, int show_inputs, int show_outputs);
|
H A D | decklink_common.cpp | 393 int ff_decklink_list_devices(AVFormatContext *avctx, in ff_decklink_list_devices() function 463 /* This is a wrapper around the ff_decklink_list_devices() which dumps the 476 ret = ff_decklink_list_devices(avctx, device_list, show_inputs, show_outputs); in ff_decklink_list_devices_legacy()
|
H A D | decklink_enc.cpp | 640 return ff_decklink_list_devices(avctx, device_list, 0, 1); in ff_decklink_list_output_devices()
|
H A D | decklink_dec.cpp | 1450 return ff_decklink_list_devices(avctx, device_list, 1, 0); in ff_decklink_list_input_devices()
|
Completed in 6 milliseconds