Home
last modified time | relevance | path

Searched refs:FixedPoint2_30 (Results 1 – 7 of 7) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php317 …$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 Dmodule.graphic.bmp.php266 …$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 Dmodule.audio-video.quicktime.php1280 $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 Dgetid3.lib.php647 public static function FixedPoint2_30($rawdata) { function in getid3_lib
/plugin/jukebox/id3/
H A Dgetid3.lib.php464 function FixedPoint2_30($rawdata) { function in getid3_lib
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php990 function FixedPoint2_30($rawdata) { function
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2176 ¤ Replaced FXPT2DOT30toFloat() function with FixedPoint2_30()