Searched refs:FixedPoint2_30 (Results 1 – 7 of 7) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.bmp.php | 317 …$thisfile_bmp_header['ciexyz_red'] = $this->FixedPoint2_30(strrev($thisfile_bmp_header_raw['ciex… 318 …$thisfile_bmp_header['ciexyz_green'] = $this->FixedPoint2_30(strrev($thisfile_bmp_header_raw['ciex… 319 …$thisfile_bmp_header['ciexyz_blue'] = $this->FixedPoint2_30(strrev($thisfile_bmp_header_raw['ciex… 835 public function FixedPoint2_30($rawdata) { function in phpthumb_bmp
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.graphic.bmp.php | 266 …$thisfile_bmp_header['ciexyz_red'] = getid3_lib::FixedPoint2_30(strrev($thisfile_bmp_header_raw[… 267 …$thisfile_bmp_header['ciexyz_green'] = getid3_lib::FixedPoint2_30(strrev($thisfile_bmp_header_raw[… 268 …$thisfile_bmp_header['ciexyz_blue'] = getid3_lib::FixedPoint2_30(strrev($thisfile_bmp_header_raw[…
|
H A D | module.audio-video.quicktime.php | 1280 $atom_structure['matrix_u'] = getid3_lib::FixedPoint2_30(substr($atom_data, 44, 4)); 1283 $atom_structure['matrix_v'] = getid3_lib::FixedPoint2_30(substr($atom_data, 56, 4)); 1286 $atom_structure['matrix_w'] = getid3_lib::FixedPoint2_30(substr($atom_data, 68, 4)); 1326 … $atom_structure['matrix_u'] = getid3_lib::FixedPoint2_30(substr($atom_data, 48, 4)); 1329 … $atom_structure['matrix_v'] = getid3_lib::FixedPoint2_30(substr($atom_data, 60, 4)); 1332 … $atom_structure['matrix_w'] = getid3_lib::FixedPoint2_30(substr($atom_data, 72, 4));
|
H A D | getid3.lib.php | 647 public static function FixedPoint2_30($rawdata) { function in getid3_lib
|
/plugin/jukebox/id3/ |
H A D | getid3.lib.php | 464 function FixedPoint2_30($rawdata) { function in getid3_lib
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mp3header.php | 990 function FixedPoint2_30($rawdata) { function
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | changelog.txt | 2176 ¤ Replaced FXPT2DOT30toFloat() function with FixedPoint2_30()
|