Home
last modified time | relevance | path

Searched refs:ff_decklink_list_devices (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddecklink_common.h228 int ff_decklink_list_devices(AVFormatContext *avctx, struct AVDeviceInfoList *device_list, int show_inputs, int show_outputs);
H A Ddecklink_common.cpp393 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 Ddecklink_enc.cpp640 return ff_decklink_list_devices(avctx, device_list, 0, 1); in ff_decklink_list_output_devices()
H A Ddecklink_dec.cpp1450 return ff_decklink_list_devices(avctx, device_list, 1, 0); in ff_decklink_list_input_devices()

Completed in 6 milliseconds