~kparichay/nnstreamer/+git/trunk:debian_packaging_add_capi_headers

Last commit made on 2020-10-27
Get this branch:
git clone -b debian_packaging_add_capi_headers https://git.launchpad.net/~kparichay/nnstreamer/+git/trunk

Branch merges

Branch information

Name:
debian_packaging_add_capi_headers
Repository:
lp:~kparichay/nnstreamer/+git/trunk

Recent commits

9d6284e... by Parichay Kapoor <email address hidden>

[dist/debian] Package c-api headers

Deiban packaging of nnstreamer packages nnstreamer and capi-nnstreamer shared libraries
The corresponding headers are packaged as part of dev package. However, the headers
of c-api are not packaged. This patch packages the missing c-api headers.

Signed-off-by: Parichay Kapoor <email address hidden>

d476e66... by Jaeyun <email address hidden>

[Test/Benchmark] benchmark with no output alloc

1. update testcase for benchmark (single-shot no output allocation)
2. mark todo for next APIs

Signed-off-by: Jaeyun <email address hidden>

e5c63a0... by Gichan Jang

[Tensor Transform] Fix unsupported orc type cast

Orc does not support 64bit integer typecast.
A problem occurs when the pipeline is launched with orc option,
  and then the option is changed using set_property to convert type int64 or uint64.
So disables the orc if the int64 or uint64 typecast is required.

Signed-off-by: gichan-jang <email address hidden>

205ea57... by Jaeyun <email address hidden>

[ONE/Android] prepare ONE-1.10.0 release

prepare next ONE release (ver 1.10.0)
- change pkg name (nnfw -> onert)
- add new testcase to check dynamic dimension

Signed-off-by: Jaeyun <email address hidden>

cb33b9b... by Dongju Chae

[TensorRate/Test] Add simple testcases for tensor_rate (not QoS events)

This patch adds simple testcases for tensor_rate element, just adjusting
downstream framerate without sending QoS events to upstream elements.

Signed-off-by: Dongju Chae <email address hidden>

d72c806... by Jaeyun <email address hidden>

[Filter/NNFW] dummy invoke after set-info called

When called set-info function, NNFW updates output shape after the invoke is done.
Add dummy invoke function and call it after input shape is changed.

Signed-off-by: Jaeyun <email address hidden>

0a9634e... by Dongju Chae

[TensorRate] Implement the prototype codes for tensor_rate element

This patch implements the prototype codes for 'tensor_rate' element.

'tensor_rate' will include two methods to adjust a frame rate.
1) Either drop or duplicate frames similar to 'videorate' plugin
2) Propagate a specified frame-rate to upstream elements.

As a prototype, most of codes are reused from 'videorate' sources codes,
and still many things should be revised according to the tensor concept.

But, at least, its functionality was checked if we run this pipeline.

gst-launch-1.0 videotestsrc
   ! video/x-raw,width=640,height=480,framerate=15/1
   ! tensor_converter
   ! tensor_rate framerate=10/1
   ! tensor_decoder mode=direct_video
   ! videoconvert
   ! autovideosink

Signed-off-by: Dongju Chae <email address hidden>

15c8093... by Gichan Jang

[TensorIF] Add basic action option

Add basic action option: PASSTHROUGH, SKIP, TENSORPICK

 Supported operator: All
 Suppoted data type: All
 Supported action: passthrough, skip, tensorpick. (Others will be added)

Signed-off-by: gichan-jang <email address hidden>

5e721f9... by MyungJoo Ham

Docker: move location, shorten build script.

1. Move dockerfile location (/docker/... --> /tools/docker)
2. Run ninja once and do install and build.

Signed-off-by: MyungJoo Ham <email address hidden>

58256b4... by JeonChangMin <email address hidden>

[docker] Add ubuntu16.04/18.04 devel Dockerfile
Add Dockerfile for ubuntu16.04/18.04 nnstreamer build using meson/ninja

Signed-off-by: JeonChangMin <email address hidden>