HomeSort by relevance Sort by last modified time
    Searched refs:Xdr (Results 1 - 25 of 29) sorted by null

1 2

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfMatrixAttribute.cpp 64 Xdr::write <StreamIO> (os, _value[0][0]);
65 Xdr::write <StreamIO> (os, _value[0][1]);
66 Xdr::write <StreamIO> (os, _value[0][2]);
68 Xdr::write <StreamIO> (os, _value[1][0]);
69 Xdr::write <StreamIO> (os, _value[1][1]);
70 Xdr::write <StreamIO> (os, _value[1][2]);
72 Xdr::write <StreamIO> (os, _value[2][0]);
73 Xdr::write <StreamIO> (os, _value[2][1]);
74 Xdr::write <StreamIO> (os, _value[2][2]);
82 Xdr::read <StreamIO> (is, _value[0][0])
    [all...]
ImfChromaticitiesAttribute.cpp 60 Xdr::write <StreamIO> (os, _value.red.x);
61 Xdr::write <StreamIO> (os, _value.red.y);
62 Xdr::write <StreamIO> (os, _value.green.x);
63 Xdr::write <StreamIO> (os, _value.green.y);
64 Xdr::write <StreamIO> (os, _value.blue.x);
65 Xdr::write <StreamIO> (os, _value.blue.y);
66 Xdr::write <StreamIO> (os, _value.white.x);
67 Xdr::write <StreamIO> (os, _value.white.y);
75 Xdr::read <StreamIO> (is, _value.red.x);
76 Xdr::read <StreamIO> (is, _value.red.y)
    [all...]
ImfKeyCodeAttribute.cpp 59 Xdr::write <StreamIO> (os, _value.filmMfcCode());
60 Xdr::write <StreamIO> (os, _value.filmType());
61 Xdr::write <StreamIO> (os, _value.prefix());
62 Xdr::write <StreamIO> (os, _value.count());
63 Xdr::write <StreamIO> (os, _value.perfOffset());
64 Xdr::write <StreamIO> (os, _value.perfsPerFrame());
65 Xdr::write <StreamIO> (os, _value.perfsPerCount());
75 Xdr::read <StreamIO> (is, tmp);
78 Xdr::read <StreamIO> (is, tmp);
81 Xdr::read <StreamIO> (is, tmp)
    [all...]
ImfBoxAttribute.cpp 62 Xdr::write <StreamIO> (os, _value.min.x);
63 Xdr::write <StreamIO> (os, _value.min.y);
64 Xdr::write <StreamIO> (os, _value.max.x);
65 Xdr::write <StreamIO> (os, _value.max.y);
73 Xdr::read <StreamIO> (is, _value.min.x);
74 Xdr::read <StreamIO> (is, _value.min.y);
75 Xdr::read <StreamIO> (is, _value.max.x);
76 Xdr::read <StreamIO> (is, _value.max.y);
92 Xdr::write <StreamIO> (os, _value.min.x);
93 Xdr::write <StreamIO> (os, _value.min.y)
    [all...]
ImfRationalAttribute.cpp 59 Xdr::write <StreamIO> (os, _value.n);
60 Xdr::write <StreamIO> (os, _value.d);
68 Xdr::read <StreamIO> (is, _value.n);
69 Xdr::read <StreamIO> (is, _value.d);
ImfPreviewImageAttribute.cpp 60 Xdr::write <StreamIO> (os, _value.width());
61 Xdr::write <StreamIO> (os, _value.height());
68 Xdr::write <StreamIO> (os, pixels[i].r);
69 Xdr::write <StreamIO> (os, pixels[i].g);
70 Xdr::write <StreamIO> (os, pixels[i].b);
71 Xdr::write <StreamIO> (os, pixels[i].a);
82 Xdr::read <StreamIO> (is, width);
83 Xdr::read <StreamIO> (is, height);
92 Xdr::read <StreamIO> (is, pixels[i].r);
93 Xdr::read <StreamIO> (is, pixels[i].g)
    [all...]
