/external/opencv3/3rdparty/openexr/IlmImf/ |
D | 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,
|
D | ImfMisc.cpp | 61 pixelTypeSize (PixelType type) in pixelTypeSize() 188 PixelType typeInFrameBuffer, in copyIntoFrameBuffer() 189 PixelType typeInFile) in copyIntoFrameBuffer() 530 PixelType typeInFile, in skipChannel() 560 PixelType type, in convertInPlace() 605 PixelType type) in copyFromFrameBuffer() 704 PixelType type, in fillChannelWithZeroes()
|
D | ImfScanLineInputFile.cpp | 83 PixelType typeInFrameBuffer; 84 PixelType typeInFile; 94 InSliceInfo (PixelType typeInFrameBuffer = HALF, 95 PixelType typeInFile = HALF, 107 InSliceInfo::InSliceInfo (PixelType tifb, in InSliceInfo() 108 PixelType tifl, in InSliceInfo()
|
D | ImfPixelType.h | 49 enum PixelType enum
|
D | ImfFrameBuffer.h | 71 PixelType type; 138 Slice (PixelType type = HALF,
|
D | ImfChannelList.h | 63 PixelType type; 100 Channel (PixelType type = HALF,
|
D | ImfTiledInputFile.cpp | 84 PixelType typeInFrameBuffer; 85 PixelType typeInFile; 95 TInSliceInfo (PixelType typeInFrameBuffer = HALF, 96 PixelType typeInFile = HALF, 108 TInSliceInfo::TInSliceInfo (PixelType tifb, in TInSliceInfo() 109 PixelType tifl, in TInSliceInfo()
|
D | ImfChannelListAttribute.cpp | 140 (name, Channel (PixelType (type), xSampling, ySampling, pLinear)); in readValueFrom()
|
D | ImfFrameBuffer.cpp | 52 Slice::Slice (PixelType t, in Slice()
|
D | ImfOutputFile.cpp | 86 PixelType type; 94 OutSliceInfo (PixelType type = HALF, 104 OutSliceInfo::OutSliceInfo (PixelType t, in OutSliceInfo()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Color.h | 59 enum PixelType enum 123 Magick::Color::PixelType pixelType(void) const; 149 Color(PixelInfo *rep_,PixelType 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_); 266 ColorGray(PixelInfo *rep_,PixelType pixelType_); 308 ColorHSL(PixelInfo *rep_,PixelType pixelType_); 342 ColorMono(PixelInfo* rep_,PixelType pixelType_); [all …]
|
/external/ImageMagick/Magick++/lib/ |
D | Color.cpp | 286 Magick::Color::PixelType Magick::Color::pixelType() const in pixelType() 378 Magick::Color::Color(PixelType pixelType_) in Color() 387 Magick::Color::Color(PixelInfo* rep_,PixelType pixelType_) in Color() 395 void Magick::Color::pixel(PixelInfo *rep_,PixelType pixelType_) in pixel() 528 Magick::ColorCMYK::ColorCMYK(PixelInfo *rep_,PixelType pixelType_) in ColorCMYK() 572 Magick::ColorGray::ColorGray(PixelInfo *rep_,PixelType pixelType_) in ColorGray() 762 Magick::ColorMono::ColorMono(PixelInfo *rep_,PixelType pixelType_) in ColorMono() 841 Magick::ColorRGB::ColorRGB(PixelInfo *rep_,PixelType pixelType_) in ColorRGB() 912 Magick::ColorYUV::ColorYUV(PixelInfo *rep_,PixelType pixelType_) in ColorYUV()
|
/external/dng_sdk/source/ |
D | dng_preview.cpp | 218 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet() 497 if (preview.fImage->PixelType () == ttFloat) in dng_raw_preview_tag_set() 552 if (fImage->PixelType () == ttFloat) in AddTagSet() 578 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet() 647 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet()
|
D | dng_filter_task.cpp | 36 , fSrcPixelType (srcImage.PixelType ()) in dng_filter_task() 40 , fDstPixelType (dstImage.PixelType ()) in dng_filter_task()
|
D | dng_negative.cpp | 1484 image.PixelType (), pcInterleaved, NULL); in FindImageDigest() 1586 if (RawImage ().PixelType () == ttFloat || RawTransparencyMask ()) in FindRawImageDigest() 1800 uint32 rawPixelType = rawImage.PixelType (); in FindNewRawImageDigest() 1854 RawTransparencyMask ()->PixelType ()); in FindNewRawImageDigest() 2518 if (RawImage ().PixelType () == ttFloat) in WhiteLevel() 3606 rawIFD.PixelType ())); in ReadStage1Image() 3643 if (fStage1Image->PixelType () == ttFloat) in ReadStage1Image() 3768 if (stage1.PixelType () == ttLong || in DoBuildStage2() 3769 stage1.PixelType () == ttFloat) in DoBuildStage2() 3800 if (fStage2Image->PixelType () == ttFloat) in NeedDefloatStage2() [all …]
|
D | dng_opcodes.cpp | 268 fSrcPixelType = fOpcode.BufferPixelType (srcImage.PixelType ()); in dng_filter_opcode_task() 381 image->PixelType ())); in Apply() 440 , fPixelType (opcode.BufferPixelType (image.PixelType ())) in dng_inplace_opcode_task()
|
D | dng_utils.cpp | 438 DNG_ASSERT (image.PixelType () == ttShort, "Unsupported pixel type"); in HistogramArea() 745 DNG_ASSERT (srcImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth() 746 DNG_ASSERT (dstImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth()
|
D | dng_simple_image.cpp | 62 PixelType (), in Clone()
|
D | dng_ifd.h | 282 virtual uint32 PixelType () const;
|
D | dng_image.h | 224 uint32 PixelType () const in PixelType() function
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.hpp | 52 enum PixelType enum in tcu::wgl::PixelFormatInfo 103 PixelType pixelType;
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_exr.hpp | 88 Imf::PixelType m_type;
|
D | grfmt_exr.cpp | 66 #define UINT ((Imf::PixelType)0) 68 #define HALF ((Imf::PixelType)1) 70 #define FLOAT ((Imf::PixelType)2) 589 Imf::PixelType type; in write()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_exr.h | 77 PixelType m_type;
|
D | grfmt_exr.cpp | 62 #define UINT ((Imf::PixelType)0) 64 #define HALF ((Imf::PixelType)1) 66 #define FLOAT ((Imf::PixelType)2) 595 PixelType type; in WriteImage()
|