Created by the British Broadcasting Corporation.
#include <common.h>
dirac::SourceParams::SourceParams | ( | const VideoFormat & | vf = VIDEO_FORMAT_CUSTOM , |
|
bool | set_defaults = true | |||
) |
VideoFormat dirac::SourceParams::GetVideoFormat | ( | ) | const [inline] |
unsigned int dirac::SourceParams::Xl | ( | ) | const [inline] |
unsigned int dirac::SourceParams::Yl | ( | ) | const [inline] |
ChromaFormat dirac::SourceParams::CFormat | ( | ) | const [inline] |
int dirac::SourceParams::ChromaWidth | ( | ) | const |
int dirac::SourceParams::ChromaHeight | ( | ) | const |
unsigned int dirac::SourceParams::SourceSampling | ( | ) | const [inline] |
bool dirac::SourceParams::TopFieldFirst | ( | ) | const [inline] |
Rational dirac::SourceParams::FrameRate | ( | ) | const [inline] |
FrameRateType dirac::SourceParams::FrameRateIndex | ( | ) | const [inline] |
Rational dirac::SourceParams::PixelAspectRatio | ( | ) | const [inline] |
PixelAspectRatioType dirac::SourceParams::PixelAspectRatioIndex | ( | ) | const [inline] |
unsigned int dirac::SourceParams::CleanWidth | ( | ) | const [inline] |
unsigned int dirac::SourceParams::CleanHeight | ( | ) | const [inline] |
unsigned int dirac::SourceParams::LeftOffset | ( | ) | const [inline] |
unsigned int dirac::SourceParams::TopOffset | ( | ) | const [inline] |
SignalRangeType dirac::SourceParams::SignalRangeIndex | ( | ) | const [inline] |
unsigned int dirac::SourceParams::LumaOffset | ( | ) | const [inline] |
unsigned int dirac::SourceParams::LumaExcursion | ( | ) | const [inline] |
unsigned int dirac::SourceParams::ChromaOffset | ( | ) | const [inline] |
unsigned int dirac::SourceParams::ChromaExcursion | ( | ) | const [inline] |
unsigned int dirac::SourceParams::ColourSpecificationIndex | ( | ) | const [inline] |
ColourPrimaries dirac::SourceParams::ColourPrimariesIndex | ( | ) | const [inline] |
ColourMatrix dirac::SourceParams::ColourMatrixIndex | ( | ) | const [inline] |
TransferFunction dirac::SourceParams::TransferFunctionIndex | ( | ) | const [inline] |
void dirac::SourceParams::SetXl | ( | unsigned int | xlen | ) | [inline] |
void dirac::SourceParams::SetYl | ( | unsigned int | ylen | ) | [inline] |
void dirac::SourceParams::SetCFormat | ( | ChromaFormat | cf | ) | [inline] |
void dirac::SourceParams::SetSourceSampling | ( | unsigned int | source_sampling | ) | [inline] |
void dirac::SourceParams::SetTopFieldFirst | ( | bool | tff | ) | [inline] |
void dirac::SourceParams::SetVideoFormat | ( | VideoFormat | vf | ) | [inline] |
void dirac::SourceParams::SetFrameRate | ( | const Rational & | frate | ) | [inline] |
void dirac::SourceParams::SetFrameRate | ( | unsigned int | fr_num, | |
unsigned int | fr_denom | |||
) | [inline] |
void dirac::SourceParams::SetFrameRate | ( | FrameRateType | fr | ) |
void dirac::SourceParams::SetPixelAspectRatio | ( | const Rational & | pix_asr | ) | [inline] |
void dirac::SourceParams::SetPixelAspectRatio | ( | unsigned int | pix_as_num, | |
unsigned int | pix_as_denom | |||
) | [inline] |
void dirac::SourceParams::SetPixelAspectRatio | ( | PixelAspectRatioType | pixel_aspect_ratio | ) |
void dirac::SourceParams::SetCleanWidth | ( | unsigned int | clean_width | ) | [inline] |
void dirac::SourceParams::SetCleanHeight | ( | unsigned int | clean_height | ) | [inline] |
void dirac::SourceParams::SetLeftOffset | ( | unsigned int | left_offset | ) | [inline] |
void dirac::SourceParams::SetTopOffset | ( | unsigned int | top_offset | ) | [inline] |
void dirac::SourceParams::SetSignalRange | ( | SignalRangeType | sr | ) |
void dirac::SourceParams::SetLumaOffset | ( | unsigned int | luma_offset | ) | [inline] |
void dirac::SourceParams::SetLumaExcursion | ( | unsigned int | luma_exc | ) | [inline] |
void dirac::SourceParams::SetChromaOffset | ( | unsigned int | chroma_off | ) | [inline] |
void dirac::SourceParams::SetChromaExcursion | ( | unsigned int | chroma_exc | ) | [inline] |
void dirac::SourceParams::SetColourSpecification | ( | unsigned int | cs_idx | ) |
void dirac::SourceParams::SetColourPrimariesIndex | ( | unsigned int | cp | ) |
void dirac::SourceParams::SetColourMatrixIndex | ( | unsigned int | cm | ) |
void dirac::SourceParams::SetTransferFunctionIndex | ( | unsigned int | tf | ) |
unsigned int dirac::SourceParams::m_xl [private] |
unsigned int dirac::SourceParams::m_yl [private] |
ChromaFormat dirac::SourceParams::m_cformat [private] |
unsigned int dirac::SourceParams::m_source_sampling [private] |
bool dirac::SourceParams::m_topfieldfirst [private] |
FrameRateType dirac::SourceParams::m_fr_idx [private] |
Rational dirac::SourceParams::m_framerate [private] |
unsigned int dirac::SourceParams::m_clean_width [private] |
unsigned int dirac::SourceParams::m_clean_height [private] |
unsigned int dirac::SourceParams::m_left_offset [private] |
unsigned int dirac::SourceParams::m_top_offset [private] |
SignalRangeType dirac::SourceParams::m_sr_idx [private] |
unsigned int dirac::SourceParams::m_luma_offset [private] |
unsigned int dirac::SourceParams::m_luma_excursion [private] |
unsigned int dirac::SourceParams::m_chroma_offset [private] |
unsigned int dirac::SourceParams::m_chroma_excursion [private] |
unsigned int dirac::SourceParams::m_cs_idx [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.