/external/dng_sdk/source/ |
D | dng_lens_correction.cpp | 38 : fPlanes (1) in dng_warp_params() 50 : fPlanes (planes) in dng_warp_params() 98 for (uint32 plane = 0; plane < fPlanes; plane++) in IsRadNOPAll() 126 for (uint32 plane = 0; plane < fPlanes; plane++) in IsTanNOPAll() 154 if (fPlanes < 1 || fPlanes > kMaxColorPlanes) in IsValid() 185 if ((fPlanes != 1) && in IsValidForNegative() 186 (fPlanes != negative.ColorChannels ())) in IsValidForNegative() 284 printf ("Planes: %u\n", (unsigned) fPlanes); in Dump() 328 for (uint32 i = 0; i < fPlanes; i++) in dng_warp_params_rectilinear() 348 DNG_ASSERT (plane < fPlanes, "plane out of range."); in IsRadNOP() [all …]
|
D | dng_image.cpp | 95 , fPlanes (planes) in dng_image() 237 buffer.fPlanes); in DoGet() 260 buffer.fPlanes); in DoPut() 429 buffer.fPlanes); in GetEdge() 449 if (buffer.fPlanes > 1) in GetEdge() 454 buffer1.fPlanes--; in GetEdge() 465 buffer2.fPlane = buffer.fPlanes - 1; in GetEdge() 466 buffer2.fPlanes = 1; in GetEdge() 710 temp.fPlanes = Min_uint32 (temp.fPlanes, in Put() 841 fPlanes, in SetConstant()
|
D | dng_gain_map.h | 45 uint32 fPlanes; variable 88 return fPlanes; in Planes() 100 colIndex * fPlanes + in Entry() 115 colIndex * fPlanes + in Entry()
|
D | dng_pixel_buffer.cpp | 349 , fPlanes (1) in dng_pixel_buffer() 373 , fPlanes (planes) in dng_pixel_buffer() 392 if (!ConvertUint32ToInt32 (fPlanes, &fColStep) || in dng_pixel_buffer() 393 !SafeUint32ToInt32Mult (fArea.W(), fPlanes, &fRowStep)) in dng_pixel_buffer() 427 !SafeUint32ToInt32Mult (planeStepUint32, fPlanes, &fRowStep)) in dng_pixel_buffer() 446 , fPlanes (buffer.fPlanes) in dng_pixel_buffer() 466 fPlanes = buffer.fPlanes; in operator =() 1307 fPlanes, in RepeatArea() 1327 fPlanes, in RepeatArea() 1347 fPlanes, in RepeatArea() [all …]
|
D | dng_gain_map.cpp | 261 , fPlanes (planes) in dng_gain_map() 270 ComputeBufferSize (ttFloat, fPoints, fPlanes, pad16Bytes))); in dng_gain_map() 297 return 44 + fPoints.v * fPoints.h * fPlanes * 4; in PutStreamSize() 315 stream.Put_uint32 (fPlanes); in PutStream() 323 for (uint32 plane = 0; plane < fPlanes; plane++) in PutStream()
|
D | dng_misc_opcodes.h | 76 uint32 fPlanes; variable 93 , fPlanes (planes) in fArea() 118 return fPlanes; in Planes()
|
D | dng_simple_image.cpp | 169 buffer.fPlanes = fBuffer.fPlanes; in AcquireTileBuffer()
|
D | dng_pixel_buffer.h | 99 uint32 fPlanes; variable 133 plane < fPlane || (plane - fPlane) >= fPlanes) 208 return fPlanes; in Planes()
|
D | dng_image.h | 142 uint32 fPlanes; variable 217 return fPlanes; in Planes()
|
D | dng_read_image.cpp | 914 buffer.fPlanes, padNone); in ReorderSubTileBlocks() 935 uint32 blockColBytes = blockCols * buffer.fPlanes * buffer.fPixelSize; in ReorderSubTileBlocks() 998 uint32 fPlanes; member in dng_image_spooler 1053 , fPlanes (planes) in dng_image_spooler() 1064 uint32 bytesPerRow = fTileArea.W () * fPlanes * (uint32) sizeof (uint16); in dng_image_spooler() 1121 dng_pixel_buffer buffer (fTileStrip, fPlane, fPlanes, ttShort, in Spool() 1147 fPlanes * (uint32) sizeof (uint16); in Spool() 2110 buffer.fPlanes * xFactor); in DecodePredictor() 2122 buffer.fPlanes * xFactor); in DecodePredictor() 2134 buffer.fPlanes * xFactor); in DecodePredictor()
|
D | dng_misc_opcodes.cpp | 127 fPlanes = stream.Get_uint32 (); in GetData() 132 if (fPlanes < 1) in GetData() 174 (unsigned) fPlanes, in GetData() 195 stream.Put_uint32 (fPlanes); in PutData()
|
D | dng_image_writer.cpp | 3041 buffer.fPlanes * xFactor); in EncodePredictor() 3053 buffer.fPlanes * xFactor); in EncodePredictor() 3065 buffer.fPlanes * xFactor); in EncodePredictor() 3118 buffer.fPlanes * xFactor, in EncodePredictor() 3199 uint32 blockColBytes = blockCols * buffer.fPlanes * buffer.fPixelSize; in ReorderSubTileBlocks() 3874 buffer.fPlanes); in WriteData() 3881 temp.fPlanes, in WriteData() 3930 cinfo.input_components = buffer.fPlanes; in WriteData() 3932 switch (buffer.fPlanes) in WriteData() 4211 uint32 pixels = tileArea.W () * tileArea.H () * buffer.fPlanes; in WriteTile() [all …]
|
D | dng_resample.cpp | 737 for (uint32 plane = 0; plane < dstBuffer.fPlanes; plane++) in ProcessArea() 791 for (uint32 plane = 0; plane < dstBuffer.fPlanes; plane++) in ProcessArea()
|
D | dng_lens_correction.h | 53 uint32 fPlanes;
|
D | dng_mosaic_info.cpp | 1057 dstPlane < dstBuffer.fPlanes; in Interpolate() 1841 srcTileSize, srcBuffer.fPlanes, in InterpolateGeneric() 1854 dstTileSize, dstBuffer.fPlanes, in InterpolateGeneric()
|
D | dng_bad_pixels.cpp | 164 dstBuffer.fPlanes); in ProcessArea() 1854 dstBuffer.fPlanes); in ProcessArea()
|
D | dng_negative.cpp | 1714 buffer.fPlanes * in Process()
|
/external/skia/src/codec/ |
D | SkRawCodec.cpp | 708 buffer.fPlanes = 3; in onGetPixels() 709 buffer.fColStep = buffer.fPlanes; in onGetPixels()
|
/external/skqp/src/codec/ |
D | SkRawCodec.cpp | 708 buffer.fPlanes = 3; in onGetPixels() 709 buffer.fColStep = buffer.fPlanes; in onGetPixels()
|