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

#include <VC1BitstreamParser.h>

Public Member Functions

 CVC1BitstreamParser ()
 
 ~CVC1BitstreamParser ()=default
 
void Reset ()
 
bool IsRecoveryPoint (const uint8_t *buf, int buf_size)
 
bool IsIFrame (const uint8_t *buf, int buf_size)
 

Protected Member Functions

bool vc1_parse_frame (const uint8_t *buf, const uint8_t *buf_end, bool sequenceOnly)
 

Constructor & Destructor Documentation

◆ CVC1BitstreamParser()

CVC1BitstreamParser::CVC1BitstreamParser ( )

◆ ~CVC1BitstreamParser()

CVC1BitstreamParser::~CVC1BitstreamParser ( )
default

Member Function Documentation

◆ IsIFrame()

bool CVC1BitstreamParser::IsIFrame ( const uint8_t * buf,
int buf_size )
inline

◆ IsRecoveryPoint()

bool CVC1BitstreamParser::IsRecoveryPoint ( const uint8_t * buf,
int buf_size )
inline

◆ Reset()

void CVC1BitstreamParser::Reset ( )

◆ vc1_parse_frame()

bool CVC1BitstreamParser::vc1_parse_frame ( const uint8_t * buf,
const uint8_t * buf_end,
bool sequenceOnly )
protected

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