Public Member Functions | |
data_for_gst_callback ()=default | |
Public Attributes | |
std::mutex * | m {nullptr} |
ImageOf< PixelRgb > * | img {nullptr} |
bool | isNew {false} |
Semaphore * | s {nullptr} |
bool | isReq {false} |
Definition at line 34 of file H264Decoder.cpp.
|
default |
Definition at line 39 of file H264Decoder.cpp.
bool data_for_gst_callback::isNew {false} |
Definition at line 40 of file H264Decoder.cpp.
bool data_for_gst_callback::isReq {false} |
Definition at line 42 of file H264Decoder.cpp.
std::mutex* data_for_gst_callback::m {nullptr} |
Definition at line 38 of file H264Decoder.cpp.
Semaphore* data_for_gst_callback::s {nullptr} |
Definition at line 41 of file H264Decoder.cpp.