H264DecodeSima.h File
SimaAI H264 decode node wrapper. More...
Included Headers
#include "builder/Node.h"
#include "builder/OutputSpec.h"
#include <memory>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| class | H264Decode |
Description
SimaAI H264 decode node wrapper.
File Listing
The file content with the documentation metadata removed is:
15namespace simaai::neat {
17class H264Decode final : public Node, public OutputSpecProvider {
19 H264Decode(int sima_allocator_type = 2, std::string out_format = "NV12",
20 std::string decoder_name = {}, bool raw_output = false, std::string next_element = {},
21 int dec_width = -1, int dec_height = -1, int dec_fps = -1, int num_buffers = -1);
25 NodeCapsBehavior caps_behavior() const override {
29 std::string backend_fragment(int node_index) const override;
30 std::vector<std::string> element_names(int node_index) const override;
31 OutputSpec output_spec(const OutputSpec& input) const override;
33 int sima_allocator_type() const {
36 const std::string& out_format() const {
39 const std::string& decoder_name() const {
42 bool raw_output() const {
45 const std::string& next_element() const {
51 int dec_height() const {
57 int num_buffers() const {
75namespace simaai::neat::nodes {
77H264Decode(int sima_allocator_type = 2, std::string out_format = "NV12",
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.