Mandatory APIs for NNStreamer Converter sub-plugins (Need Gst Devel) More...
Go to the source code of this file.
Classes | |
struct | _NNStreamerExternalConverter |
Converter's subplugin implementation. More... | |
Typedefs | |
typedef struct _NNStreamerExternalConverter | NNStreamerExternalConverter |
Converter's subplugin implementation. More... | |
Functions | |
const NNStreamerExternalConverter * | nnstreamer_converter_find (const char *name) |
Find converter sub-plugin with the name. More... | |
int | registerExternalConverter (NNStreamerExternalConverter *ex) |
Converter's sub-plugin should call this function to register itself. More... | |
void | unregisterExternalConverter (const char *prefix) |
Converter's sub-plugin may call this to unregister itself. More... | |
void | nnstreamer_converter_set_custom_property_desc (const char *name, const char *prop,...) |
set custom property description for tensor converter sub-plugin More... | |
Mandatory APIs for NNStreamer Converter sub-plugins (Need Gst Devel)
NNStreamer API for Tensor_Converter Sub-Plugins Copyright (C) 2019 MyungJoo Ham myung joo. ham@s amsu ng.co m
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; version 2.1 of the License.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
Definition in file nnstreamer_plugin_api_converter.h.
typedef struct _NNStreamerExternalConverter NNStreamerExternalConverter |
Converter's subplugin implementation.
const NNStreamerExternalConverter* nnstreamer_converter_find | ( | const char * | name | ) |
Find converter sub-plugin with the name.
[in] | name | The name of converter sub-plugin. |
[in] | name | The name of converter sub-plugin. |
Definition at line 2360 of file gsttensor_converter.c.
void nnstreamer_converter_set_custom_property_desc | ( | const char * | name, |
const char * | prop, | ||
... | |||
) |
set custom property description for tensor converter sub-plugin
Definition at line 2457 of file gsttensor_converter.c.
int registerExternalConverter | ( | NNStreamerExternalConverter * | ex | ) |
Converter's sub-plugin should call this function to register itself.
[in] | ex | Converter sub-plugin to be registered. |
Converter's sub-plugin should call this function to register itself.
Definition at line 2389 of file gsttensor_converter.c.
void unregisterExternalConverter | ( | const char * | name | ) |
Converter's sub-plugin may call this to unregister itself.
[in] | prefix | The name of converter sub-plugin. |
Converter's sub-plugin may call this to unregister itself.
Definition at line 2399 of file gsttensor_converter.c.