4#include "ImageMetadata.h"
14 stream = _stream->getCudaStream();
34 bool process(frame_container& frames);
Definition JPEGDecoderNVJPEG.h:8
cudaStream_t stream
Definition JPEGDecoderNVJPEG.h:17
ImageMetadata::ImageType imageType
Definition JPEGDecoderNVJPEG.h:19
JPEGDecoderNVJPEGProps(cudastream_sp &_stream)
Definition JPEGDecoderNVJPEG.h:10
cudastream_sp stream_sp
Definition JPEGDecoderNVJPEG.h:18
Definition JPEGDecoderNVJPEG.cpp:13
bool process(frame_container &frames)
Definition JPEGDecoderNVJPEG.cpp:271
bool term()
Definition JPEGDecoderNVJPEG.cpp:266
bool shouldTriggerSOS()
Definition JPEGDecoderNVJPEG.cpp:299
std::string mOutputPinId
Definition JPEGDecoderNVJPEG.h:47
virtual ~JPEGDecoderNVJPEG()
Definition JPEGDecoderNVJPEG.cpp:204
bool init()
Definition JPEGDecoderNVJPEG.cpp:251
bool processSOS(frame_sp &frame)
Definition JPEGDecoderNVJPEG.cpp:288
bool validateInputPins()
Definition JPEGDecoderNVJPEG.cpp:232
JPEGDecoderNVJPEG(JPEGDecoderNVJPEGProps _props)
Definition JPEGDecoderNVJPEG.cpp:197
void getImageSize(int &width, int &height)
Definition JPEGDecoderNVJPEG.cpp:310
size_t mOutputSize
Definition JPEGDecoderNVJPEG.h:45
boost::shared_ptr< Detail > mDetail
Definition JPEGDecoderNVJPEG.h:43
framemetadata_sp mOutputMetadata
Definition JPEGDecoderNVJPEG.h:46
bool processEOS(string &pinId)
Definition JPEGDecoderNVJPEG.cpp:304
bool validateOutputPins()
Definition JPEGDecoderNVJPEG.cpp:206
ModuleProps()
Definition Module.h:40
Module(Kind nature, string name, ModuleProps _props)
Definition Module.cpp:144