ImfVecAttribute.cpp 66 Xdr::write <StreamIO> (os, _value.x);
67 Xdr::write <StreamIO> (os, _value.y);
75 Xdr::read <StreamIO> (is, _value.x);
76 Xdr::read <StreamIO> (is, _value.y);
92 Xdr::write <StreamIO> (os, _value.x);
93 Xdr::write <StreamIO> (os, _value.y);
101 Xdr::read <StreamIO> (is, _value.x);
102 Xdr::read <StreamIO> (is, _value.y);
118 Xdr::write <StreamIO> (os, _value.x);
119 Xdr::write <StreamIO> (os, _value.y)
    [all...]
ImfChannelListAttribute.cpp 85 Xdr::write <StreamIO> (os, i.name());
91 Xdr::write <StreamIO> (os, int (i.channel().type));
92 Xdr::write <StreamIO> (os, i.channel().pLinear);
93 Xdr::pad <StreamIO> (os, 3);
94 Xdr::write <StreamIO> (os, i.channel().xSampling);
95 Xdr::write <StreamIO> (os, i.channel().ySampling);
102 Xdr::write <StreamIO> (os, "");
117 Xdr::read <StreamIO> (is, Name::MAX_LENGTH, name);
133 Xdr::read <StreamIO> (is, type);
134 Xdr::read <StreamIO> (is, pLinear)
    [all...]
ImfTileDescriptionAttribute.cpp 60 Xdr::write <StreamIO> (os, _value.xSize);
61 Xdr::write <StreamIO> (os, _value.ySize);
64 Xdr::write <StreamIO> (os, tmp);
74 Xdr::read <StreamIO> (is, _value.xSize);
75 Xdr::read <StreamIO> (is, _value.ySize);
78 Xdr::read <StreamIO> (is, tmp);
ImfTimeCodeAttribute.cpp 59 Xdr::write <StreamIO> (os, _value.timeAndFlags());
60 Xdr::write <StreamIO> (os, _value.userData());
70 Xdr::read <StreamIO> (is, tmp);
73 Xdr::read <StreamIO> (is, tmp);
ImfCompressionAttribute.cpp 62 Xdr::write <StreamIO> (os, tmp);
71 Xdr::read <StreamIO> (is, tmp);
ImfEnvmapAttribute.cpp 61 Xdr::write <StreamIO> (os, tmp);
70 Xdr::read <StreamIO> (is, tmp);
ImfLineOrderAttribute.cpp 63 Xdr::write <StreamIO> (os, tmp);
72 Xdr::read <StreamIO> (is, tmp);
ImfStringVectorAttribute.cpp 65 Xdr::write <StreamIO> (os, strSize);
66 Xdr::write <StreamIO> (os, &_value[i][0], strSize);
80 Xdr::read <StreamIO> (is, strSize);
81 read += Xdr::size<int>();
86 Xdr::read<StreamIO> (is, &str[0], strSize);
ImfStringAttribute.cpp 64 Xdr::write <StreamIO> (os, _value[i]);
75 Xdr::read <StreamIO> (is, _value[i]);
ImfTestFile.cpp 60 Xdr::read <StreamIO> (is, magic);
61 Xdr::read <StreamIO> (is, version);
102 Xdr::read <StreamIO> (is, magic);
103 Xdr::read <StreamIO> (is, version);
ImfMisc.cpp 69 size = Xdr::size <unsigned int> ();
74 size = Xdr::size <half> ();
79 size = Xdr::size <float> ();
169 return compressor? compressor->format(): Compressor::XDR;
249 else if (format == Compressor::XDR)
252 // The the line or tile buffer is in XDR format.
269 Xdr::read <CharPtrIO> (readPtr, *(unsigned int *) writePtr);
279 Xdr::read <CharPtrIO> (readPtr, h);
290 Xdr::read <CharPtrIO> (readPtr, f);
307 Xdr::read <CharPtrIO> (readPtr, ui)
    [all...]
