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] |
int dirac::SeqParams::Yl | ( | ) | const [inline] |
ChromaFormat dirac::SeqParams::CFormat | ( | ) | const [inline] |
int dirac::SeqParams::ChromaWidth | ( | ) | const |
int dirac::SeqParams::ChromaHeight | ( | ) | const |
int dirac::SeqParams::BitstreamVersion | ( | ) | const [inline] |
VideoFormat dirac::SeqParams::GetVideoFormat | ( | ) | const [inline] |
int dirac::SeqParams::GetVideoDepth | ( | ) | const [inline] |
void dirac::SeqParams::SetXl | ( | int | xlen | ) | [inline] |
void dirac::SeqParams::SetYl | ( | int | ylen | ) | [inline] |
void dirac::SeqParams::SetCFormat | ( | ChromaFormat | cf | ) | [inline] |
void dirac::SeqParams::SetVideoDepth | ( | int | vd | ) | [inline] |
void dirac::SeqParams::SetBitstreamVersion | ( | int | bs_ver | ) | [inline] |
int dirac::SeqParams::m_xl [private] |
int dirac::SeqParams::m_yl [private] |
ChromaFormat dirac::SeqParams::m_cformat [private] |
unsigned char dirac::SeqParams::m_bs_ver [private] |
VideoFormat dirac::SeqParams::m_video_format [private] |
int dirac::SeqParams::m_video_depth [private] |
© 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.