avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
This is the complete list of members for av::VideoRescaler, including all inherited members.
_log(int level, const char *fmt) const | FFWrapperPtr< SwsContext > | inline |
_log(int level, const char *fmt, const Args &... args) const | FFWrapperPtr< SwsContext > | inline |
dstHeight() const | av::VideoRescaler | inline |
dstPixelFormat() | av::VideoRescaler | inline |
dstWidth() const | av::VideoRescaler | inline |
FFWrapperPtr()=default | FFWrapperPtr< SwsContext > | |
FFWrapperPtr(SwsContext *raw) | FFWrapperPtr< SwsContext > | inlineexplicit |
flags() const | av::VideoRescaler | inline |
isNull() const | FFWrapperPtr< SwsContext > | inline |
isValid() const | av::VideoRescaler | |
m_raw | FFWrapperPtr< SwsContext > | protected |
noncopyable()=default | av::noncopyable | protected |
noncopyable(const noncopyable &)=delete | av::noncopyable | protected |
operator=(const VideoRescaler &rhs) | av::VideoRescaler | |
operator=(VideoRescaler &&rhs) | av::VideoRescaler | |
av::noncopyable::operator=(const noncopyable &)=delete | av::noncopyable | protected |
raw() const | FFWrapperPtr< SwsContext > | inline |
raw() | FFWrapperPtr< SwsContext > | inline |
rescale(VideoFrame &dst, const VideoFrame &src, OptionalErrorCode ec=throws()) | av::VideoRescaler | |
rescale(const VideoFrame &src, OptionalErrorCode ec=throws()) | av::VideoRescaler | |
reset(SwsContext *raw=nullptr) | FFWrapperPtr< SwsContext > | inline |
srcHeight() const | av::VideoRescaler | inline |
srcPixelFormat() | av::VideoRescaler | inline |
srcWidth() const | av::VideoRescaler | inline |
VideoRescaler() | av::VideoRescaler | |
VideoRescaler(int dstWidth, int dstHeight, PixelFormat dstPixelFormat, int srcWidth, int srcHeight, PixelFormat srcPixelFormat, int32_t flags=SwsFlagAuto) | av::VideoRescaler | |
VideoRescaler(int m_dstWidth, int m_dstHeight, PixelFormat m_dstPixelFormat, int32_t flags=SwsFlagAuto) | av::VideoRescaler | |
VideoRescaler(const VideoRescaler &other) | av::VideoRescaler | |
VideoRescaler(VideoRescaler &&other) | av::VideoRescaler | |
~VideoRescaler() | av::VideoRescaler |