-
Notifications
You must be signed in to change notification settings - Fork 3
RDKEMW-5197 AVOutput Advance PQParams #189
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
Conversation
AVOutput/AVOutputTV.h
Outdated
int *max_offset, tvWBColor_t **color, | ||
tvWBControl_t **control, size_t* num_color, | ||
size_t* num_control, tvContextCaps_t ** context_caps); | ||
#define HAL_NOT_READY 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove all HAL_NOT_READY flags
AVOutput/AVOutputTV.h
Outdated
#define STRING_COLORTEMPERATURE "ColorTemperature." | ||
#define CREATE_DIRTY(__X__) (__X__+=STRING_DIRTY) | ||
#define CAPABLITY_FILE_NAME "pq_capabilities.ini" | ||
#define CAPABILITY_FILE_NAMEV2 "/etc/pq_capabilities.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We dont need this in plugin
tvError_t m_MEMCStatus = tvERROR_NONE; | ||
|
||
tvColorTemp_t* m_colortemp = nullptr; | ||
size_t m_numColortemp = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add correct indexing
tvError_t m_aspectRatioStatus = tvERROR_NONE; | ||
|
||
tvDimmingMode_t* m_dimmingModes = nullptr; | ||
size_t m_numdimmingModes = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add correct indexing
tvContextCaps_t* m_dimmingModeCaps = nullptr; | ||
tvError_t m_dimmingModeStatus = tvERROR_NONE; | ||
|
||
tvPQModeIndex_t* m_pictureModes = nullptr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add correct indexing
tvContextCaps_t* m_pictureModeCaps = nullptr; | ||
tvError_t m_pictureModeStatus = tvERROR_NONE; | ||
|
||
tvBacklightMode_t* m_backlightModes = nullptr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add correct indexing
This reverts commit f4a230f. Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
Signed-off-by: svemur170 <[email protected]>
1.3.4 release tag
* RDKEMW-6230: Retry logic used dsGetHDMIARCPortId in HdmiCecSink Signed-off-by: yuvaramachandran_gurusamy <[email protected]> * RDKEMW-6230: Fix L1 test build failure Signed-off-by: yuvaramachandran_gurusamy <[email protected]> --------- Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
Release 1.3.5
Reason For Change: platfromSupport is missing from getBacklightDimmingModeCaps Test procedure: Mentioned in the ticket Risks: Low Signed-off-by: [email protected]
RDKEMW-6325: platfromSupport is missing from dimmingMode capabilities
* [RDKEMW-3513] PR action to run with latest change * Modifying L1,L2 .yml * Modifying artifacts job name * resolving review comments * modifying testframework branch name to develop * pointing to develop * Update tests-trigger.yml --------- Co-authored-by: Prathyushakothuru <[email protected]> Co-authored-by: kprathyusha <[email protected]>
…with AVInput (#205) Co-authored-by: apatel859 <[email protected]>
Signed-off-by: svemur170 <[email protected]>
1.4.0 release tag
skk451 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
…e PR branch (#211) * Reffering to current branch * For PR purpose added github.head_ref * Fixing copilot review comments * Adding description to caller_branch * Adding develop branch in ref * Modifying L1, L2 yml files * Modifying README in Tests folder * Modifying Branch to Trigger Source
No description provided.