|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for AVCSequenceParameterSetReader:Public Member Functions | |
| __construct ($sps) | |
| readData () | |
| skipBits ($bits) | |
| getBit () | |
| getBits ($bits) | |
| expGolombUe () | |
| expGolombSe () | |
| getWidth () | |
| getHeight () | |
Data Fields | |
| $sps | |
| $start = 0 | |
| $currentBytes = 0 | |
| $currentBits = 0 | |
| $width | |
| $height | |
Definition at line 630 of file module.audio-video.flv.php.
| AVCSequenceParameterSetReader::__construct | ( | $sps | ) |
Definition at line 638 of file module.audio-video.flv.php.
References $sps.
| AVCSequenceParameterSetReader::expGolombSe | ( | ) |
Definition at line 729 of file module.audio-video.flv.php.
References $result, and expGolombUe().
Referenced by readData().
Here is the call graph for this function:
Here is the caller graph for this function:| AVCSequenceParameterSetReader::expGolombUe | ( | ) |
Definition at line 714 of file module.audio-video.flv.php.
References getBit(), and getBits().
Referenced by expGolombSe(), and readData().
Here is the call graph for this function:
Here is the caller graph for this function:| AVCSequenceParameterSetReader::getBit | ( | ) |
Definition at line 700 of file module.audio-video.flv.php.
References $currentBits, $result, getid3_lib\BigEndian2Int(), and skipBits().
Referenced by expGolombUe(), and getBits().
Here is the call graph for this function:
Here is the caller graph for this function:| AVCSequenceParameterSetReader::getBits | ( | $bits | ) |
Definition at line 706 of file module.audio-video.flv.php.
References $i, $result, and getBit().
Referenced by expGolombUe(), and readData().
Here is the call graph for this function:
Here is the caller graph for this function:| AVCSequenceParameterSetReader::getHeight | ( | ) |
| AVCSequenceParameterSetReader::getWidth | ( | ) |
| AVCSequenceParameterSetReader::readData | ( | ) |
Definition at line 642 of file module.audio-video.flv.php.
References $i, expGolombSe(), expGolombUe(), getBits(), and skipBits().
Here is the call graph for this function:| AVCSequenceParameterSetReader::skipBits | ( | $bits | ) |
Definition at line 694 of file module.audio-video.flv.php.
Referenced by getBit(), and readData().
Here is the caller graph for this function:| AVCSequenceParameterSetReader::$currentBits = 0 |
Definition at line 634 of file module.audio-video.flv.php.
Referenced by getBit().
| AVCSequenceParameterSetReader::$currentBytes = 0 |
Definition at line 633 of file module.audio-video.flv.php.
| AVCSequenceParameterSetReader::$height |
Definition at line 636 of file module.audio-video.flv.php.
Referenced by getHeight().
| AVCSequenceParameterSetReader::$sps |
Definition at line 631 of file module.audio-video.flv.php.
Referenced by __construct().
| AVCSequenceParameterSetReader::$start = 0 |
Definition at line 632 of file module.audio-video.flv.php.
| AVCSequenceParameterSetReader::$width |
Definition at line 635 of file module.audio-video.flv.php.
Referenced by getWidth().