![]() |
ApraPipes 1.0
|
#include <CudaMemCopy.h>
Public Member Functions | |
CudaMemCopyProps (cudaMemcpyKind kind, cudastream_sp &_stream) | |
![]() | |
ModuleProps () | |
ModuleProps (float _fps) | |
ModuleProps (float _fps, size_t _qlen, bool _logHealth) | |
ModuleProps (FrameFetchStrategy _frameFetchStrategy) | |
size_t | getQLen () |
virtual size_t | getSerializeSize () |
Public Attributes | |
cudaMemcpyKind | memcpyKind |
cudastream_sp | stream_sp |
cudaStream_t | stream |
bool | sync |
size_t | alignLength |
![]() | |
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 | |
![]() | |
enum | FrameFetchStrategy { PUSH , PULL } |
|
inline |
size_t CudaMemCopyProps::alignLength |
cudaMemcpyKind CudaMemCopyProps::memcpyKind |
cudaStream_t CudaMemCopyProps::stream |
cudastream_sp CudaMemCopyProps::stream_sp |
bool CudaMemCopyProps::sync |