H265Decoder is a class to actually decode videos.
More...
#include <h265_decoder.h>
H265Decoder is a class to actually decode videos.
◆ DecodingResult
Enumerator |
---|
SUCCESS | |
FATAL | |
WARN | |
◆ H265Decoder()
apollo::drivers::video::H265Decoder::H265Decoder |
( |
| ) |
|
|
default |
◆ ~H265Decoder()
apollo::drivers::video::H265Decoder::~H265Decoder |
( |
| ) |
|
|
inline |
◆ GetCodecCtxH265()
AVCodecContext* apollo::drivers::video::H265Decoder::GetCodecCtxH265 |
( |
| ) |
const |
|
inline |
◆ Init()
bool apollo::drivers::video::H265Decoder::Init |
( |
| ) |
|
◆ Process()
DecodingResult apollo::drivers::video::H265Decoder::Process |
( |
const uint8_t * |
indata, |
|
|
const int32_t |
insize, |
|
|
std::vector< uint8_t > * |
outdata |
|
) |
| const |
The documentation for this class was generated from the following file: