Home
last modified time | relevance | path

Searched refs:fPixelType (Results 1 – 11 of 11) sorted by relevance

/external/dng_sdk/source/
Ddng_pixel_buffer.cpp353 , fPixelType (ttUndefined) in dng_pixel_buffer()
377 , fPixelType (pixelType) in dng_pixel_buffer()
450 , fPixelType (buffer.fPixelType) in dng_pixel_buffer()
470 fPixelType = buffer.fPixelType; in operator =()
472 fPixelType = buffer.fPixelType; in operator =()
494 if (fPixelType != pixelType) in CheckPixelType()
510 switch (fPixelType) in PixelRange()
675 switch (fPixelType) in SetZero()
750 if (fPixelType == src.fPixelType) in CopyArea()
833 else if (src.fPixelType == ttByte) in CopyArea()
[all …]
Ddng_image.h146 uint32 fPixelType; variable
226 return fPixelType; in PixelType()
324 DNG_ASSERT (fPixelType == ttByte, "Mismatched pixel type"); in SetConstant_uint8()
339 DNG_ASSERT (fPixelType == ttShort, "Mismatched pixel type"); in SetConstant_uint16()
354 DNG_ASSERT (fPixelType == ttSShort, "Mismatched pixel type"); in SetConstant_int16()
369 DNG_ASSERT (fPixelType == ttLong, "Mismatched pixel type"); in SetConstant_uint32()
384 DNG_ASSERT (fPixelType == ttFloat, "Mismatched pixel type"); in SetConstant_real32()
Ddng_pixel_buffer.h76 #define ASSERT_PIXEL_TYPE(typeVal) DNG_ASSERT (fPixelType == typeVal, "Pixel type access mismatch")
109 uint32 fPixelType; variable
520 DNG_ASSERT (fPixelType == ttByte, "Mismatched pixel type"); in SetConstant_uint8()
538 DNG_ASSERT (fPixelType == ttShort, "Mismatched pixel type"); in SetConstant_uint16()
556 DNG_ASSERT (fPixelType == ttSShort, "Mismatched pixel type"); in SetConstant_int16()
574 DNG_ASSERT (fPixelType == ttLong, "Mismatched pixel type"); in SetConstant_uint32()
592 DNG_ASSERT (fPixelType == ttFloat, "Mismatched pixel type"); in SetConstant_real32()
Ddng_opcodes.cpp425 uint32 fPixelType; member in dng_inplace_opcode_task
440 , fPixelType (opcode.BufferPixelType (image.PixelType ())) in dng_inplace_opcode_task()
452 uint32 bufferSize = ComputeBufferSize(fPixelType, tileSize, in Start()
467 fPixelType, in Start()
479 dng_pixel_buffer buffer(tile, 0, fImage.Planes (), fPixelType, in Process()
Ddng_simple_image.cpp81 fBuffer.fPixelType = pixelType; in SetPixelType()
173 buffer.fPixelType = fBuffer.fPixelType; in AcquireTileBuffer()
Ddng_image.cpp96 , fPixelType (pixelType) in dng_image()
145 fPixelType = pixelType; in SetPixelType()
163 switch (fPixelType) in PixelRange()
Ddng_read_image.cpp912 uint32 tempBufferSize = ComputeBufferSize(buffer.fPixelType, in ReorderSubTileBlocks()
2101 switch (buffer.fPixelType) in DecodePredictor()
2255 if (buffer.fPixelType == ttFloat) in ReadTile()
2434 if (buffer.fPixelType == ttFloat && buffer.fPixelSize == 2) in ReadTile()
2451 else if (buffer.fPixelType == ttFloat && buffer.fPixelSize == 3) in ReadTile()
Ddng_mosaic_info.cpp1069 if (dstBuffer.fPixelType == ttShort) in Interpolate()
1840 uint32 srcBufferSize = ComputeBufferSize (srcBuffer.fPixelType, in InterpolateGeneric()
1853 uint32 dstBufferSize = ComputeBufferSize (dstBuffer.fPixelType, in InterpolateGeneric()
Ddng_negative.cpp1489 if (buffer.fPixelType == ttByte) in FindImageDigest()
1491 buffer.fPixelType = ttShort; in FindImageDigest()
1626 uint32 fPixelType; member in dng_find_new_raw_image_digest_task
1644 , fPixelType (pixelType) in dng_find_new_raw_image_digest_task()
1681 ComputeBufferSize(fPixelType, tileSize, fImage.Planes(), in Start()
1708 fPixelType, pcPlanar, in Process()
Ddng_image_writer.cpp3032 switch (buffer.fPixelType) in EncodePredictor()
3727 if (ifd.fBitsPerSample [0] == 8 && buffer.fPixelType == ttShort) in WriteData()
3860 if (buffer.fPixelType == ttByte) in WriteData()
3868 temp.fPixelType = ttShort; in WriteData()
/external/skia/src/codec/
DSkRawCodec.cpp741 buffer.fPixelType = ttByte; in onGetPixels()