aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ecu
AgeCommit message (Collapse)AuthorFilesLines
2018-07-03tests: make both Valgrind and LeakSanitizer happyVadim Yanitskiy1-0/+3
The talloc_enable_null_tracking() actually allocates a new talloc context, which makes both Valgrind and LeakSanitizer angry. This context should be freed by the talloc_disable_null_tracking(). Change-Id: Ia660d2fdac720f685c0186720d0a476d7e9468be
2018-06-29Implement ECU (Error Concealment Unit) block for FRVadim Yanitskiy2-0/+242
In I06a21f60db01bfe1c2b838f93866fad1d53fdcd1 the Error Concealment Unit API for FR codec was introduced. This change implements a corresponding block. Note: at the moment, only Full Rate is supported by the ECU API. Change-Id: Ia929ee04f6be3d842c6ef7bc40cce0fdab16e90a