Searched refs:getEBMLelement (Results 1 – 1 of 1) sorted by relevance
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio-video.matroska.php | 549 while ($this->getEBMLelement($top_element, $info['avdataend'])) { 556 while ($this->getEBMLelement($element_data, $top_element['end'], true)) { 588 while ($this->getEBMLelement($element_data, $top_element['end'])) { 596 while ($this->getEBMLelement($seek_entry, $element_data['end'])) { 600 while ($this->getEBMLelement($sub_seek_entry, $seek_entry['end'], true)) { 636 while ($this->getEBMLelement($track_entry, $element_data['end'])) { 641 …while ($this->getEBMLelement($subelement, $track_entry['end'], array(EBML_ID_VIDEO, EBML_ID_AUDIO,… 681 while ($this->getEBMLelement($sub_subelement, $subelement['end'], true)) { 720 while ($this->getEBMLelement($sub_subelement, $subelement['end'], true)) { 746 while ($this->getEBMLelement($sub_subelement, $subelement['end'])) { [all …]
|