My Project
MMAL_CORE_STATISTICS_T Struct Reference

#include <mmal_common.h>

Public Attributes

uint32_t buffer_count
 
uint32_t first_buffer_time
 
uint32_t last_buffer_time
 
uint32_t max_delay
 

Detailed Description

Definition at line 64 of file mmal_common.h.

Member Data Documentation

◆ buffer_count

uint32_t MMAL_CORE_STATISTICS_T::buffer_count

Total buffer count on this port

Definition at line 66 of file mmal_common.h.

◆ first_buffer_time

uint32_t MMAL_CORE_STATISTICS_T::first_buffer_time

Time (us) of first buffer seen on this port

Definition at line 67 of file mmal_common.h.

◆ last_buffer_time

uint32_t MMAL_CORE_STATISTICS_T::last_buffer_time

Time (us) of most recently buffer on this port

Definition at line 68 of file mmal_common.h.

◆ max_delay

uint32_t MMAL_CORE_STATISTICS_T::max_delay

Max delay (us) between buffers, ignoring first few frames

Definition at line 69 of file mmal_common.h.


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