As per the datasheet of H.264 decoder (version 02.00.17) present in, processor SDK 02_00_00_00 mentions the the supported resolution is upto 4320x4096.
But while trying to decode h.264 bitstream of resolution more than 1920x1080, using this deocoder (on AM5728) it fails. VIDDEC3_process() call reports extended eorror code 0x208001, which indicates resolution is not supported (IH264VDEC_ERR_UNSUPPRESOLUTION).
Can you please confirm if this version of decoder really supports the resolution mentioned in the datasheet? If not, is there any limitation from the HDVICP/Decoder to support this reslulution? Is there any way to remove this limitation?
Regards,
Swapan