Searched refs:_tmpBuf (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfRgbaFile.cpp179 Rgba * _tmpBuf; member in class:Imf::RgbaOutputFile::ToYca
216 _tmpBuf = new Rgba[_width + N - 1];
232 delete [] _tmpBuf;
258 (char *) &_tmpBuf[-_xMin].g, // base
269 (char *) &_tmpBuf[-_xMin].r, // base
277 (char *) &_tmpBuf[-_xMin].b, // base
288 (char *) &_tmpBuf[-_xMin].a, // base
325 // frame buffer into _tmpBuf.
330 _tmpBuf[j] = _fbBase[_fbYStride * _currentScanLine +
339 RGBAtoYCA (_yw, _width, _writeA, _tmpBuf, _tmpBu
788 Rgba * _tmpBuf; member in class:Imf::RgbaInputFile::FromYca
[all...]
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/
H A DKaxBlock.cpp629 binary *_tmpBuf;
703 cursor = _tmpBuf = new binary[FrameNum*4]; /// \warning assume the mean size will be coded in less than 4 bytes
719 FirstFrameLocation += cursor - _tmpBuf;
722 delete [] _tmpBuf;

Completed in 90 milliseconds