Home
last modified time | relevance | path

Searched refs:pixelType (Results 1 – 21 of 21) sorted by relevance

/external/dng_sdk/source/
Ddng_simple_image.cpp27 uint32 pixelType, in dng_simple_image() argument
32 pixelType) in dng_simple_image()
40 ComputeBufferSize (pixelType, bounds.Size (), planes, pad16Bytes); in dng_simple_image()
44 fBuffer = dng_pixel_buffer (bounds, 0, planes, pixelType, pcInterleaved, fMemory->Buffer ()); in dng_simple_image()
76 void dng_simple_image::SetPixelType (uint32 pixelType) in SetPixelType() argument
79 dng_image::SetPixelType (pixelType); in SetPixelType()
81 fBuffer.fPixelType = pixelType; in SetPixelType()
Ddng_simple_image.h44 uint32 pixelType,
53 virtual void SetPixelType (uint32 pixelType);
Ddng_read_image.cpp1214 uint32 pixelType = ttUndefined; in ReadUncompressed() local
1219 pixelType = ttByte; in ReadUncompressed()
1228 pixelType = ttFloat; in ReadUncompressed()
1244 pixelType = ttFloat; in ReadUncompressed()
1276 pixelType = ttShort; in ReadUncompressed()
1293 pixelType = image.PixelType (); in ReadUncompressed()
1310 pixelType = ttShort; in ReadUncompressed()
1352 pixelType = ttShort; in ReadUncompressed()
1391 pixelType = ttLong; in ReadUncompressed()
1434 dng_pixel_buffer buffer (tileArea, plane, planes, pixelType, in ReadUncompressed()
[all …]
Ddng_image.cpp92 uint32 pixelType) in dng_image() argument
96 , fPixelType (pixelType) in dng_image()
135 void dng_image::SetPixelType (uint32 pixelType) in SetPixelType() argument
138 if (TagTypeSize (pixelType) != PixelSize ()) in SetPixelType()
145 fPixelType = pixelType; in SetPixelType()
Ddng_host.cpp343 uint32 pixelType) in Make_dng_image() argument
348 pixelType, in Make_dng_image()
Ddng_image.h177 uint32 pixelType);
232 virtual void SetPixelType (uint32 pixelType);
Ddng_pixel_buffer.cpp367 uint32 pixelType, in dng_pixel_buffer() argument
377 , fPixelType (pixelType) in dng_pixel_buffer()
378 , fPixelSize (TagTypeSize(pixelType)) in dng_pixel_buffer()
491 void dng_pixel_buffer::CheckPixelType (uint32 pixelType) const in CheckPixelType()
494 if (fPixelType != pixelType) in CheckPixelType()
Ddng_pixel_buffer.h155 void CheckPixelType (uint32 pixelType) const;
181 uint32 pixelType, uint32 planarConfiguration,
Ddng_host.h375 uint32 pixelType);
Ddng_utils.cpp170 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize, in ComputeBufferSize() argument
183 const uint32 pixelSize = TagTypeSize(pixelType); in ComputeBufferSize()
Ddng_negative.cpp1641 uint32 pixelType) in dng_find_new_raw_image_digest_task() argument
1644 , fPixelType (pixelType) in dng_find_new_raw_image_digest_task()
1645 , fPixelSize (TagTypeSize (pixelType)) in dng_find_new_raw_image_digest_task()
3766 uint32 pixelType = ttShort; in DoBuildStage2() local
3772 pixelType = ttFloat; in DoBuildStage2()
3778 pixelType)); in DoBuildStage2()
Ddng_utils.h254 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize,
Ddng_lens_correction.cpp2296 const uint32 pixelType = ttShort; in Prepare() local
2297 const uint32 bufferSize = ComputeBufferSize(pixelType, tileSize, in Prepare()
/external/python/cpython2/Mac/Demo/imgbrowse/
Dmac_image.py36 pixelType, pixelSize, \
46 print 'pixeltype: %d, size %d'%(pixelType, pixelSize)
/external/deqp/framework/platform/win32/
DtcuWGL.hpp104 PixelType pixelType; member in tcu::wgl::PixelFormatInfo
144 , pixelType (PIXELTYPE_LAST) in PixelFormatInfo()
DtcuWGL.cpp385 info.pixelType = translatePixelType(values[WGL_PIXEL_TYPE_ARB]); in getPixelFormatInfo()
574 if (info.pixelType != wgl::PixelFormatInfo::PIXELTYPE_RGBA) in isSupportedByTests()
/external/mesa3d/src/mesa/swrast/
Ds_blit.c543 GLenum pixelType; in blit_linear() local
553 pixelType = GL_UNSIGNED_BYTE; in blit_linear()
557 pixelType = GL_FLOAT; in blit_linear()
658 if (pixelType == GL_UNSIGNED_BYTE) { in blit_linear()
675 if (pixelType == GL_UNSIGNED_BYTE) { in blit_linear()
690 if (pixelType == GL_UNSIGNED_BYTE) { in blit_linear()
702 if (pixelType == GL_UNSIGNED_BYTE) { in blit_linear()
/external/deqp/external/openglcts/modules/common/
DglcConfigListWGL.cpp59 fmtInfo.pixelType == tcu::wgl::PixelFormatInfo::PIXELTYPE_RGBA; in getDefaultWglConfigList()
/external/python/cpython2/Lib/plat-mac/
DPixMapWrapper.py172 self.pixelType = QuickDraw.RGBDirect
/external/ImageMagick/Magick++/lib/Magick++/
DColor.h125 Magick::Color::PixelType pixelType(void) const;
/external/ImageMagick/Magick++/lib/
DColor.cpp296 Magick::Color::PixelType Magick::Color::pixelType() const in pixelType() function in Magick::Color