Declaration
class simaai::neat::StillImageInput { ... }
Base classes
| class | Node |
|
| class | OutputSpecProvider |
|
Public Constructors Index
| StillImageInput (std::string image_path, ContentWidth content_w, ContentHeight content_h, EncodeWidth enc_w, EncodeHeight enc_h, FramesPerSecond fps) |
|
|
|
Public Member Functions Index
Private Member Attributes Index
Definition at line 18 of file StillImageInput.h.
Public Constructors
StillImageInput()
Public Member Functions
backend_fragment()
| std::string simaai::neat::StillImageInput::backend_fragment (int node_index) |
|
caps_behavior()
| NodeCapsBehavior simaai::neat::StillImageInput::caps_behavior () |
|
inline
|
content_h()
| int simaai::neat::StillImageInput::content_h () |
|
inline
|
content_w()
| int simaai::neat::StillImageInput::content_w () |
|
inline
|
element_names()
| std::vector<std::string> simaai::neat::StillImageInput::element_names (int node_index) |
|
enc_h()
| int simaai::neat::StillImageInput::enc_h () |
|
inline
|
enc_w()
| int simaai::neat::StillImageInput::enc_w () |
|
inline
|
fps()
| int simaai::neat::StillImageInput::fps () |
|
inline
|
image_path()
| const std::string& simaai::neat::StillImageInput::image_path () |
|
inline
|
input_role()
| InputRole simaai::neat::StillImageInput::input_role () |
|
inline
|
kind()
| std::string simaai::neat::StillImageInput::kind () |
|
inline
|
nv12_enc()
| const std::shared_ptr<std::vector<uint8_t> >& simaai::neat::StillImageInput::nv12_enc () |
|
inline
|
output_spec()
| OutputSpec simaai::neat::StillImageInput::output_spec (const OutputSpec & input) |
|
user_label()
| std::string simaai::neat::StillImageInput::user_label () |
|
inline
|
Private Member Attributes
content_h_
| int simaai::neat::StillImageInput::content_h_ = 0 |
|
content_w_
| int simaai::neat::StillImageInput::content_w_ = 0 |
|
enc_h_
| int simaai::neat::StillImageInput::enc_h_ = 0 |
|
enc_w_
| int simaai::neat::StillImageInput::enc_w_ = 0 |
|
fps_
| int simaai::neat::StillImageInput::fps_ = 30 |
|
image_path_
| std::string simaai::neat::StillImageInput::image_path_ |
|
nv12_enc_
| std::shared_ptr<std::vector<uint8_t> > simaai::neat::StillImageInput::nv12_enc_ |
|
Definition at line 100 of file StillImageInput.h.
100 std::shared_ptr<std::vector<uint8_t>> nv12_enc_;
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.