Lines Matching refs:ThisFileInfo

24 		$ThisFileInfo = array();
25 if ($this->getid3_bmp($BMPdata, $ThisFileInfo, true, true)) {
26 $gd = $this->PlotPixelsGD($ThisFileInfo['bmp'], $truecolor);
82 public function getid3_bmp(&$BMPdata, &$ThisFileInfo, $ExtractPalette=false, $ExtractData=false) { argument
85 $ThisFileInfo['bmp']['header']['raw'] = array();
86 $thisfile_bmp = &$ThisFileInfo['bmp'];
107 …$ThisFileInfo['error'][] = 'Expecting "BM" at offset '. (int) (@$ThisFileInfo[ 'avdataoffset']) .'…
108 unset($ThisFileInfo['fileformat']);
109 unset($ThisFileInfo['bmp']);
147 $ThisFileInfo['error'][] = 'Unknown BMP subtype (or not a BMP file)';
148 unset($ThisFileInfo['fileformat']);
149 unset($ThisFileInfo['bmp']);
153 $ThisFileInfo['fileformat'] = 'bmp';
154 $ThisFileInfo['video']['dataformat'] = 'bmp';
155 $ThisFileInfo['video']['lossless'] = true;
156 $ThisFileInfo['video']['pixel_aspect_ratio'] = (float) 1;
178 $ThisFileInfo['video']['resolution_x'] = $thisfile_bmp_header_raw['width'];
179 $ThisFileInfo['video']['resolution_y'] = $thisfile_bmp_header_raw['height'];
180 …$ThisFileInfo['video']['codec'] = 'BI_RGB '.$thisfile_bmp_header_raw['bits_per_pixel'].'…
181 $ThisFileInfo['video']['bits_per_sample'] = $thisfile_bmp_header_raw['bits_per_pixel'];
230 …$ThisFileInfo['video']['codec'] = $thisfile_bmp_header['compression'].' '.$thisfile_bmp_header_raw…
273 $ThisFileInfo['video']['resolution_x'] = $thisfile_bmp_header_raw['width'];
274 $ThisFileInfo['video']['resolution_y'] = $thisfile_bmp_header_raw['height'];
275 …$ThisFileInfo['video']['codec'] = $thisfile_bmp_header['compression'].' '.$thisfile_bmp_…
276 $ThisFileInfo['video']['bits_per_sample'] = $thisfile_bmp_header_raw['bits_per_pixel'];
344 $ThisFileInfo['error'][] = 'Unknown BMP format in header.';
469 …$ThisFileInfo['error'][] = 'Unknown bits-per-pixel value ('.$thisfile_bmp_header_raw['bits_per_pix…
544 …$ThisFileInfo['error'][] = 'Unknown bits-per-pixel value ('.$thisfile_bmp_header_raw['bits_per_pix…
633 …$ThisFileInfo['error'][] = 'Unknown bits-per-pixel value ('.$thisfile_bmp_header_raw['bits_per_pix…
647 $ThisFileInfo['error'][] = 'missing $thisfile_bmp_header_raw[(red|green|blue)_mask]';
677 …$ThisFileInfo['error'][] = 'Unknown bits-per-pixel value ('.$thisfile_bmp_header_raw['bits_per_pix…
684 …$ThisFileInfo['error'][] = 'Unknown/unhandled compression type value ('.$thisfile_bmp_header_raw['…