Hello,
I am using dm365_h264dec_02_00_00_13 to decode H264 stream encoded by the same platform, in closed loop mode.
The problem I am having is with the error concealment:
For example if one frame is encoded into 5 slices, it takes about 5ms to decode. Here is a table of how much time it takes to decode one frame in relation to missing slices:
Slices missing (out of 5): | time to decode
0 | 5ms
1 | 10ms
2 | 13ms
3 | 15ms
4 | 19ms
This is absolutely unacceptable behavior. Is there any way to turn off the error concealment? The problem is that this makes decoding impossible to do in real time. Workaround currently is to not decode frames that contain missing slices.