Video::VideoDecoder Member List

This is the complete list of members for Video::VideoDecoder, including all inherited members.

dequeue_frame() noexcept override (defined in Video::VideoDecoder)Video::VideoDecodervirtual
dts_per_flicks (defined in Video::VideoMetadata)Video::VideoMetadata
duration() const noexcept (defined in Video::VideoDecoder)Video::VideoDecoder
enqueue_frame(const AVPacket *pkt) noexcept (defined in Video::LibAVDecoder)Video::LibAVDecoder
file() const noexcept (defined in Video::VideoDecoder)Video::VideoDecoderinline
flicks_per_dts (defined in Video::VideoMetadata)Video::VideoMetadata
fps (defined in Video::VideoMetadata)Video::VideoMetadata
height (defined in Video::ImageFormat)Video::ImageFormat
init_codec_context(const AVCodec *codec, AVBufferRef *hw_dev_ctx, const AVStream *stream, std::function< void(AVCodecContext &)> setup) (defined in Video::LibAVDecoder)Video::LibAVDecoder
init_scaler(VideoInterface &self) noexcept (defined in Video::LibAVDecoder)Video::LibAVDecoder
load(const std::string &inputFile) noexcept (defined in Video::VideoDecoder)Video::VideoDecoder
load_packet_in_frame(const AVPacket &packet, AVFrame &frame) (defined in Video::LibAVDecoder)Video::LibAVDecoder
m_avstream (defined in Video::LibAVDecoder)Video::LibAVDecoder
m_codec (defined in Video::LibAVDecoder)Video::LibAVDecoder
m_codecContext (defined in Video::LibAVDecoder)Video::LibAVDecoder
m_conf (defined in Video::LibAVDecoder)Video::LibAVDecoder
m_finished (defined in Video::LibAVDecoder)Video::LibAVDecoder
m_formatContext (defined in Video::LibAVDecoder)Video::LibAVDecoder
m_frames (defined in Video::LibAVDecoder)Video::LibAVDecoder
m_rescale (defined in Video::LibAVDecoder)Video::LibAVDecoder
open(const std::string &inputFile) noexcept (defined in Video::VideoDecoder)Video::VideoDecoder
open_codec_context(VideoInterface &self, const AVStream *stream, std::function< void(AVCodecContext &)> setup) (defined in Video::LibAVDecoder)Video::LibAVDecoder
open_hwdec(const AVCodec &) noexcept (defined in Video::LibAVDecoder)Video::LibAVDecoder
pixel_format (defined in Video::ImageFormat)Video::ImageFormat
read_one_frame(AVPacket &packet) (defined in Video::LibAVDecoder)Video::LibAVDecoder
read_one_frame_avcodec(AVPacket &packet) (defined in Video::LibAVDecoder)Video::LibAVDecoder
read_one_frame_raw(AVPacket &packet) (defined in Video::LibAVDecoder)Video::LibAVDecoder
realTime (defined in Video::VideoMetadata)Video::VideoMetadata
release_frame(AVFrame *) noexcept override (defined in Video::VideoDecoder)Video::VideoDecodervirtual
seek(int64_t flicks) (defined in Video::VideoDecoder)Video::VideoDecoder
VideoDecoder(DecoderConfiguration) noexcept (defined in Video::VideoDecoder)Video::VideoDecoderexplicit
width (defined in Video::ImageFormat)Video::ImageFormat
~VideoDecoder() noexcept (defined in Video::VideoDecoder)Video::VideoDecoder
~VideoInterface() (defined in Video::VideoInterface)Video::VideoInterfacevirtual