![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Public Member Functions | |
| FFmpegStuffEnc () | |
Public Attributes | |
| AVFormatContext * | formatContext |
| AVCodecContext * | codecContext |
| AVStream * | videoStream |
| AVFrame * | frame |
| SwsContext * | swsContext |
Definition at line 32 of file QVideoEncoder.cpp.
|
inline |
Definition at line 39 of file QVideoEncoder.cpp.
| AVCodecContext* FFmpegStuffEnc::codecContext |
Definition at line 34 of file QVideoEncoder.cpp.
Referenced by QVideoEncoder::close(), QVideoEncoder::encodeImage(), QVideoEncoder::initFrame(), QVideoEncoder::open(), and write_frame().
| AVFormatContext* FFmpegStuffEnc::formatContext |
Definition at line 33 of file QVideoEncoder.cpp.
Referenced by QVideoEncoder::close(), QVideoEncoder::open(), and write_frame().
| AVFrame* FFmpegStuffEnc::frame |
Definition at line 36 of file QVideoEncoder.cpp.
Referenced by QVideoEncoder::convertImage_sws(), QVideoEncoder::encodeImage(), QVideoEncoder::freeFrame(), and QVideoEncoder::initFrame().
| SwsContext* FFmpegStuffEnc::swsContext |
Definition at line 37 of file QVideoEncoder.cpp.
Referenced by QVideoEncoder::convertImage_sws().
| AVStream* FFmpegStuffEnc::videoStream |
Definition at line 35 of file QVideoEncoder.cpp.
Referenced by QVideoEncoder::open(), and write_frame().