~kparichay/nnstreamer/+git/trunk:single_memory_leak

Last commit made on 2020-07-28
Get this branch:
git clone -b single_memory_leak https://git.launchpad.net/~kparichay/nnstreamer/+git/trunk

Branch merges

Branch information

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

Recent commits

279b997... by Parichay Kapoor <email address hidden>

[single] Memory leak bug fix

Add memory leak bug fix
When output ml_tensors_data_h fails to allocate, the already computed output must be freed before return

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

2abd044... by Jaeyun <email address hidden>

[Android/Single] allow 0 timeout

Now C-API allows setting 0 timeout val, change condition to set timeout value.

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

a990456... by MyungJoo Ham

CAPI/Single: Optimize no-timeout mode run-time performance

Do not invoke in a secondary thread, but ivoke in
the primary thread directly without CV so that
there is minimized latencies for single-invoke calls.

This has refactored the invoke-output-process routine.

This follows-up #2551

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

e8c18a1... by Parichay Kapoor <email address hidden>

[unittest] Bug fix for c-api unittest

Bug fix for c-api unittest when tensorflow-lite is not present
Bug of destroy info without create in invoke_01

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

23c4891... by MyungJoo Ham

Test/Fix potential macro bug

What if you do:
```
if (WHATSOEVER)
  _print_log (MESSAGE);
else
  do_something ();
```

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

9f56849... by Tony Jinwoo Ahn <email address hidden>

[Test] Remove trailing whitespace

Signed-off-by: Tony Jinwoo Ahn <email address hidden>

3316526... by Gichan Jang

[Protobuf] Fix protobuf util function header file

Fix protobuf util function header file.

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

026f3db... by Sangjung Woo

[Build] Support VD product build system

This patch supports the VD product build system.
`enable_tizen_privilege_check` and `enable_tizen_feature_check` are
newly added and below features are disabled.
* Privacy / Privilege Manager
* Resource Manager
* ProtoBuffer / FlatBuffer
* Test since python-numpy is not supported

Signed-off-by: Sangjung Woo <email address hidden>

9ac15a5... by Yongjoo Ahn

[tizensensor] Let the element make use of GstBaseSrc

- Remove timestamp in `_create()` and `_fill()` and let BaseSrc do timestamp
- Remove `_get_times()`
- Init debug category
- Add query for latency
- set_interval for tizen sensor_listener

Signed-off-by: Yongjoo Ahn <email address hidden>

9003949... by Yongjoo Ahn

[tensor_sink] Add debug log for timestamp in tensor_sink

- Add macro for logging timestamp in render_buffer

Signed-off-by: Yongjoo Ahn <email address hidden>