ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
MPEGSequenceInfo Struct Reference

#include <libmpeg.h>

Data Fields

int m_Width
 
int m_Height
 
int m_FrameCnt
 
int m_Profile
 
int m_Level
 
int m_ChromaFmt
 
int m_VideoFmt
 
int m_fEOF
 
int m_MSPerFrame
 

Detailed Description

Definition at line 44 of file libmpeg.h.

Field Documentation

◆ m_ChromaFmt

int MPEGSequenceInfo::m_ChromaFmt

Definition at line 50 of file libmpeg.h.

Referenced by _ext_seq(), and MPEG_Initialize().

◆ m_fEOF

int MPEGSequenceInfo::m_fEOF

Definition at line 52 of file libmpeg.h.

Referenced by MPEG_Initialize().

◆ m_FrameCnt

int MPEGSequenceInfo::m_FrameCnt

Definition at line 47 of file libmpeg.h.

Referenced by _get_first_picture(), _get_next_picture(), and MPEG_Initialize().

◆ m_Height

int MPEGSequenceInfo::m_Height

Definition at line 46 of file libmpeg.h.

Referenced by _ext_seq(), _init_seq(), and _seq_header().

◆ m_Level

int MPEGSequenceInfo::m_Level

Definition at line 49 of file libmpeg.h.

Referenced by _ext_seq(), and MPEG_Initialize().

◆ m_MSPerFrame

int MPEGSequenceInfo::m_MSPerFrame

Definition at line 53 of file libmpeg.h.

Referenced by _ext_seq(), and _seq_header().

◆ m_Profile

int MPEGSequenceInfo::m_Profile

Definition at line 48 of file libmpeg.h.

Referenced by _ext_seq(), and MPEG_Initialize().

◆ m_VideoFmt

int MPEGSequenceInfo::m_VideoFmt

Definition at line 51 of file libmpeg.h.

Referenced by _ext_seq_dsp(), and MPEG_Initialize().

◆ m_Width

int MPEGSequenceInfo::m_Width

Definition at line 45 of file libmpeg.h.

Referenced by _ext_seq(), _init_seq(), and _seq_header().


The documentation for this struct was generated from the following file: