HomeSort by relevance Sort by last modified time
    Searched refs:pixelTypeSize (Results 1 - 6 of 6) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfMisc.h 59 int pixelTypeSize (PixelType type);
ImfPizCompressor.cpp 206 assert (pixelTypeSize (c.channel().type) % pixelTypeSize (HALF) == 0);
226 if (onlyHalfChannels && (sizeof (half) == pixelTypeSize (HALF)))
359 cd.size = pixelTypeSize (c.channel().type) / pixelTypeSize (HALF);
535 cd.size = pixelTypeSize (c.channel().type) / pixelTypeSize (HALF);
ImfB44Compressor.cpp 502 assert (pixelTypeSize (c.channel().type) % pixelTypeSize (HALF) == 0);
530 pixelTypeSize (c.channel().type) / pixelTypeSize (HALF);
544 assert (sizeof (unsigned short) == pixelTypeSize (HALF));
ImfMisc.cpp 61 pixelTypeSize (PixelType type)
113 int nBytes = pixelTypeSize (c.channel().type) *
ImfTiledMisc.cpp 121 bytesPerPixel += pixelTypeSize (c.channel().type);
ImfInputFile.cpp 260 int size = pixelTypeSize (toSlice.type);

Completed in 752 milliseconds