No, hardware converter does not support yuv444 10-bit packed format. You would need to implement software code to convert yuv444 10-bit packed format to V4L2_PIX_FMT_NV24_10LE
Maximum throughput is half for YUV444 compared to YUV420
For achieving maximum performance, the frame data has to be YUV420. Since YUV444 has double size of YUV420, performance is expected to be worse. Moreover, hardware engine does not support packed format, it requires software converter to convert the frame data to V4L2_PIX_FMT_NV24_10LE. This also reduces certain throughput.