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

1 2

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfPixelType.h 42 // enum PixelType
49 enum PixelType
ImfMisc.h 59 int pixelTypeSize (PixelType type);
156 PixelType typeInFrameBuffer,
157 PixelType typeInFile);
168 PixelType typeInFile,
192 PixelType type,
226 PixelType type);
250 PixelType type,
ImfMisc.cpp 61 pixelTypeSize (PixelType type)
188 PixelType typeInFrameBuffer,
189 PixelType typeInFile)
530 PixelType typeInFile,
560 PixelType type,
605 PixelType type)
704 PixelType type,
ImfChannelList.h 63 PixelType type;
100 Channel (PixelType type = HALF,
ImfFrameBuffer.h 71 PixelType type;
138 Slice (PixelType type = HALF,
ImfChannelListAttribute.cpp 140 (name, Channel (PixelType (type), xSampling, ySampling, pLinear));
ImfScanLineInputFile.cpp 83 PixelType typeInFrameBuffer;
84 PixelType typeInFile;
94 InSliceInfo (PixelType typeInFrameBuffer = HALF,
95 PixelType typeInFile = HALF,
107 InSliceInfo::InSliceInfo (PixelType tifb,
108 PixelType tifl,
ImfFrameBuffer.cpp 52 Slice::Slice (PixelType t,
ImfTiledInputFile.cpp 84 PixelType typeInFrameBuffer;
85 PixelType typeInFile;
95 TInSliceInfo (PixelType typeInFrameBuffer = HALF,
96 PixelType typeInFile = HALF,
108 TInSliceInfo::TInSliceInfo (PixelType tifb,
109 PixelType tifl,
    [all...]
ImfChannelList.cpp 54 Channel::Channel (PixelType t, int xs, int ys, bool pl):
  /external/ImageMagick/Magick++/lib/Magick++/
Color.h 38 // PixelType specifies the interpretation of PixelInfo members
59 enum PixelType
123 Magick::Color::PixelType pixelType(void) const;
149 Color(PixelInfo *rep_,PixelType pixelType_);
151 // Constructor to construct with PixelType
152 Color(PixelType pixelType_);
156 void pixel(PixelInfo *rep_,PixelType pixelType_);
176 PixelType _pixelType; // Color type supported by _pixel
232 ColorCMYK(PixelInfo *rep_,PixelType pixelType_)
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 52 enum PixelType
103 PixelType pixelType;
138 , pixelType (PIXELTYPE_LAST)
  /external/dng_sdk/source/
dng_filter_task.cpp 36 , fSrcPixelType (srcImage.PixelType ())
40 , fDstPixelType (dstImage.PixelType ())
dng_opcodes.cpp 268 fSrcPixelType = fOpcode.BufferPixelType (srcImage.PixelType ());
381 image->PixelType ()));
440 , fPixelType (opcode.BufferPixelType (image.PixelType ()))
dng_preview.cpp 218 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8;
497 if (preview.fImage->PixelType () == ttFloat)
552 if (fImage->PixelType () == ttFloat)
578 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8;
647 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8;
dng_negative.cpp 1484 image.PixelType (), pcInterleaved, NULL);
1586 if (RawImage ().PixelType () == ttFloat || RawTransparencyMask ())
    [all...]
dng_utils.cpp 170 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize,
183 const uint32 pixelSize = TagTypeSize(pixelType);
438 DNG_ASSERT (image.PixelType () == ttShort, "Unsupported pixel type");
745 DNG_ASSERT (srcImage.PixelType () == ttFloat, "Floating point image expected");
746 DNG_ASSERT (dstImage.PixelType () == ttFloat, "Floating point image expected");
dng_ifd.h 282 virtual uint32 PixelType () const;
dng_image.h 177 uint32 pixelType);
224 uint32 PixelType () const
230 /// \param pixelType The new pixel type .
232 virtual void SetPixelType (uint32 pixelType);
dng_simple_image.cpp 27 uint32 pixelType,
32 pixelType)
40 ComputeBufferSize (pixelType, bounds.Size (), planes, pad16Bytes);
44 fBuffer = dng_pixel_buffer (bounds, 0, planes, pixelType, pcInterleaved, fMemory->Buffer ());
62 PixelType (),
76 void dng_simple_image::SetPixelType (uint32 pixelType)
79 dng_image::SetPixelType (pixelType);
81 fBuffer.fPixelType = pixelType;
dng_jpeg_image.cpp 175 DNG_ASSERT (image.PixelType () == ttByte, "Cannot JPEG encode non-byte image");
  /external/opencv/otherlibs/highgui/
grfmt_exr.h 77 PixelType m_type;
grfmt_exr.cpp 62 #define UINT ((Imf::PixelType)0)
64 #define HALF ((Imf::PixelType)1)
66 #define FLOAT ((Imf::PixelType)2)
595 PixelType type;
  /external/opencv3/modules/imgcodecs/src/
grfmt_exr.hpp 88 Imf::PixelType m_type;
  /external/ImageMagick/Magick++/lib/
Color.cpp 286 Magick::Color::PixelType Magick::Color::pixelType() const
378 Magick::Color::Color(PixelType pixelType_)
387 Magick::Color::Color(PixelInfo* rep_,PixelType pixelType_)
395 void Magick::Color::pixel(PixelInfo *rep_,PixelType pixelType_)
528 Magick::ColorCMYK::ColorCMYK(PixelInfo *rep_,PixelType pixelType_)
572 Magick::ColorGray::ColorGray(PixelInfo *rep_,PixelType pixelType_)
762 Magick::ColorMono::ColorMono(PixelInfo *rep_,PixelType pixelType_)
841 Magick::ColorRGB::ColorRGB(PixelInfo *rep_,PixelType pixelType_)
912 Magick::ColorYUV::ColorYUV(PixelInfo *rep_,PixelType pixelType_
    [all...]

Completed in 1742 milliseconds

1 2