ImfOpaqueAttribute.cpp 92 Xdr::write <StreamIO> (os, _data, _dataSize);
101 Xdr::read <StreamIO> (is, _data, size);
ImfTileOffsets.cpp 123 Xdr::read <StreamIO> (is, tileX);
126 Xdr::read <StreamIO> (is, tileY);
129 Xdr::read <StreamIO> (is, levelX);
132 Xdr::read <StreamIO> (is, levelY);
135 Xdr::read <StreamIO> (is, dataSize);
137 Xdr::skip <StreamIO> (is, dataSize);
188 Xdr::read <StreamIO> (is, _offsets[l][dy][dx]);
234 Xdr::write <StreamIO> (os, _offsets[l][dy][dx]);
ImfPizCompressor.cpp 177 _format (XDR),
222 // if all image channels are of type HALF, and if the Xdr and the
364 if (_format == XDR)
367 // Machine-independent (Xdr) data format
381 Xdr::read <CharPtrIO> (inPtr, *cd.end);
442 Xdr::write <CharPtrIO> (buf, minNonZero);
443 Xdr::write <CharPtrIO> (buf, maxNonZero);
447 Xdr::write <CharPtrIO> (buf, (char *) &bitmap[0] + minNonZero,
473 Xdr::write <CharPtrIO> (buf, int(0));
476 Xdr::write <CharPtrIO> (lengthPtr, length)
    [all...]
ImfHeader.cpp 890 Xdr::write <StreamIO> (os, MAGIC);
900 Xdr::write <StreamIO> (os, version);
918 Xdr::write <StreamIO> (os, i.name());
919 Xdr::write <StreamIO> (os, i.attribute().typeName());
930 Xdr::write <StreamIO> (os, (int) s.length());
942 Xdr::write <StreamIO> (os, "");
958 Xdr::read <StreamIO> (is, magic);
959 Xdr::read <StreamIO> (is, version);
992 Xdr::read <StreamIO> (is, Name::MAX_LENGTH, name);
1006 Xdr::read <StreamIO> (is, Name::MAX_LENGTH, typeName)
    [all...]
ImfAttribute.h 321 Xdr::write <StreamIO> (os, _value);
329 Xdr::read <StreamIO> (is, _value);
ImfTiledInputFile.cpp 315 Xdr::read <StreamIO> (*ifd->is, tileXCoord);
316 Xdr::read <StreamIO> (*ifd->is, tileYCoord);
317 Xdr::read <StreamIO> (*ifd->is, levelX);
318 Xdr::read <StreamIO> (*ifd->is, levelY);
319 Xdr::read <StreamIO> (*ifd->is, dataSize);
351 ifd->currentPosition = tileOffset + 5 * Xdr::size<int>() + dataSize;
370 Xdr::read <StreamIO> (*ifd->is, dx);
371 Xdr::read <StreamIO> (*ifd->is, dy);
372 Xdr::read <StreamIO> (*ifd->is, lx);
373 Xdr::read <StreamIO> (*ifd->is, ly)
    [all...]
ImfScanLineInputFile.cpp 257 Xdr::read <StreamIO> (is, y);
260 Xdr::read <StreamIO> (is, dataSize);
262 Xdr::skip <StreamIO> (is, dataSize);
293 Xdr::read <StreamIO> (is, lineOffsets[i]);
358 Xdr::read <StreamIO> (*ifd->is, yInFile);
359 Xdr::read <StreamIO> (*ifd->is, dataSize);
477 // If the line is uncompressed, it's in XDR format,
481 _lineBuffer->format = Compressor::XDR;
ImfTiledOutputFile.cpp 457 Xdr::write <StreamIO> (*ofd->os, dx);
458 Xdr::write <StreamIO> (*ofd->os, dy);
459 Xdr::write <StreamIO> (*ofd->os, lx);
460 Xdr::write <StreamIO> (*ofd->os, ly);
461 Xdr::write <StreamIO> (*ofd->os, pixelDataSize);
471 5 * Xdr::size<int>() +
585 // machine's native representation to Xdr format. This function is called
591 // of the pixel data has the same size as the Xdr representation. This
804 // so we need to convert the lineBuffer to Xdr.
    [all...]

Completed in 317 milliseconds

1 2