Created by the British Broadcasting Corporation.
#include <common.h>
dirac::SeqParams::SeqParams | ( | const VideoFormat & | video_format = VIDEO_FORMAT_CUSTOM , |
|
bool | set_defaults = true | |||
) |
int dirac::SeqParams::Xl | ( | ) | const [inline] |
References m_xl.
int dirac::SeqParams::Yl | ( | ) | const [inline] |
References m_yl.
ChromaFormat dirac::SeqParams::CFormat | ( | ) | const [inline] |
References m_cformat.
int dirac::SeqParams::ChromaWidth | ( | ) | const |
int dirac::SeqParams::ChromaHeight | ( | ) | const |
int dirac::SeqParams::BitstreamVersion | ( | ) | const [inline] |
References m_bs_ver.
VideoFormat dirac::SeqParams::GetVideoFormat | ( | ) | const [inline] |
References m_video_format.
int dirac::SeqParams::GetVideoDepth | ( | ) | const [inline] |
References m_video_depth.
void dirac::SeqParams::SetXl | ( | int | xlen | ) | [inline] |
References m_xl.
void dirac::SeqParams::SetYl | ( | int | ylen | ) | [inline] |
References m_yl.
void dirac::SeqParams::SetCFormat | ( | ChromaFormat | cf | ) | [inline] |
References m_cformat.
void dirac::SeqParams::SetVideoDepth | ( | int | vd | ) | [inline] |
References m_video_depth.
void dirac::SeqParams::SetBitstreamVersion | ( | int | bs_ver | ) | [inline] |
References m_bs_ver.
int dirac::SeqParams::m_xl [private] |
int dirac::SeqParams::m_yl [private] |
ChromaFormat dirac::SeqParams::m_cformat [private] |
Referenced by CFormat(), and SetCFormat().
unsigned char dirac::SeqParams::m_bs_ver [private] |
Referenced by BitstreamVersion(), and SetBitstreamVersion().
VideoFormat dirac::SeqParams::m_video_format [private] |
Referenced by GetVideoFormat().
int dirac::SeqParams::m_video_depth [private] |
Referenced by GetVideoDepth(), and SetVideoDepth().
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.