Closed Austin-Hu closed 4 years ago
Do you have a bit more background on why the MIN/MAX check is needed. If it's to help pinpoint issues in debugging, then maybe add a comment saying that this is the purpose of these defines.
Just fyi. A typical value for UINT_MAX is 4294967295 which for a 60fps video corresponds to a duration of close to 20k hours.
Do you have a bit more background on why the MIN/MAX check is needed. If it's to help pinpoint issues in debugging, then maybe add a comment saying that this is the purpose of these defines.
Just fyi. A typical value for UINT_MAX is 4294967295 which for a 60fps video corresponds to a duration of close to 20k hours.
Added the instructions into the code, thanks! Yes, for example, an unlimitted video conference...
To track each picture whether it's posted from every encoding kernel or not, after being fed into kernels.
As the message is to track picture level, this change can output picture flow once in each encoding kernel, with redundant outputs eliminated.
The recommended steps to debug encoding dead lock (hang) issue:
Signed-off-by: Austin Hu austin.hu@intel.com