Commit graph

8 commits

Author SHA1 Message Date
Hang Nguyen
70530453cc Redefine examples test modules as cc_binary
This change redefines the `cc_test` modules within the examples
directory as `cc_binary` modules.

Previously, these `cc_test` modules were effectively acting as wrappers
around executable binaries, solely for the purpose of generating test
executables. This approach did not allow for the direct installation of
these executables on devices.

Changing these modules to `cc_binary` allows the resulting executables
are produced as standalone binaries, enabling their deployment and
execution on test devices.

Bug: 414657128
Change-Id: I9caef8a5cf29c7d77b8bcd535f047a640c52285c
2025-05-09 22:11:54 -07:00
Sushant
bbe50c922a avcenc: Enabling keep_threads_active in cfg and avc_enc_fuzzer
Test: avcenc -c enc.cfg
Change-Id: I45b32621aa3d64b569e5ac6b7f23405aa1711c82
2025-04-22 18:02:12 +05:30
Sushant
5e9c764903 avcenc: Replacing KEEP_THREADS_ACTIVE with runtime check
Test: avcenc -c enc.cfg
Change-Id: If6c8c29d2b5b1322796b8b25dc74231d13b61243
2025-04-22 17:09:57 +05:30
Ram Mohan M
a7b6206fab libavcenc: Sync default values of library and application
I and IDR interval default values do not comply with requirements
of the codec. This is fixed. Also corrected few other default values.
2023-10-04 13:51:14 -07:00
Ram Mohan
072e69978a avcenc: clean up sample application
This commit does not introduce any new functionality. This is a
cosmetic change. It removes redundant comments, unused variables,
indents to a common guideline.
2023-10-03 14:24:25 -07:00
Ram Mohan
2074f2bfaf avcenc: Modify vui time scale based on target frame rate 2023-10-01 01:37:17 +05:30
Ram Mohan
fef966515c avcenc: Fix Crash for 422 ILE inputs
The input buffers allocated for 422 formats is less by a chroma
plane. This causing memory over writes and results in crash while
freeing
2023-09-28 07:24:09 -07:00
Harish Mahendrakar
47dfd4ca64 Rename test as examples
Also rename test/decoder as test/avcdec and test/encoder as test/avcenc

Change-Id: Ia21513d91206d806a2aa2177012765c54287bc77
2023-09-28 10:22:54 +05:30