Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CStarfishVideoBuffer Class Referencefinal

#include <VideoBufferStarfish.h>

Inheritance diagram for CStarfishVideoBuffer:
CVideoBuffer

Public Member Functions

 CStarfishVideoBuffer ()
 
AVPixelFormat GetFormat () override
 
std::unique_ptr< AcbHandle > & GetAcbHandle () noexcept
 
std::unique_ptr< AcbHandle > & CreateAcbHandle ()
 
void ResetAcbHandle ()
 
- Public Member Functions inherited from CVideoBuffer
 CVideoBuffer ()=delete
 
virtual ~CVideoBuffer ()=default
 
void Acquire ()
 
void Acquire (std::shared_ptr< IVideoBufferPool > pool)
 
void Release ()
 
int GetId () const
 
virtual uint8_tGetMemPtr ()
 
virtual void GetPlanes (uint8_t *(&planes)[YuvImage::MAX_PLANES])
 
virtual void GetStrides (int(&strides)[YuvImage::MAX_PLANES])
 
virtual void SetPixelFormat (const AVPixelFormat pixFormat)
 
virtual void SetDimensions (int width, int height, const int(&strides)[YuvImage::MAX_PLANES])
 
virtual void SetDimensions (int width, int height, const int(&strides)[YuvImage::MAX_PLANES], const int(&planeOffsets)[YuvImage::MAX_PLANES])
 

Additional Inherited Members

- Static Public Member Functions inherited from CVideoBuffer
static bool CopyPicture (YuvImage *pDst, YuvImage *pSrc)
 
static bool CopyNV12Picture (YuvImage *pDst, YuvImage *pSrc)
 
static bool CopyYUV422PackedPicture (YuvImage *pDst, YuvImage *pSrc)
 
- Protected Member Functions inherited from CVideoBuffer
 CVideoBuffer (int id)
 
- Protected Attributes inherited from CVideoBuffer
AVPixelFormat m_pixFormat = AV_PIX_FMT_NONE
 
std::atomic_int m_refCount
 
int m_id
 
std::shared_ptr< IVideoBufferPoolm_pool
 

Constructor & Destructor Documentation

◆ CStarfishVideoBuffer()

CStarfishVideoBuffer::CStarfishVideoBuffer ( )
explicit

Member Function Documentation

◆ CreateAcbHandle()

std::unique_ptr< AcbHandle > & CStarfishVideoBuffer::CreateAcbHandle ( )

◆ GetAcbHandle()

std::unique_ptr< AcbHandle > & CStarfishVideoBuffer::GetAcbHandle ( )
noexcept

◆ GetFormat()

AVPixelFormat CStarfishVideoBuffer::GetFormat ( )
overridevirtual

Reimplemented from CVideoBuffer.

◆ ResetAcbHandle()

void CStarfishVideoBuffer::ResetAcbHandle ( )

The documentation for this class was generated from the following files: