The following TI wiki page (http://processors.wiki.ti.com/index.php/Latency_Measurement_on_Capture_Encode_Decode_Display_Demo) discusses video latency measurements through the 81xx. I have gone through the source code and noticed the example modifies the 'displayDelay' attribute of the h.264 decoder structure. The default value for this attribute is 5 frames, but the example sets its value to 0 frames, thus reducing the latency by 80ms at 60fps. The fact that the default is 5 makes me think there is a downside to setting it to 0, but have not found any documentation on the topic. Can anyone comment on the use of this attribute?
Bernard