Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
VDPAU::CVideoSurfaces Class Reference

#include <VDPAU.h>

Public Member Functions

void AddSurface (VdpVideoSurface surf)
 
void ClearReference (VdpVideoSurface surf)
 
bool MarkRender (VdpVideoSurface surf)
 
void ClearRender (VdpVideoSurface surf)
 
bool IsValid (VdpVideoSurface surf)
 
VdpVideoSurface GetFree (VdpVideoSurface surf)
 
VdpVideoSurface RemoveNext (bool skiprender=false)
 
void Reset ()
 
int Size ()
 

Protected Attributes

std::map< VdpVideoSurface, intm_state
 
std::list< VdpVideoSurface > m_freeSurfaces
 
CCriticalSection m_section
 

Member Function Documentation

◆ AddSurface()

void CVideoSurfaces::AddSurface ( VdpVideoSurface surf)

◆ ClearReference()

void CVideoSurfaces::ClearReference ( VdpVideoSurface surf)

◆ ClearRender()

void CVideoSurfaces::ClearRender ( VdpVideoSurface surf)

◆ GetFree()

VdpVideoSurface CVideoSurfaces::GetFree ( VdpVideoSurface surf)

◆ IsValid()

bool CVideoSurfaces::IsValid ( VdpVideoSurface surf)

◆ MarkRender()

bool CVideoSurfaces::MarkRender ( VdpVideoSurface surf)

◆ RemoveNext()

VdpVideoSurface CVideoSurfaces::RemoveNext ( bool skiprender = false)

◆ Reset()

void CVideoSurfaces::Reset ( )

◆ Size()

int CVideoSurfaces::Size ( )

Member Data Documentation

◆ m_freeSurfaces

std::list<VdpVideoSurface> VDPAU::CVideoSurfaces::m_freeSurfaces
protected

◆ m_section

CCriticalSection VDPAU::CVideoSurfaces::m_section
protected

◆ m_state

std::map<VdpVideoSurface, int> VDPAU::CVideoSurfaces::m_state
protected

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