BitsPerPixel(VideoFrameType Type) | MythVideoFrame | inlinestatic |
ClearBufferToBlank() | MythVideoFrame | |
ClearMetadata() | MythVideoFrame | |
ColorDepth(int Format) | MythVideoFrame | inlinestatic |
CopyFrame(MythVideoFrame *From) | MythVideoFrame | |
CopyPlane(uint8_t *To, int ToPitch, const uint8_t *From, int FromPitch, int PlaneWidth, int PlaneHeight) | MythVideoFrame | static |
CreateBuffer(VideoFrameType Type, int Width, int Height) | MythVideoFrame | static |
DeinterlacerName(MythDeintType Deint, bool DoubleRate, VideoFrameType Format=FMT_NONE) | MythVideoFrame | static |
DeinterlacerPref(MythDeintType Deint) | MythVideoFrame | static |
FormatDescription(VideoFrameType Type) | MythVideoFrame | static |
FormatIs420(VideoFrameType Type) | MythVideoFrame | inlinestatic |
FormatIs422(VideoFrameType Type) | MythVideoFrame | inlinestatic |
FormatIs444(VideoFrameType Type) | MythVideoFrame | inlinestatic |
FormatIsNV12(VideoFrameType Type) | MythVideoFrame | inlinestatic |
FormatIsRGB(VideoFrameType Type) | MythVideoFrame | inlinestatic |
GetAlignedBuffer(size_t Size) | MythVideoFrame | static |
GetBufferSize(VideoFrameType Type, int Width, int Height, int Aligned=MYTH_WIDTH_ALIGNMENT) | MythVideoFrame | static |
GetDeinterlacer(MythDeintType Option) | MythVideoFrame | privatestatic |
GetDoubleRateOption(MythDeintType Type, MythDeintType Override=DEINT_NONE) const | MythVideoFrame | |
GetHeightForPlane(VideoFrameType Type, int Height, uint Plane) | MythVideoFrame | inlinestatic |
GetNumPlanes(VideoFrameType Type) | MythVideoFrame | inlinestatic |
GetPitchForPlane(VideoFrameType Type, int Width, uint Plane) | MythVideoFrame | inlinestatic |
GetSingleRateOption(MythDeintType Type, MythDeintType Override=DEINT_NONE) const | MythVideoFrame | |
GetWidthForPlane(VideoFrameType Type, int Width, uint Plane) | MythVideoFrame | inlinestatic |
HardwareFormat(VideoFrameType Type) | MythVideoFrame | inlinestatic |
HardwareFramesFormat(VideoFrameType Type) | MythVideoFrame | inlinestatic |
Init(VideoFrameType Type, int Width, int Height, const VideoFrameTypes *RenderFormats=nullptr) | MythVideoFrame | |
Init(VideoFrameType Type, uint8_t *Buffer, size_t BufferSize, int Width, int Height, const VideoFrameTypes *RenderFormats=nullptr, int Alignment=MYTH_WIDTH_ALIGNMENT) | MythVideoFrame | |
kDefaultRenderFormats | MythVideoFrame | inlinestatic |
m_alreadyDeinterlaced | MythVideoFrame | |
m_aspect | MythVideoFrame | |
m_bitsPerPixel | MythVideoFrame | |
m_buffer | MythVideoFrame | |
m_bufferSize | MythVideoFrame | |
m_chromalocation | MythVideoFrame | |
m_colorprimaries | MythVideoFrame | |
m_colorrange | MythVideoFrame | |
m_colorshifted | MythVideoFrame | |
m_colorspace | MythVideoFrame | |
m_colortransfer | MythVideoFrame | |
m_deinterlaceAllowed | MythVideoFrame | |
m_deinterlaceDouble | MythVideoFrame | |
m_deinterlaceInuse | MythVideoFrame | |
m_deinterlaceInuse2x | MythVideoFrame | |
m_deinterlaceSingle | MythVideoFrame | |
m_directRendering | MythVideoFrame | |
m_displayed | MythVideoFrame | |
m_displayTimecode | MythVideoFrame | |
m_dstRect | MythVideoFrame | |
m_dummy | MythVideoFrame | |
m_forceKey | MythVideoFrame | |
m_frameCounter | MythVideoFrame | |
m_frameNumber | MythVideoFrame | |
m_frameRate | MythVideoFrame | |
m_hdrMetadata | MythVideoFrame | |
m_height | MythVideoFrame | |
m_interlaced | MythVideoFrame | |
m_interlacedReverse | MythVideoFrame | |
m_newGOP | MythVideoFrame | |
m_offsets | MythVideoFrame | |
m_pauseFrame | MythVideoFrame | |
m_pitches | MythVideoFrame | |
m_pixFmt | MythVideoFrame | |
m_priv | MythVideoFrame | |
m_renderFormats | MythVideoFrame | |
m_repeatPic | MythVideoFrame | |
m_rotation | MythVideoFrame | |
m_srcRect | MythVideoFrame | |
m_stereo3D | MythVideoFrame | |
m_swPixFmt | MythVideoFrame | |
m_timecode | MythVideoFrame | |
m_topFieldFirst | MythVideoFrame | |
m_type | MythVideoFrame | |
m_width | MythVideoFrame | |
MythVideoFrame()=default | MythVideoFrame | |
MythVideoFrame(VideoFrameType Type, int Width, int Height, const VideoFrameTypes *RenderFormats=nullptr) | MythVideoFrame | |
MythVideoFrame(VideoFrameType Type, uint8_t *Buffer, size_t BufferSize, int Width, int Height, const VideoFrameTypes *RenderFormats=nullptr, int Alignment=MYTH_WIDTH_ALIGNMENT) | MythVideoFrame | |
PackedFormat(VideoFrameType Type) | MythVideoFrame | inlinestatic |
ParseDeinterlacer(const QString &Deinterlacer) | MythVideoFrame | static |
YUVFormat(VideoFrameType Type) | MythVideoFrame | inlinestatic |
~MythVideoFrame() | MythVideoFrame | |