#include <VideoBuffer.h>
◆ ~CVideoBufferPoolSysMem()
CVideoBufferPoolSysMem::~CVideoBufferPoolSysMem |
( |
| ) |
|
|
override |
◆ Configure()
void CVideoBufferPoolSysMem::Configure |
( |
AVPixelFormat | format, |
|
|
int | size ) |
|
overridevirtual |
◆ CreatePool()
◆ Discard()
◆ Get()
◆ IsCompatible()
bool CVideoBufferPoolSysMem::IsCompatible |
( |
AVPixelFormat | format, |
|
|
int | size ) |
|
overridevirtual |
◆ IsConfigured()
bool CVideoBufferPoolSysMem::IsConfigured |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Return()
void CVideoBufferPoolSysMem::Return |
( |
int | id | ) |
|
|
overridevirtual |
◆ m_all
◆ m_bm
◆ m_cbDispose
◆ m_configured
bool CVideoBufferPoolSysMem::m_configured = false |
|
protected |
◆ m_critSection
CCriticalSection CVideoBufferPoolSysMem::m_critSection |
|
protected |
◆ m_free
std::deque<int> CVideoBufferPoolSysMem::m_free |
|
protected |
◆ m_height
int CVideoBufferPoolSysMem::m_height = 0 |
|
protected |
◆ m_pixFormat
AVPixelFormat CVideoBufferPoolSysMem::m_pixFormat = AV_PIX_FMT_NONE |
|
protected |
◆ m_size
int CVideoBufferPoolSysMem::m_size = 0 |
|
protected |
◆ m_used
std::deque<int> CVideoBufferPoolSysMem::m_used |
|
protected |
◆ m_width
int CVideoBufferPoolSysMem::m_width = 0 |
|
protected |
The documentation for this class was generated from the following files: