#include <h264_carrier/H264Decoder.h>
Public Member Functions | |
H264Decoder (h264Decoder_cfgParamters &config) | |
~H264Decoder () | |
bool | init () |
bool | start () |
bool | stop () |
yarp::sig::ImageOf< yarp::sig::PixelRgb > & | getLastFrame () |
int | getLastFrameSize () |
bool | newFrameIsAvailable () |
void | setReq () |
Public Attributes | |
std::mutex | mutex |
yarp::os::Semaphore | semaphore |
Definition at line 34 of file H264Decoder.h.
H264Decoder::H264Decoder | ( | h264Decoder_cfgParamters & | config | ) |
Definition at line 448 of file H264Decoder.cpp.
H264Decoder::~H264Decoder | ( | ) |
Definition at line 501 of file H264Decoder.cpp.
Definition at line 509 of file H264Decoder.cpp.
int H264Decoder::getLastFrameSize | ( | ) |
Definition at line 523 of file H264Decoder.cpp.
bool H264Decoder::init | ( | ) |
Definition at line 454 of file H264Decoder.cpp.
bool H264Decoder::newFrameIsAvailable | ( | ) |
Definition at line 517 of file H264Decoder.cpp.
void H264Decoder::setReq | ( | ) |
Definition at line 529 of file H264Decoder.cpp.
bool H264Decoder::start | ( | ) |
Definition at line 481 of file H264Decoder.cpp.
bool H264Decoder::stop | ( | ) |
Definition at line 491 of file H264Decoder.cpp.
std::mutex H264Decoder::mutex |
Definition at line 41 of file H264Decoder.h.
yarp::os::Semaphore H264Decoder::semaphore |
Definition at line 42 of file H264Decoder.h.