Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qffmpegvideoencoderutils_p.h File Reference
#include "qffmpeg_p.h"
#include "qffmpeghwaccel_p.h"
+ Include dependency graph for qffmpegvideoencoderutils_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QFFmpeg
 

Functions

AVPixelFormat QFFmpeg::findTargetSWFormat (AVPixelFormat sourceSWFormat, const HWAccel &accel)
 
AVPixelFormat QFFmpeg::findTargetFormat (AVPixelFormat sourceFormat, AVPixelFormat sourceSWFormat, const AVCodec *codec, const HWAccel *accel)
 
std::pair< const AVCodec *, std::unique_ptr< HWAccel > > QFFmpeg::findHwEncoder (AVCodecID codecID, const QSize &sourceSize)
 
const AVCodec * QFFmpeg::findSwEncoder (AVCodecID codecID, AVPixelFormat sourceFormat, AVPixelFormat sourceSWFormat)