Multimedia api latency

Is there a way to turn on decode latency reporting for video decode sample, --stats only report average fps, processing time, and processed unit count.

Hi,
By default there is no such prints in the sample. You can call gettimeofday() in feeding h264 stream and getting decoded YUVs to calculate the latency. For low-latency mode, please set the option –disable-dpb.

Thanks for the advice, will try.

Are there any expected decode time values for 4k video stream?

Hi,
We have information about fps in
https://developer.nvidia.com/jetson-xavier-nx-data-sheet

There is no existing data for latency.