Optional NNStreamer utility functions for sub-plugin writers and users. More...
Go to the source code of this file.
Macros | |
#define | UNUSED(expr) do { (void)(expr); } while (0) |
Utility to silence unused parameter warning for intentionally unused parameters (e.g., callback functions of a framework) More... | |
#define | _g_memdup(data, size) g_memdup (data, size) |
g_memdup() function replaced by g_memdup2() in glib version >= 2.68 More... | |
Optional NNStreamer utility functions for sub-plugin writers and users.
NNStreamer Common Utility Header for Plug-Ins and Users Copyright (C) 2021 MyungJoo Ham myung joo. ham@s amsu ng.co m
Definition in file nnstreamer_util.h.
g_memdup() function replaced by g_memdup2() in glib version >= 2.68
Definition at line 31 of file nnstreamer_util.h.
#define UNUSED | ( | expr | ) | do { (void)(expr); } while (0) |
Utility to silence unused parameter warning for intentionally unused parameters (e.g., callback functions of a framework)
Definition at line 22 of file nnstreamer_util.h.