commit | 6b85f1eef33e9acb7d0f5902324ef3aabf6ad535 | [log] [tgz] |
---|---|---|
author | Taehwan Kim <t_h.kim@samsung.com> | Thu Apr 07 17:41:44 2022 +0900 |
committer | Taehwan Kim <t_h.kim@samsung.com> | Thu Apr 07 18:35:34 2022 +0900 |
tree | d6cd31ff9b2336da5d9fff8d167ee116f4071649 | |
parent | ba2bc9090b474b1dcd7d227686c7a4c84e206060 [diff] |
codec2: check a validation of HDR static info CCodecConfig always adds C2StreamHdrStaticInfo::output as a local param in DECODER case. it causes CCodecBufferChannel misunderstand although HDR static info is invalid and, then, invalid info is set to gralloc via SetHdrMetadataToGralloc4Handle(). so, check a validation of HDR static info and clear hdrStaticInfo when it is invalid. Change-Id: I713aee3ee9c97e17c92a4c3790caad9c83fe382f Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>