![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <DVDVideoCodecAmlogic.h>
Public Member Functions | |
CAMLVideoBuffer (int id) | |
void | Set (CDVDVideoCodecAmlogic *codec, std::shared_ptr< CAMLCodec > amlcodec, int omxPts, int amlDuration, uint32_t bufferIndex) |
![]() | |
CVideoBuffer ()=delete | |
virtual | ~CVideoBuffer ()=default |
void | Acquire () |
void | Acquire (std::shared_ptr< IVideoBufferPool > pool) |
void | Release () |
int | GetId () const |
virtual AVPixelFormat | GetFormat () |
virtual uint8_t * | GetMemPtr () |
virtual void | GetPlanes (uint8_t *(&planes)[YuvImage::MAX_PLANES]) |
virtual void | GetStrides (int(&strides)[YuvImage::MAX_PLANES]) |
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]) |
Public Attributes | |
CDVDVideoCodecAmlogic * | m_codec |
std::shared_ptr< CAMLCodec > | m_amlCodec |
int | m_omxPts |
int | m_amlDuration |
uint32_t | m_bufferIndex |
Additional Inherited Members | |
![]() | |
static bool | CopyPicture (YuvImage *pDst, YuvImage *pSrc) |
static bool | CopyNV12Picture (YuvImage *pDst, YuvImage *pSrc) |
static bool | CopyYUV422PackedPicture (YuvImage *pDst, YuvImage *pSrc) |
![]() | |
CVideoBuffer (int id) | |
![]() | |
AVPixelFormat | m_pixFormat = AV_PIX_FMT_NONE |
std::atomic_int | m_refCount |
int | m_id |
std::shared_ptr< IVideoBufferPool > | m_pool |
|
inline |
|
inline |
std::shared_ptr<CAMLCodec> CAMLVideoBuffer::m_amlCodec |
int CAMLVideoBuffer::m_amlDuration |
uint32_t CAMLVideoBuffer::m_bufferIndex |
CDVDVideoCodecAmlogic* CAMLVideoBuffer::m_codec |
int CAMLVideoBuffer::m_omxPts |