#include <exportthread.h>
void ExportThread::Cleanup |
( |
| ) |
|
|
private |
bool ExportThread::Encode |
( |
AVFormatContext * |
ofmt_ctx, |
|
|
AVCodecContext * |
codec_ctx, |
|
|
AVFrame * |
frame, |
|
|
AVPacket * |
packet, |
|
|
AVStream * |
stream |
|
) |
| |
|
private |
void ExportThread::Export |
( |
| ) |
|
|
private |
const QString & ExportThread::GetError |
( |
| ) |
|
void ExportThread::Interrupt |
( |
| ) |
|
|
slot |
void ExportThread::play_wake |
( |
| ) |
|
|
slot |
void ExportThread::ProgressChanged |
( |
int |
value, |
|
|
qint64 |
remaining_ms |
|
) |
| |
|
signal |
void ExportThread::run |
( |
| ) |
|
|
overridevirtual |
bool ExportThread::SetupAudio |
( |
| ) |
|
|
private |
bool ExportThread::SetupContainer |
( |
| ) |
|
|
private |
bool ExportThread::SetupVideo |
( |
| ) |
|
|
private |
void ExportThread::wake |
( |
| ) |
|
|
privateslot |
bool ExportThread::WasInterrupted |
( |
| ) |
|
AVCodec* ExportThread::acodec |
|
private |
AVCodecContext* ExportThread::acodec_ctx |
|
private |
int ExportThread::aframe_bytes |
|
private |
bool ExportThread::apkt_alloc |
|
private |
AVFrame* ExportThread::audio_frame |
|
private |
AVPacket ExportThread::audio_pkt |
|
private |
AVStream* ExportThread::audio_stream |
|
private |
char* ExportThread::c_filename |
|
private |
QString ExportThread::export_error |
|
private |
AVFormatContext* ExportThread::fmt_ctx |
|
private |
bool ExportThread::interrupt_ |
|
private |
QMutex ExportThread::mutex |
|
private |
QOffscreenSurface ExportThread::surface |
|
private |
SwrContext* ExportThread::swr_ctx |
|
private |
AVFrame* ExportThread::swr_frame |
|
private |
SwsContext* ExportThread::sws_ctx |
|
private |
AVFrame* ExportThread::sws_frame |
|
private |
AVCodec* ExportThread::vcodec |
|
private |
AVCodecContext* ExportThread::vcodec_ctx |
|
private |
AVFrame* ExportThread::video_frame |
|
private |
AVPacket ExportThread::video_pkt |
|
private |
AVStream* ExportThread::video_stream |
|
private |
bool ExportThread::vpkt_alloc |
|
private |
QWaitCondition ExportThread::waitCond |
|
private |
bool ExportThread::waiting_for_audio_ |
|
private |
The documentation for this class was generated from the following files: