[Protobuf] Add protobuf util function
authorgichan-jang <gichan2.jang@samsung.com>
Fri, 12 Jun 2020 07:21:53 +0000 (16:21 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 6 Jul 2020 02:14:18 +0000 (11:14 +0900)
commitf472b46af53790fa04d3496088d1df30ef318ebb
treec9ba9eeac3ecc784a19271fc47f934d546d3d7e1
parent8ee5ff42ccf8c6e499800db75a14db48d89d2382
[Protobuf] Add protobuf util function

The problem happens when multiple objects using .pb.cc file are loaded simultaneously.
I changed to tensor converter and decoder of protobuf subplugin shared libnnstreamer_protobuf.so

Signed-off-by: gichan-jang <gichan2.jang@samsung.com>
ext/nnstreamer/extra/meson.build [new file with mode: 0644]
ext/nnstreamer/extra/nnstreamer_protobuf.cc [new file with mode: 0644]
ext/nnstreamer/extra/nnstreamer_protobuf.h [new file with mode: 0644]
ext/nnstreamer/meson.build
ext/nnstreamer/tensor_converter/meson.build
ext/nnstreamer/tensor_converter/tensor_converter_protobuf.cc
ext/nnstreamer/tensor_decoder/meson.build
ext/nnstreamer/tensor_decoder/tensordec-protobuf.cc
packaging/nnstreamer.spec
tests/nnstreamer_protobuf/runTest.sh