SimaDecoder Struct
Optional SiMa hardware decoder configuration (replaces the software decoder when enabled). More...
Declaration
Included Headers
Public Member Attributes Index
| bool | enable = false |
|
Enable the SiMa hardware decoder path. More... | |
| int | sima_allocator_type = 2 |
|
SiMa allocator type for decoder output buffers. More... | |
| std::string | decoder_name = "decoder" |
|
Element instance name for the decoder. More... | |
| bool | raw_output = false |
|
Request raw (non-encoded) output from the decoder. More... | |
| std::string | next_element |
|
Optional: select output buffer target ("CVU" or "APU") for neatdecoder. More... | |
| bool | use_sw_encoder = false |
|
Insert software H264 encoder before the SiMa decoder. More... | |
| int | sw_bitrate_kbps = 4000 |
|
Bitrate for the optional software H264 encoder. More... | |
Description
Optional SiMa hardware decoder configuration (replaces the software decoder when enabled).
Definition at line 69 of file ImageInputGroup.h.
Public Member Attributes
decoder_name
|
Element instance name for the decoder.
Definition at line 72 of file ImageInputGroup.h.
enable
|
Enable the SiMa hardware decoder path.
Definition at line 70 of file ImageInputGroup.h.
next_element
|
Optional: select output buffer target ("CVU" or "APU") for neatdecoder.
Definition at line 75 of file ImageInputGroup.h.
raw_output
|
Request raw (non-encoded) output from the decoder.
Definition at line 73 of file ImageInputGroup.h.
sima_allocator_type
|
SiMa allocator type for decoder output buffers.
Definition at line 71 of file ImageInputGroup.h.