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

TVS-HAL changes for AVOutput #29

Open
aktamilbe opened this issue Aug 8, 2024 · 1 comment · Fixed by #51
Open

TVS-HAL changes for AVOutput #29

aktamilbe opened this issue Aug 8, 2024 · 1 comment · Fixed by #51
Assignees
Labels
enhancement New feature or request

Comments

@aktamilbe
Copy link
Contributor

aktamilbe commented Aug 8, 2024

TVS-HAL changes for AVOutput.
Add new method saveWhiteBalance( ) and new Enums.

@aktamilbe aktamilbe changed the title TVS-HAL changes for llama AVOutput TVS-HAL changes for AVOutput Aug 8, 2024
aktamilbe added a commit that referenced this issue Aug 30, 2024
aktamilbe added a commit that referenced this issue Aug 30, 2024
aktamilbe added a commit that referenced this issue Sep 10, 2024
aktamilbe added a commit that referenced this issue Sep 22, 2024
aktamilbe added a commit that referenced this issue Oct 10, 2024
aktamilbe added a commit that referenced this issue Oct 19, 2024
aktamilbe pushed a commit that referenced this issue Nov 15, 2024
@srinivasgtl srinivasgtl added the enhancement New feature or request label Dec 12, 2024
@srinivasgtl srinivasgtl moved this to In Progress in HAL Interface - Upgrades Dec 12, 2024
@srinivasgtl srinivasgtl linked a pull request Dec 12, 2024 that will close this issue
aktamilbe pushed a commit that referenced this issue Dec 23, 2024
aktamilbe added a commit that referenced this issue Dec 27, 2024
aktamilbe added a commit that referenced this issue Dec 30, 2024
aktamilbe added a commit that referenced this issue Jan 2, 2025
aktamilbe added a commit that referenced this issue Jan 6, 2025
@aktamilbe
Copy link
Contributor Author

Description:
As part of this ticket we are bringing below features/changes to current tvsettings-hal

  1. Custom2PointWhiteBalance support : Added new set/get/save call to implement custom2pointWhiteBalance.

  2. Currently CMS has total 18 entries in pq_capabilities.ini. To make it more convenient we have combined all 18 entries into single entry like below and added corresponding code changes in HAL.
    [CMS]
    range_Saturation_from = 0
    range_Saturation_to = 100
    range_Hue_from = 0
    range_Hue_to = 100
    range_Luma_from = 0
    range_Luma_to = 30
    color = Red,Green,Blue,Cyan,Magenta,Yellow
    component = Saturation,Hue,Luma
    pqmode = Entertainment,Dynamic,Expert,Movie,Sports,Graphics,Dynamic2
    format = SDR,HDR10,HLG,DV
    source = All,Composite1,HDMI1,HDMI2,HDMI3,IP,Tuner

  3. Removed unused ODM APIs from tvSettingsODM.h those functionality willbe handled by set/get/save API mentioned in (1)

  4. Added new section [HDRMode] in pq_capabilities.ini to control HDR10 and HLG Mode for plugin usage.

hari22yuva added a commit that referenced this issue Jan 24, 2025
…features

gh #29 TVS Header changes for AVoutput new features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants