Home
last modified time | relevance | path

Searched refs:fPlanes (Results 1 – 19 of 19) sorted by relevance

/external/dng_sdk/source/
Ddng_lens_correction.cpp38 : 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 …]
Ddng_image.cpp95 , 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()
Ddng_gain_map.h45 uint32 fPlanes; variable
88 return fPlanes; in Planes()
100 colIndex * fPlanes + in Entry()
115 colIndex * fPlanes + in Entry()
Ddng_pixel_buffer.cpp349 , 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 …]
Ddng_gain_map.cpp261 , 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()
Ddng_misc_opcodes.h76 uint32 fPlanes; variable
93 , fPlanes (planes) in fArea()
118 return fPlanes; in Planes()
Ddng_simple_image.cpp169 buffer.fPlanes = fBuffer.fPlanes; in AcquireTileBuffer()
Ddng_pixel_buffer.h99 uint32 fPlanes; variable
133 plane < fPlane || (plane - fPlane) >= fPlanes)
208 return fPlanes; in Planes()
Ddng_image.h142 uint32 fPlanes; variable
217 return fPlanes; in Planes()
Ddng_read_image.cpp914 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()
Ddng_misc_opcodes.cpp127 fPlanes = stream.Get_uint32 (); in GetData()
132 if (fPlanes < 1) in GetData()
174 (unsigned) fPlanes, in GetData()
195 stream.Put_uint32 (fPlanes); in PutData()
Ddng_image_writer.cpp3041 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 …]
Ddng_resample.cpp737 for (uint32 plane = 0; plane < dstBuffer.fPlanes; plane++) in ProcessArea()
791 for (uint32 plane = 0; plane < dstBuffer.fPlanes; plane++) in ProcessArea()
Ddng_lens_correction.h53 uint32 fPlanes;
Ddng_mosaic_info.cpp1057 dstPlane < dstBuffer.fPlanes; in Interpolate()
1841 srcTileSize, srcBuffer.fPlanes, in InterpolateGeneric()
1854 dstTileSize, dstBuffer.fPlanes, in InterpolateGeneric()
Ddng_bad_pixels.cpp164 dstBuffer.fPlanes); in ProcessArea()
1854 dstBuffer.fPlanes); in ProcessArea()
Ddng_negative.cpp1714 buffer.fPlanes * in Process()
/external/skia/src/codec/
DSkRawCodec.cpp708 buffer.fPlanes = 3; in onGetPixels()
709 buffer.fColStep = buffer.fPlanes; in onGetPixels()
/external/skqp/src/codec/
DSkRawCodec.cpp708 buffer.fPlanes = 3; in onGetPixels()
709 buffer.fColStep = buffer.fPlanes; in onGetPixels()