|
xoreos
0.0.5
|


Public Member Functions | |
| VideoSampleDesc (QuickTimeTrack *parentTrack, uint32 codecTag) | |
| ~VideoSampleDesc () | |
| void | initCodec () |
Public Member Functions inherited from Video::QuickTimeDecoder::SampleDesc | |
| SampleDesc (QuickTimeTrack *parentTrack, uint32 codecTag) | |
| virtual | ~SampleDesc () |
| uint32 | getCodecTag () const |
Public Attributes | |
| uint16 | _bitsPerSample |
| char | _codecName [32] |
| uint16 | _colorTableId |
| Common::ScopedArray< byte > | _palette |
| Common::ScopedPtr< Codec > | _videoCodec |
Public Attributes inherited from Video::QuickTimeDecoder::SampleDesc | |
| Common::ScopedPtr< Common::SeekableReadStream > | _extraData |
| byte | _objectTypeMP4 |
Additional Inherited Members | |
Protected Attributes inherited from Video::QuickTimeDecoder::SampleDesc | |
| QuickTimeTrack * | _parentTrack |
| uint32 | _codecTag |
Definition at line 150 of file quicktime.h.
| Video::QuickTimeDecoder::VideoSampleDesc::VideoSampleDesc | ( | QuickTimeDecoder::QuickTimeTrack * | parentTrack, |
| uint32 | codecTag | ||
| ) |
Definition at line 771 of file quicktime.cpp.
References _bitsPerSample, _codecName, and _colorTableId.
| Video::QuickTimeDecoder::VideoSampleDesc::~VideoSampleDesc | ( | ) |
Definition at line 777 of file quicktime.cpp.
| void Video::QuickTimeDecoder::VideoSampleDesc::initCodec | ( | ) |
Definition at line 780 of file quicktime.cpp.
References Common::UString::c_str(), Video::makeH263Codec(), MKTAG, Video::tag2str(), and warning().

| uint16 Video::QuickTimeDecoder::VideoSampleDesc::_bitsPerSample |
Definition at line 158 of file quicktime.h.
Referenced by VideoSampleDesc().
| char Video::QuickTimeDecoder::VideoSampleDesc::_codecName[32] |
Definition at line 159 of file quicktime.h.
Referenced by VideoSampleDesc().
| uint16 Video::QuickTimeDecoder::VideoSampleDesc::_colorTableId |
Definition at line 160 of file quicktime.h.
Referenced by VideoSampleDesc().
| Common::ScopedArray<byte> Video::QuickTimeDecoder::VideoSampleDesc::_palette |
Definition at line 161 of file quicktime.h.
| Common::ScopedPtr<Codec> Video::QuickTimeDecoder::VideoSampleDesc::_videoCodec |
Definition at line 162 of file quicktime.h.
Referenced by Video::QuickTimeDecoder::VideoTrackHandler::decodeNextFrame().
1.8.14