ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#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 |
int MPEGSequenceInfo::m_ChromaFmt |
Definition at line 50 of file libmpeg.h.
Referenced by _ext_seq(), and MPEG_Initialize().
int MPEGSequenceInfo::m_fEOF |
Definition at line 52 of file libmpeg.h.
Referenced by MPEG_Initialize().
int MPEGSequenceInfo::m_FrameCnt |
Definition at line 47 of file libmpeg.h.
Referenced by _get_first_picture(), _get_next_picture(), and MPEG_Initialize().
int MPEGSequenceInfo::m_Height |
Definition at line 46 of file libmpeg.h.
Referenced by _ext_seq(), _init_seq(), and _seq_header().
int MPEGSequenceInfo::m_Level |
Definition at line 49 of file libmpeg.h.
Referenced by _ext_seq(), and MPEG_Initialize().
int MPEGSequenceInfo::m_MSPerFrame |
Definition at line 53 of file libmpeg.h.
Referenced by _ext_seq(), and _seq_header().
int MPEGSequenceInfo::m_Profile |
Definition at line 48 of file libmpeg.h.
Referenced by _ext_seq(), and MPEG_Initialize().
int MPEGSequenceInfo::m_VideoFmt |
Definition at line 51 of file libmpeg.h.
Referenced by _ext_seq_dsp(), and MPEG_Initialize().
int MPEGSequenceInfo::m_Width |
Definition at line 45 of file libmpeg.h.
Referenced by _ext_seq(), _init_seq(), and _seq_header().