Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
EglRendererProps Class Reference

#include <EglRenderer.h>

Inheritance diagram for EglRendererProps:
Inheritance graph
Collaboration diagram for EglRendererProps:
Collaboration graph

Public Member Functions

 EglRendererProps (uint32_t _x_offset, uint32_t _y_offset, uint32_t _width, uint32_t _height)
 
 EglRendererProps (uint32_t _x_offset, uint32_t _y_offset, bool _displayOnTop=true)
 
- Public Member Functions inherited from ModuleProps
 ModuleProps ()
 
 ModuleProps (float _fps)
 
 ModuleProps (float _fps, size_t _qlen, bool _logHealth)
 
 ModuleProps (FrameFetchStrategy _frameFetchStrategy)
 
size_t getQLen ()
 
virtual size_t getSerializeSize ()
 

Public Attributes

uint32_t x_offset
 
uint32_t y_offset
 
uint32_t height
 
uint32_t width
 
bool displayOnTop
 
- Public Attributes inherited from ModuleProps
float fps
 
size_t qlen
 
bool logHealth
 
int logHealthFrequency
 
size_t maxConcurrentFrames
 
int skipN = 0
 
int skipD = 1
 
FrameFetchStrategy frameFetchStrategy
 
QuePushStrategy::QuePushStrategyType quePushStrategyType
 
FIndexStrategy::FIndexStrategyType fIndexStrategyType
 
bool enableHealthCallBack
 
int healthUpdateIntervalInSec
 

Additional Inherited Members

- Public Types inherited from ModuleProps
enum  FrameFetchStrategy { PUSH , PULL }
 

Constructor & Destructor Documentation

◆ EglRendererProps() [1/2]

EglRendererProps::EglRendererProps ( uint32_t _x_offset,
uint32_t _y_offset,
uint32_t _width,
uint32_t _height )
inline

◆ EglRendererProps() [2/2]

EglRendererProps::EglRendererProps ( uint32_t _x_offset,
uint32_t _y_offset,
bool _displayOnTop = true )
inline

Member Data Documentation

◆ displayOnTop

bool EglRendererProps::displayOnTop

◆ height

uint32_t EglRendererProps::height

◆ width

uint32_t EglRendererProps::width

◆ x_offset

uint32_t EglRendererProps::x_offset

◆ y_offset

uint32_t EglRendererProps::y_offset

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