Hello,
Well, that depends on a lot of things:
- you need to have a session utilizing AVC444 mode (both, client and server! if only the client announces the format support it is not guaranteed that the server will use it)
- you need FFMPEG as h264 decoder as that one has some versions that utilize some hardware backed decoders (and you need to have one of these versions)
so, in case you have this FFMPEG the answer is: a little bit, otherwise no.
Why? RDP utilizes a non standard stream (2 H264 streams in YUV 4:2:2 mode recombined to one YUV4:4:4 image) so the decoded images must be copied back to system memory and the expensive operations are still done by the Core
so, if you have not enough Core you can ensure you utilize hardware accelerated SSL(that is actually the thing eating most Core with FreeRDP
You can check the note about share screen with freerdp:
https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8DXL-screen-share-to-PC-by-using-Fre...
Regards