#include <v4l2_nv_extensions.h>
Public Attributes | |
__u32 | DecodeError |
Error types: bit 0: Fatal bit 1: MB level syntax bit 2: Missing Slice(s) bit 3: PrevFrameLostFlag. | |
__u32 | DecodedMBs |
Number of Macro blocks decoded without error. | |
__u32 | ConcealedMBs |
Number of Macro blocks where error was concealed. | |
__u32 | nConcealedFromPOC |
POC of the reference frame used for concealment. | |
__u32 | FrameDecodeTime |
Time required to decode the frame, in microseconds. |
Definition at line 821 of file v4l2_nv_extensions.h.
Number of Macro blocks where error was concealed.
Definition at line 832 of file v4l2_nv_extensions.h.
Error types: bit 0: Fatal bit 1: MB level syntax bit 2: Missing Slice(s) bit 3: PrevFrameLostFlag.
Definition at line 828 of file v4l2_nv_extensions.h.
Time required to decode the frame, in microseconds.
Definition at line 836 of file v4l2_nv_extensions.h.
POC of the reference frame used for concealment.
Definition at line 834 of file v4l2_nv_extensions.h.