#include <videorescaler.h>
|
| | VideoRescaler () |
| |
| | VideoRescaler (int dstWidth, int dstHeight, PixelFormat dstPixelFormat, int srcWidth, int srcHeight, PixelFormat srcPixelFormat, int32_t flags=SwsFlagAuto) |
| |
| | VideoRescaler (int m_dstWidth, int m_dstHeight, PixelFormat m_dstPixelFormat, int32_t flags=SwsFlagAuto) |
| |
| | VideoRescaler (const VideoRescaler &other) |
| |
| | VideoRescaler (VideoRescaler &&other) |
| |
| | ~VideoRescaler () |
| |
| VideoRescaler & | operator= (const VideoRescaler &rhs) |
| |
| VideoRescaler & | operator= (VideoRescaler &&rhs) |
| |
| int | dstWidth () const |
| |
| int | dstHeight () const |
| |
| PixelFormat | dstPixelFormat () |
| |
| int | srcWidth () const |
| |
| int | srcHeight () const |
| |
| PixelFormat | srcPixelFormat () |
| |
| int32_t | flags () const |
| |
| void | rescale (VideoFrame &dst, const VideoFrame &src, OptionalErrorCode ec=throws()) |
| |
| VideoFrame | rescale (const VideoFrame &src, OptionalErrorCode ec=throws()) |
| |
| bool | isValid () const |
| |
| | FFWrapperPtr ()=default |
| |
| | FFWrapperPtr (SwsContext *raw) |
| |
| const SwsContext * | raw () const |
| |
| SwsContext * | raw () |
| |
| void | reset (SwsContext *raw=nullptr) |
| |
| bool | isNull () const |
| |
| void | _log (int level, const char *fmt) const |
| |
| void | _log (int level, const char *fmt, const Args &... args) const |
| |
◆ VideoRescaler() [1/5]
| av::VideoRescaler::VideoRescaler |
( |
| ) |
|
◆ VideoRescaler() [2/5]
| av::VideoRescaler::VideoRescaler |
( |
int |
dstWidth, |
|
|
int |
dstHeight, |
|
|
PixelFormat |
dstPixelFormat, |
|
|
int |
srcWidth, |
|
|
int |
srcHeight, |
|
|
PixelFormat |
srcPixelFormat, |
|
|
int32_t |
flags = SwsFlagAuto |
|
) |
| |
◆ VideoRescaler() [3/5]
| av::VideoRescaler::VideoRescaler |
( |
int |
m_dstWidth, |
|
|
int |
m_dstHeight, |
|
|
PixelFormat |
m_dstPixelFormat, |
|
|
int32_t |
flags = SwsFlagAuto |
|
) |
| |
◆ VideoRescaler() [4/5]
◆ VideoRescaler() [5/5]
◆ ~VideoRescaler()
| av::VideoRescaler::~VideoRescaler |
( |
| ) |
|
◆ dstHeight()
| int av::VideoRescaler::dstHeight |
( |
| ) |
const |
|
inline |
◆ dstPixelFormat()
◆ dstWidth()
| int av::VideoRescaler::dstWidth |
( |
| ) |
const |
|
inline |
◆ flags()
| int32_t av::VideoRescaler::flags |
( |
| ) |
const |
|
inline |
◆ isValid()
| bool av::VideoRescaler::isValid |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ rescale() [1/2]
◆ rescale() [2/2]
◆ srcHeight()
| int av::VideoRescaler::srcHeight |
( |
| ) |
const |
|
inline |
◆ srcPixelFormat()
◆ srcWidth()
| int av::VideoRescaler::srcWidth |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: