Home
last modified time | relevance | path

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

12

/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_lens_correction.cpp30 : fPlanes (1) in dng_warp_params()
42 : fPlanes (planes) in dng_warp_params()
146 if (fPlanes < 1 || fPlanes > kMaxColorPlanes) in IsValid()
177 if ((fPlanes != 1) && in IsValidForNegative()
320 for (uint32 i = 0; i < fPlanes; i++) in dng_warp_params_rectilinear()
402 fPlanes = totalPlanes; in PropagateToAllPlanes()
755 for (uint32 i = 0; i < fPlanes; i++) in dng_warp_params_fisheye()
820 fPlanes = totalPlanes; in PropagateToAllPlanes()
1597 if (fWarpParams.fPlanes == 0 || in dng_opcode_WarpRectilinear()
1758 if (fWarpParams.fPlanes <= 1) in HasLateralCA()
[all …]
H A Ddng_gain_map.h41 uint32 fPlanes; variable
84 return fPlanes; in Planes()
96 colIndex * fPlanes + in Entry()
111 colIndex * fPlanes + in Entry()
H A Ddng_image.cpp88 , fPlanes (planes) in dng_image()
243 buffer.fPlanes); in DoGet()
266 buffer.fPlanes); in DoPut()
435 buffer.fPlanes); in GetEdge()
455 if (buffer.fPlanes > 1) in GetEdge()
460 buffer1.fPlanes--; in GetEdge()
471 buffer2.fPlane = buffer.fPlanes - 1; in GetEdge()
472 buffer2.fPlanes = 1; in GetEdge()
716 temp.fPlanes = Min_uint32 (temp.fPlanes, in Put()
847 fPlanes, in SetConstant()
H A Ddng_pixel_buffer.cpp347 , fPlanes (1) in dng_pixel_buffer()
371 , fPlanes (planes) in dng_pixel_buffer()
395 if (!ConvertUint32ToInt32 (fPlanes, &fColStep) || in dng_pixel_buffer()
396 !SafeUint32ToInt32Mult (fArea.W (), fPlanes, &fRowStep)) in dng_pixel_buffer()
475 , fPlanes (buffer.fPlanes) in dng_pixel_buffer()
495 fPlanes = buffer.fPlanes; in operator =()
1343 fPlanes, in RepeatArea()
1363 fPlanes, in RepeatArea()
1383 fPlanes, in RepeatArea()
1471 uint32 planes = fPlanes; in ShiftRight()
[all …]
H A Ddng_gain_map.cpp260 , fPlanes (planes) in dng_gain_map()
270 fPlanes, in dng_gain_map()
298 return 44 + fPoints.v * fPoints.h * fPlanes * 4; in PutStreamSize()
316 stream.Put_uint32 (fPlanes); in PutStream()
324 for (uint32 plane = 0; plane < fPlanes; plane++) in PutStream()
H A Ddng_misc_opcodes.h73 uint32 fPlanes; variable
90 , fPlanes (planes) in fArea()
115 return fPlanes; in Planes()
H A Ddng_simple_image.cpp170 buffer.fPlanes = fBuffer.fPlanes; in AcquireTileBuffer()
H A Ddng_image.h131 uint32 fPlanes; variable
206 return fPlanes; in Planes()
H A Ddng_pixel_buffer.h94 uint32 fPlanes; variable
133 plane < fPlane || (plane - fPlane) >= fPlanes)
234 return fPlanes; in Planes()
H A Ddng_read_image.cpp910 buffer.fPlanes, in ReorderSubTileBlocks()
932 uint32 blockColBytes = blockCols * buffer.fPlanes * buffer.fPixelSize; in ReorderSubTileBlocks()
996 uint32 fPlanes; member in dng_image_spooler
1043 , fPlanes (planes) in dng_image_spooler()
1054 uint32 bytesPerRow = fTileArea.W () * fPlanes * (uint32) sizeof (uint16); in dng_image_spooler()
1115 fPlanes, in Spool()
1143 fPlanes * (uint32) sizeof (uint16); in Spool()
2122 buffer.fPlanes * xFactor); in DecodePredictor()
2134 buffer.fPlanes * xFactor); in DecodePredictor()
2146 buffer.fPlanes * xFactor); in DecodePredictor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkYUVAPixmaps.cpp264 fPlanes.data())); in SkYUVAPixmaps()
271 std::copy_n(pixmaps, yuvaInfo.numPlanes(), fPlanes.data()); in SkYUVAPixmaps()
282 colorTypes[i] = fPlanes[i].colorType(); in pixmapsInfo()
283 rowBytes[i] = fPlanes[i].rowBytes(); in pixmapsInfo()
290 uint32_t channelFlags[] = {SkColorTypeChannelFlags(fPlanes[0].colorType()), in toYUVAIndices()
291 SkColorTypeChannelFlags(fPlanes[1].colorType()), in toYUVAIndices()
292 SkColorTypeChannelFlags(fPlanes[2].colorType()), in toYUVAIndices()
293 SkColorTypeChannelFlags(fPlanes[3].colorType())}; in toYUVAIndices()
315 yuvaSizeInfo->fSizes[i] = fPlanes[i].dimensions(); in toLegacy()
316 yuvaSizeInfo->fWidthBytes[i] = fPlanes[i].rowBytes(); in toLegacy()
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_image.cpp96 , fPlanes (planes) in dng_image()
231 buffer.fPlanes); in DoGet()
254 buffer.fPlanes); in DoPut()
423 buffer.fPlanes); in GetEdge()
443 if (buffer.fPlanes > 1) in GetEdge()
448 buffer1.fPlanes--; in GetEdge()
459 buffer2.fPlane = buffer.fPlanes - 1; in GetEdge()
460 buffer2.fPlanes = 1; in GetEdge()
704 temp.fPlanes = Min_uint32 (temp.fPlanes, in Put()
838 fPlanes, in SetConstant()
H A Ddng_filter_task.cpp142 srcBuffer.fPlanes = fSrcPlanes; in Process()
151 srcBuffer.fPlanes; in Process()
201 dstBuffer.fPlanes = fDstPlanes; in Process()
210 dstBuffer.fPlanes; in Process()
H A Ddng_read_image.cpp138 buffer.fPlanes * in ReorderSubTileBlocks()
160 uint32 blockColBytes = blockCols * buffer.fPlanes * buffer.fPixelSize; in ReorderSubTileBlocks()
223 uint32 fPlanes; member in dng_image_spooler
278 , fPlanes (planes) in dng_image_spooler()
289 uint32 bytesPerRow = fTileArea.W () * fPlanes * sizeof (uint16); in dng_image_spooler()
351 buffer.fPlanes = fPlanes; in Spool()
353 buffer.fRowStep = fPlanes * fTileStrip.W (); in Spool()
354 buffer.fColStep = fPlanes; in Spool()
385 fPlanes * sizeof (uint16); in Spool()
442 buffer.fPlanes = planes; in ReadUncompressed()
H A Ddng_pixel_buffer.cpp335 , fPlanes (1) in dng_pixel_buffer()
355 , fPlanes (buffer.fPlanes) in dng_pixel_buffer()
376 fPlanes = buffer.fPlanes; in operator =()
1224 fPlanes, in RepeatArea()
1244 fPlanes, in RepeatArea()
1264 fPlanes, in RepeatArea()
1303 uint32 planes = fPlanes; in ShiftRight()
1371 fData = InternalPixel (fArea.t, fArea.l, fPlanes - 1); in FlipZ()
H A Ddng_simple_image.cpp49 fBuffer.fPlanes = planes; in dng_simple_image()
176 buffer.fPlanes = fBuffer.fPlanes; in AcquireTileBuffer()
H A Ddng_image.h142 uint32 fPlanes; variable
222 return fPlanes; in Planes()
H A Ddng_pixel_buffer.h98 uint32 fPlanes; variable
177 return fPlanes; in Planes()
H A Ddng_resample.cpp497 for (uint32 plane = 0; plane < dstBuffer.fPlanes; plane++) in ProcessArea()
549 for (uint32 plane = 0; plane < dstBuffer.fPlanes; plane++) in ProcessArea()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/
H A DYUVUtils.cpp61 fPlanes[i].reset(); in reset()
67 fPlanes[i].reset(planeInfo, planes[i], fSizeInfo.fWidthBytes[i]); in reset()
82 fYUVImage = SkImage::MakeFromYUVAPixmaps(context, fColorSpace, fPlanes, fComponents, in ensureYUVImage()
H A DYUVUtils.h39 SkPixmap fPlanes[SkYUVASizeInfo::kMaxCount]; variable
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/
H A Ddngwriter_convert.cpp85 buffer.fPlanes = (d->bayerPattern == Private::LinearRaw) ? 3 : 1; in convert()
86 buffer.fRowStep = buffer.fPlanes * d->width; in convert()
87 buffer.fColStep = buffer.fPlanes; in convert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkYUVAPixmaps.h239 const std::array<SkPixmap, kMaxPlanes>& planes() const { return fPlanes; } in planes()
245 const SkPixmap& plane(int i) const { return fPlanes[SkToSizeT(i)]; } in plane()
265 std::array<SkPixmap, kMaxPlanes> fPlanes = {}; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrSurfaceContext.cpp633 for (int i = 0; i < fPlanes.count(); ++i) { in ~AsyncReadResult()
634 if (!fPlanes[i].fMappedBuffer) { in ~AsyncReadResult()
635 delete[] static_cast<const char*>(fPlanes[i].fData); in ~AsyncReadResult()
638 {std::move(fPlanes[i].fMappedBuffer), fInboxID}); in ~AsyncReadResult()
643 int count() const override { return fPlanes.count(); } in count()
644 const void* data(int i) const override { return fPlanes[i].fData; } in data()
645 size_t rowBytes(int i) const override { return fPlanes[i].fRowBytes; } in rowBytes()
671 fPlanes.emplace_back(data.release(), rowBytes, nullptr); in addCpuPlane()
680 fPlanes.emplace_back(data, rowBytes, std::move(mappedBuffer)); in addMappedPlane()
691 SkSTArray<3, Plane> fPlanes; member in GrSurfaceContext::AsyncReadResult
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetContext.cpp1624 for (int i = 0; i < fPlanes.count(); ++i) { in ~AsyncReadResult()
1625 if (!fPlanes[i].fMappedBuffer) { in ~AsyncReadResult()
1626 delete[] static_cast<const char*>(fPlanes[i].fData); in ~AsyncReadResult()
1629 {std::move(fPlanes[i].fMappedBuffer), fInboxID}); in ~AsyncReadResult()
1634 int count() const override { return fPlanes.count(); } in count()
1635 const void* data(int i) const override { return fPlanes[i].fData; } in data()
1636 size_t rowBytes(int i) const override { return fPlanes[i].fRowBytes; } in rowBytes()
1662 fPlanes.emplace_back(data.release(), rowBytes, nullptr); in addCpuPlane()
1671 fPlanes.emplace_back(data, rowBytes, std::move(mappedBuffer)); in addMappedPlane()
1682 SkSTArray<3, Plane> fPlanes; member in GrRenderTargetContext::AsyncReadResult

12