Lines Matching refs:getid3_lib

19 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio-video.riff.php', __FILE__, true);
86 …$thisfile_asf_headerobject['objectsize'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat…
87 …$thisfile_asf_headerobject['headerobjects'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat…
88 …$thisfile_asf_headerobject['reserved1'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat…
89 …$thisfile_asf_headerobject['reserved2'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat…
101 $NextObjectSize = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 8));
136 …$thisfile_asf_filepropertiesobject['filesize'] = getid3_lib::LittleEndian2Int(substr($AS…
138 …$thisfile_asf_filepropertiesobject['creation_date'] = getid3_lib::LittleEndian2Int(substr($AS…
141 …$thisfile_asf_filepropertiesobject['data_packets'] = getid3_lib::LittleEndian2Int(substr($AS…
143 …$thisfile_asf_filepropertiesobject['play_duration'] = getid3_lib::LittleEndian2Int(substr($AS…
145 …$thisfile_asf_filepropertiesobject['send_duration'] = getid3_lib::LittleEndian2Int(substr($AS…
147 …$thisfile_asf_filepropertiesobject['preroll'] = getid3_lib::LittleEndian2Int(substr($AS…
149 …$thisfile_asf_filepropertiesobject['flags_raw'] = getid3_lib::LittleEndian2Int(substr($AS…
154 …$thisfile_asf_filepropertiesobject['min_packet_size'] = getid3_lib::LittleEndian2Int(substr($AS…
156 …$thisfile_asf_filepropertiesobject['max_packet_size'] = getid3_lib::LittleEndian2Int(substr($AS…
158 …$thisfile_asf_filepropertiesobject['max_bitrate'] = getid3_lib::LittleEndian2Int(substr($AS…
213 …$StreamPropertiesObjectData['time_offset'] = getid3_lib::LittleEndian2Int(substr($ASFHeader…
215 …$StreamPropertiesObjectData['type_data_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeader…
217 …$StreamPropertiesObjectData['error_data_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeader…
219 …$StreamPropertiesObjectData['flags_raw'] = getid3_lib::LittleEndian2Int(substr($ASFHeader…
238 $thisfile_audio = getid3_lib::array_merge_noclobber($audiodata, $thisfile_audio);
283 …$thisfile_asf_headerextensionobject['reserved_2'] = getid3_lib::LittleEndian2Int(substr($…
286 …$this->warning('header_extension_object.reserved_2 ('.getid3_lib::PrintHexBytes($thisfile_asf_head…
290 …$thisfile_asf_headerextensionobject['extension_data_size'] = getid3_lib::LittleEndian2Int(substr($…
333 …$thisfile_asf_codeclistobject['codec_entries_count'] = getid3_lib::LittleEndian2Int(substr($ASFHea…
340 …$thisfile_asf_codeclistobject_codecentries_current['type_raw'] = getid3_lib::LittleEndian2Int(subs…
344 …$CodecNameLength = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 2)) * 2; // 2 byte…
349 …$CodecDescriptionLength = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 2)) * 2; //…
354 $CodecInformationLength = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 2));
475 …$thisfile_asf_scriptcommandobject['commands_count'] = getid3_lib::LittleEndian2Int(substr($A…
477 …$thisfile_asf_scriptcommandobject['command_types_count'] = getid3_lib::LittleEndian2Int(substr($A…
480 …$CommandTypeNameLength = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 2)) * 2; // …
486 …iptcommandobject['commands'][$CommandsCounter]['presentation_time'] = getid3_lib::LittleEndian2In…
488 …iptcommandobject['commands'][$CommandsCounter]['type_index'] = getid3_lib::LittleEndian2In…
491 …$CommandTypeNameLength = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 2)) * 2; // …
533 …$thisfile_asf_markerobject['markers_count'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, …
535 …$thisfile_asf_markerobject['reserved_2'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $of…
538 …$this->warning('marker_object.reserved_2 ('.getid3_lib::PrintHexBytes($thisfile_asf_markerobject['…
541 …$thisfile_asf_markerobject['name_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
546 …$thisfile_asf_markerobject['markers'][$MarkersCounter]['offset'] = getid3_lib::LittleEndian2Int(s…
548 …arkerobject['markers'][$MarkersCounter]['presentation_time'] = getid3_lib::LittleEndian2In…
550 …arkerobject['markers'][$MarkersCounter]['entry_length'] = getid3_lib::LittleEndian2In…
552 …arkerobject['markers'][$MarkersCounter]['send_time'] = getid3_lib::LittleEndian2In…
554 …arkerobject['markers'][$MarkersCounter]['flags'] = getid3_lib::LittleEndian2In…
556 …arkerobject['markers'][$MarkersCounter]['marker_description_length'] = getid3_lib::LittleEndian2In…
593 …$thisfile_asf_bitratemutualexclusionobject['stream_numbers_count'] = getid3_lib::LittleEndian2Int(…
596 …bitratemutualexclusionobject['stream_numbers'][$StreamNumberCounter] = getid3_lib::LittleEndian2In…
621 …$thisfile_asf_errorcorrectionobject['error_correction_data_length'] = getid3_lib::LittleEndian2Int…
637 …$thisfile_asf_errorcorrectionobject['span'] = getid3_lib::LittleEndian2Int(substr…
639 …$thisfile_asf_errorcorrectionobject['virtual_packet_length'] = getid3_lib::LittleEndian2Int(substr…
641 …$thisfile_asf_errorcorrectionobject['virtual_chunk_length'] = getid3_lib::LittleEndian2Int(substr…
643 …$thisfile_asf_errorcorrectionobject['silence_data_length'] = getid3_lib::LittleEndian2Int(substr…
681 …$thisfile_asf_contentdescriptionobject['title_length'] = getid3_lib::LittleEndian2Int(sub…
683 …$thisfile_asf_contentdescriptionobject['author_length'] = getid3_lib::LittleEndian2Int(sub…
685 …$thisfile_asf_contentdescriptionobject['copyright_length'] = getid3_lib::LittleEndian2Int(sub…
687 …$thisfile_asf_contentdescriptionobject['description_length'] = getid3_lib::LittleEndian2Int(sub…
689 …$thisfile_asf_contentdescriptionobject['rating_length'] = getid3_lib::LittleEndian2Int(sub…
737 …$thisfile_asf_extendedcontentdescriptionobject['content_descriptors_count'] = getid3_lib::LittleEn…
745 …edcontentdescriptionobject_contentdescriptor_current['name_length'] = getid3_lib::LittleEndian2In…
749 …edcontentdescriptionobject_contentdescriptor_current['value_type'] = getid3_lib::LittleEndian2In…
751 …edcontentdescriptionobject_contentdescriptor_current['value_length'] = getid3_lib::LittleEndian2In…
764 …edcontentdescriptionobject_contentdescriptor_current['value'] = (bool) getid3_lib::LittleEndian2In…
770 …_extendedcontentdescriptionobject_contentdescriptor_current['value'] = getid3_lib::LittleEndian2In…
935 …$thisfile_asf_streambitratepropertiesobject['bitrate_records_count'] = getid3_lib::LittleEndia…
938 …ertiesobject['bitrate_records'][$BitrateRecordsCounter]['flags_raw'] = getid3_lib::LittleEndian2In…
941 …opertiesobject['bitrate_records'][$BitrateRecordsCounter]['bitrate'] = getid3_lib::LittleEndian2In…
1068 …$thisfile_asf_audiomedia_currentstream['codec_data_size'] = getid3_lib::LittleEndian2Int(substr($s…
1100 …$thisfile_asf_videomedia_currentstream['image_width'] = getid3_lib::LittleEndi…
1102 …$thisfile_asf_videomedia_currentstream['image_height'] = getid3_lib::LittleEndi…
1104 …$thisfile_asf_videomedia_currentstream['flags'] = getid3_lib::LittleEndi…
1106 …$thisfile_asf_videomedia_currentstream['format_data_size'] = getid3_lib::LittleEndi…
1108 …$thisfile_asf_videomedia_currentstream['format_data']['format_data_size'] = getid3_lib::LittleEndi…
1110 …$thisfile_asf_videomedia_currentstream['format_data']['image_width'] = getid3_lib::LittleEndi…
1112 …$thisfile_asf_videomedia_currentstream['format_data']['image_height'] = getid3_lib::LittleEndi…
1114 …$thisfile_asf_videomedia_currentstream['format_data']['reserved'] = getid3_lib::LittleEndi…
1116 …$thisfile_asf_videomedia_currentstream['format_data']['bits_per_pixel'] = getid3_lib::LittleEndi…
1120 …$thisfile_asf_videomedia_currentstream['format_data']['image_size'] = getid3_lib::LittleEndi…
1122 …$thisfile_asf_videomedia_currentstream['format_data']['horizontal_pels'] = getid3_lib::LittleEndi…
1124 …$thisfile_asf_videomedia_currentstream['format_data']['vertical_pels'] = getid3_lib::LittleEndi…
1126 …$thisfile_asf_videomedia_currentstream['format_data']['colors_used'] = getid3_lib::LittleEndi…
1128 …$thisfile_asf_videomedia_currentstream['format_data']['colors_important'] = getid3_lib::LittleEndi…
1164 $NextObjectSize = getid3_lib::LittleEndian2Int(substr($NextObjectDataHeader, $offset, 8));
1191 …$thisfile_asf_dataobject['total_data_packets'] = getid3_lib::LittleEndian2Int(substr($DataObjectDa…
1193 …$thisfile_asf_dataobject['reserved'] = getid3_lib::LittleEndian2Int(substr($DataObjectDa…
1196 …$this->warning('data_object.reserved ('.getid3_lib::PrintHexBytes($thisfile_asf_dataobject['reserv…
1241 …$thisfile_asf_simpleindexobject['index_entry_time_interval'] = getid3_lib::LittleEndian2Int(substr…
1243 …$thisfile_asf_simpleindexobject['maximum_packet_count'] = getid3_lib::LittleEndian2Int(substr…
1245 …$thisfile_asf_simpleindexobject['index_entries_count'] = getid3_lib::LittleEndian2Int(substr…
1250 …eindexobject['index_entries'][$IndexEntriesCounter]['packet_number'] = getid3_lib::LittleEndian2In…
1252 …eindexobject['index_entries'][$IndexEntriesCounter]['packet_count'] = getid3_lib::LittleEndian2In…
1292 …$thisfile_asf_asfindexobject['entry_time_interval'] = getid3_lib::LittleEndian2Int(substr($A…
1294 …$thisfile_asf_asfindexobject['index_specifiers_count'] = getid3_lib::LittleEndian2Int(substr($A…
1296 …$thisfile_asf_asfindexobject['index_blocks_count'] = getid3_lib::LittleEndian2Int(substr($A…
1301 …$IndexSpecifierStreamNumber = getid3_lib::LittleEndian2Int(substr($ASFIndexObjectData, $offset, 2)…
1304 …ject['index_specifiers'][$IndexSpecifiersCounter]['index_type'] = getid3_lib::LittleEndian2In…
1310 …$thisfile_asf_asfindexobject['index_entry_count'] = getid3_lib::LittleEndian2Int(substr($ASFIndexO…
1315 …$thisfile_asf_asfindexobject['block_positions'][$IndexSpecifiersCounter] = getid3_lib::LittleEndia…
1322 …findexobject['offsets'][$IndexSpecifiersCounter][$IndexEntryCounter] = getid3_lib::LittleEndian2In…
1729 return getid3_lib::iconv_fallback('UTF-8', 'UTF-16LE', $str);
1757 …$thisObject['size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1765 …$thisObject['start_time'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1769 …$thisObject['end_time'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1773 …$thisObject['data_bitrate'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1776 …$thisObject['buffer_size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1779 …$thisObject['initial_buffer_fullness'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1782 …$thisObject['alternate_data_bitrate'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1785 …$thisObject['alternate_buffer_size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1788 …$thisObject['alternate_initial_buffer_fullness'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1791 …$thisObject['maximum_object_size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1794 …$thisObject['flags_raw'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1801 …$thisObject['stream_number'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1804 …$thisObject['stream_language_id_index'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1807 …$thisObject['average_time_per_frame'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1810 …$thisObject['stream_name_count'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1813 …$thisObject['payload_extension_system_count'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1819 …$streamName['language_id_index'] = getid3_lib::LittleEndian2Int(substr($asf_header_ext…
1822 …$streamName['stream_name_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_ext…
1825 …$streamName['stream_name'] = getid3_lib::LittleEndian2Int(substr($asf_header_ext…
1838 …$payloadExtensionSystem['extension_system_size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1844 …$payloadExtensionSystem['extension_system_info_length'] = getid3_lib::LittleEndian2Int(substr($asf…
1847 …$payloadExtensionSystem['extension_system_info_length'] = getid3_lib::LittleEndian2Int(substr($asf…
1860 …$thisObject['description_record_counts'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1866 …$descriptionRecord['reserved_1'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1869 …$descriptionRecord['stream_number'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1872 …$descriptionRecord['name_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1875 …$descriptionRecord['data_type'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1879 …$descriptionRecord['data_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1896 … $descriptionRecord['data'] = (bool) getid3_lib::LittleEndian2Int($descriptionRecord['data']);
1902 $descriptionRecord['data'] = getid3_lib::LittleEndian2Int($descriptionRecord['data']);
1915 …$thisObject['language_id_record_counts'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1921 …$languageIDrecord['language_id_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_…
1932 …$thisObject['description_records_count'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1938 …$descriptionRecord['language_list_index'] = getid3_lib::LittleEndian2Int(substr($asf_header_extens…
1941 …$descriptionRecord['stream_number'] = getid3_lib::LittleEndian2Int(substr($asf_header_extens…
1944 …$descriptionRecord['name_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_extens…
1947 …$descriptionRecord['data_type'] = getid3_lib::LittleEndian2Int(substr($asf_header_extens…
1951 …$descriptionRecord['data_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_extens…
2023 $WMpicture['image_type_id'] = getid3_lib::LittleEndian2Int(substr($data, $offset, 1));
2026 $WMpicture['image_size'] = getid3_lib::LittleEndian2Int(substr($data, $offset, 4));
2048 $imagechunkcheck = getid3_lib::GetDataImageSize($WMpicture['data'], $imageinfo);
2069 return trim(getid3_lib::iconv_fallback('UTF-16LE', 'ISO-8859-1', self::TrimTerm($string)), ' ');