Skip to content

Add config to disable raw bitstream format#89

Merged
dkozinski merged 3 commits intomainfrom
add_config_to_disable_raw_bitstream_format
May 9, 2025
Merged

Add config to disable raw bitstream format#89
dkozinski merged 3 commits intomainfrom
add_config_to_disable_raw_bitstream_format

Conversation

@kpchoi
Copy link
Collaborator

@kpchoi kpchoi commented May 9, 2025

  • Added config value for disabling 'RAW bitstream format'
    The following code will disable raw bitstream format.
    int val = OAPV_CFG_VAL_AU_BS_FMT_NONE;
    int size = sizeof(val);
    oapve_config(id, OAPV_CFG_SET_AU_BS_FMT, &val, &size);

kpchoi added 2 commits May 9, 2025 11:50
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
@kpchoi kpchoi requested a review from dariusz-f May 9, 2025 03:03
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Copy link
Collaborator

@dkozinski dkozinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@dkozinski dkozinski merged commit 4ee075e into main May 9, 2025
5 checks passed
alejandro-arango-epicgames pushed a commit to alejandro-arango-epicgames/openapv that referenced this pull request Sep 29, 2025
)

* added config for RBAU

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

* clear description

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

* short variable name

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>

---------

Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants