My Project
MMAL_PARAMETER_STATISTICS_T Struct Reference

#include <mmal_parameters_common.h>

Public Attributes

MMAL_PARAMETER_HEADER_T hdr
 
uint32_t buffer_count
 
uint32_t frame_count
 
uint32_t frames_skipped
 
uint32_t frames_discarded
 
uint32_t eos_seen
 
uint32_t maximum_frame_bytes
 
int64_t total_bytes
 
uint32_t corrupt_macroblocks
 

Detailed Description

Port statistics for debugging/test purposes. Ports may support query of this parameter to return statistics for debugging or test purposes. Not all values may be relevant for a given port.

Definition at line 139 of file mmal_parameters_common.h.

Member Data Documentation

◆ buffer_count

uint32_t MMAL_PARAMETER_STATISTICS_T::buffer_count

Total number of buffers processed

Definition at line 143 of file mmal_parameters_common.h.

◆ corrupt_macroblocks

uint32_t MMAL_PARAMETER_STATISTICS_T::corrupt_macroblocks

Number of corrupt macroblocks in the stream

Definition at line 150 of file mmal_parameters_common.h.

◆ eos_seen

uint32_t MMAL_PARAMETER_STATISTICS_T::eos_seen

Set if the end of stream has been reached

Definition at line 147 of file mmal_parameters_common.h.

◆ frame_count

uint32_t MMAL_PARAMETER_STATISTICS_T::frame_count

Total number of frames processed

Definition at line 144 of file mmal_parameters_common.h.

◆ frames_discarded

uint32_t MMAL_PARAMETER_STATISTICS_T::frames_discarded

Number of frames discarded

Definition at line 146 of file mmal_parameters_common.h.

◆ frames_skipped

uint32_t MMAL_PARAMETER_STATISTICS_T::frames_skipped

Number of frames without expected PTS based on frame rate

Definition at line 145 of file mmal_parameters_common.h.

◆ hdr

MMAL_PARAMETER_HEADER_T MMAL_PARAMETER_STATISTICS_T::hdr

Definition at line 141 of file mmal_parameters_common.h.

◆ maximum_frame_bytes

uint32_t MMAL_PARAMETER_STATISTICS_T::maximum_frame_bytes

Maximum frame size in bytes

Definition at line 148 of file mmal_parameters_common.h.

◆ total_bytes

int64_t MMAL_PARAMETER_STATISTICS_T::total_bytes

Total number of bytes processed

Definition at line 149 of file mmal_parameters_common.h.


The documentation for this struct was generated from the following file: