Home
last modified time | relevance | path

Searched refs:DECKLINK_FREE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavdevice/
Ddecklink_common.h56 #define DECKLINK_FREE(s) SysFreeString(s) macro
66 #define DECKLINK_FREE(s) CFRelease(s) macro
71 #define DECKLINK_FREE(s) free((void *) s) macro
Ddecklink_common.cpp113 DECKLINK_FREE(tmp); in decklink_get_attr_string()