Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php1450 $vmaj = $this->_getByte($data, 5);
1451 $vmin = $this->_getByte($data, 6);
1455 $units = $this->_getByte($data, 7);
1477 $thumbx = $this->_getByte($data, 12);
1478 $thumby = $this->_getByte($data, 13);
1542 $this->_info['sof']['SamplePrecision'] = $this->_getByte($data, $pos + 0);
1545 $this->_info['sof']['ColorChannels'] = $this->_getByte($data, $pos + 5);
1781 $value = $this->_getByte($rawValue, 0);
1785 $value[$j] = $this->_getByte($rawValue, $j);
1836 $value = $this->_getByte($rawValue, 0);
[all …]