Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo application for accel operation. #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. tinycompress: move the header to version 0.3.0

    Merge header file compress_offload.h for the changes
    of adding accel operation.
    Merge header file compress_params.h for the changes
    of adding src codec.
    
    update libtinycompress for adding accel operations.
    
    Signed-off-by: Shengjiu Wang <[email protected]>
    TE-N-ShengjiuWang committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e96165e View commit details
    Browse the repository at this point in the history
  2. tinycompress: Add application for accel operation

    This 'caccel' applicaton is a demo to show how to
    call the new introduced accel interface.
    
    The kernel patch is:
    ALSA: compress_offload: introduce accel operation mode
    
    As there is conflict when using the API of alsa-lib,
    add alsa_wrap file to separate the header files:
    alsa/asoundlib.h
    sound/asound.h
    
    Signed-off-by: Shengjiu Wang <[email protected]>
    TE-N-ShengjiuWang committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    87f7e56 View commit details
    Browse the repository at this point in the history