|
ApraPipes 1.0
|
#include <MemTypeConversion.h>


Public Member Functions | |
| MemTypeConversionProps (FrameMetadata::MemType _outputMemType) | |
| MemTypeConversionProps (FrameMetadata::MemType _outputMemType, cudastream_sp &_stream) | |
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 | |
| cudastream_sp | stream_sp |
| cudaStream_t | stream |
| FrameMetadata::MemType | outputMemType |
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 } |
|
inline |
|
inline |
| FrameMetadata::MemType MemTypeConversionProps::outputMemType |
| cudaStream_t MemTypeConversionProps::stream |
| cudastream_sp MemTypeConversionProps::stream_sp |