Home
last modified time | relevance | path

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

/haiku/src/add-ons/print/drivers/pcl6/
H A DDeltaRowCompression.h16 AbstractDeltaRowCompressor(int rowSize,
102 DeltaRowCompressor(int rowSize, uchar initialSeed) in DeltaRowCompressor() argument
104 AbstractDeltaRowCompressor(rowSize, initialSeed) in DeltaRowCompressor()
H A DDeltaRowCompression.cpp16 AbstractDeltaRowCompressor::AbstractDeltaRowCompressor(int rowSize, in AbstractDeltaRowCompressor() argument
19 fSeedRow(new uchar[rowSize]), in AbstractDeltaRowCompressor()
20 fSize(rowSize), in AbstractDeltaRowCompressor()
H A DPCL6.h41 void _WriteBitmap(const uchar* buffer, int outSize, int rowSize,
47 int dataSize, int rowSize, int height,
H A DPCL6.cpp34 DeltaRowStreamCompressor(int rowSize, uchar initialSeed, in DeltaRowStreamCompressor() argument
37 AbstractDeltaRowCompressor(rowSize, initialSeed), in DeltaRowStreamCompressor()
195 PCL6Driver::_WriteBitmap(const uchar* buffer, int outSize, int rowSize, int x, in _WriteBitmap() argument
224 _RasterGraphics(buffer, outSize, dataSize, rowSize, height, in _WriteBitmap()
331 int rowSize, int height, int compressionMethod) in _RasterGraphics() argument
346 DeltaRowStreamCompressor compressor(rowSize, 0, fWriter); in _RasterGraphics()
362 row += rowSize; in _RasterGraphics()
/haiku/src/kits/media/
H A DMediaExtractor.cpp457 int32 rowSize = BPrivate::get_bytes_per_row(format->ColorSpace(), in _CalculateChunkBuffer() local
459 if (rowSize > 0) { in _CalculateChunkBuffer()
460 cacheSize = max_c(cacheSize, rowSize * format->Height() * 2); in _CalculateChunkBuffer()