Doxygen Book
nnstreamer_util.h File Reference

Optional NNStreamer utility functions for sub-plugin writers and users. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.nosp@m.joo..nosp@m.ham@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m

Date
28 Jul 2021
See also
https://github.com/nnstreamer/nnstreamer
Author
MyungJoo Ham myung.nosp@m.joo..nosp@m.ham@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m
Bug:
No known bugs except for NYI items

Definition in file nnstreamer_util.h.

Macro Definition Documentation

◆ _g_memdup

#define _g_memdup (   data,
  size 
)    g_memdup (data, size)

g_memdup() function replaced by g_memdup2() in glib version >= 2.68

Definition at line 31 of file nnstreamer_util.h.

◆ UNUSED

#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.