You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameters must be passed according to the interface requirements.
Actual Behavior
GetTVSupportedPictureModes, GetTVSupportedVideoFormats, GetTVSupportedVideoSources, GetTVSupportedVideoSources, GetTVSupportedDolbyVisionModes does not properly use the array of pointers parameter in the HAL. Additionally, to match the current HAL code, the VTS code has been implemented, which is not the correct approach. The parameters must be passed according to the interface requirements. Changes are required in these APIs across the VTS L1/L2/L3 code.
Notes (Optional)
No response
The text was updated successfully, but these errors were encountered:
slkanthi
changed the title
Bug: GetTVSupported related APIs - Allocate memory at caller end.
Bug: GetTVSupported related APIs - The memory for modes must be allocated at caller end.
Jan 7, 2025
slkanthi
changed the title
Bug: GetTVSupported related APIs - The memory for modes must be allocated at caller end.
Bug: GetTVSupported APIs - The memory for modes must be allocated at caller end.
Jan 7, 2025
Problem/Opportunity
The tvsettings.h interface documentation for the following APIs updated. Memory allocation responsibility is at the caller end.
GetTVSupportedDolbyVisionModes
GetTVSupportedVideoFormats
GetTVSupportedDimmingModes
GetTVSupportedPictureModes
GetTVSupportedVideoSources
Steps to reproduce
No response
Expected Behavior
The parameters must be passed according to the interface requirements.
Actual Behavior
GetTVSupportedPictureModes, GetTVSupportedVideoFormats, GetTVSupportedVideoSources, GetTVSupportedVideoSources, GetTVSupportedDolbyVisionModes does not properly use the array of pointers parameter in the HAL. Additionally, to match the current HAL code, the VTS code has been implemented, which is not the correct approach. The parameters must be passed according to the interface requirements. Changes are required in these APIs across the VTS L1/L2/L3 code.
Notes (Optional)
No response
The text was updated successfully, but these errors were encountered: