[filter_single] Added tensor_filter_single prototype
authorParichay Kapoor <pk.kapoor@samsung.com>
Thu, 29 Aug 2019 10:51:50 +0000 (19:51 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 4 Sep 2019 03:38:34 +0000 (12:38 +0900)
commit8ddfcccec3b639173991320f4674d65739908d31
tree232cd1375ec6d0972e8021f2d27c64a28af79130
parent4140d51fc18634079f5ed62e78830ca8b02f65f3
[filter_single] Added tensor_filter_single prototype

Added prototype for tensor_filter_single
tensor_filter_single is going to form the backend for singleshot api
to minimize the latency. This is made to be independent of GStreamer,
supporting all the existing tensor_filter plugins

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
api/capi/include/tensor_filter_single.h [new file with mode: 0644]
api/capi/meson.build
api/capi/src/tensor_filter_single.c [new file with mode: 0644]
meson.build