Home
last modified time | relevance | path

Searched refs:srcPlane (Results 1 – 8 of 8) sorted by relevance

/external/dng_sdk/source/
Ddng_mosaic_info.h153 uint32 srcPlane = 0) const;
168 uint32 srcPlane = 0) const;
183 uint32 srcPlane = 0) const;
Ddng_mosaic_info.cpp1124 uint32 srcPlane);
1140 uint32 srcPlane) in dng_fast_interpolator() argument
1150 fSrcPlane = srcPlane; in dng_fast_interpolator()
1807 uint32 srcPlane) const in InterpolateGeneric()
1837 dng_pixel_buffer srcBuffer (dng_rect (srcTileSize), srcPlane, 1, in InterpolateGeneric()
1935 uint32 srcPlane) const in InterpolateFast()
1944 srcPlane); in InterpolateFast()
1964 uint32 srcPlane) const in Interpolate()
1974 srcPlane); in Interpolate()
1986 srcPlane); in Interpolate()
Ddng_negative.cpp4051 int32 srcPlane) in DoInterpolateStage3() argument
4073 if (srcPlane < 0 || srcPlane >= (int32) stage2.Planes ()) in DoInterpolateStage3()
4075 srcPlane = 0; in DoInterpolateStage3()
4083 srcPlane); in DoInterpolateStage3()
4109 int32 srcPlane) in DoBuildStage3() argument
4133 if ((fStage2Image->Planes () > 1) && (srcPlane < 0)) in DoBuildStage3()
4145 DoInterpolateStage3 (host, srcPlane); in DoBuildStage3()
4163 int32 srcPlane) in BuildStage3Image() argument
4179 DoBuildStage3 (host, srcPlane); in BuildStage3Image()
Ddng_image.cpp753 uint32 srcPlane, in CopyArea() argument
775 destTile.CopyArea (srcTile, srcTileArea, srcPlane, dstPlane, planes); in CopyArea()
Ddng_image.h287 uint32 srcPlane,
Ddng_negative.h2290 int32 srcPlane = -1);
2385 int32 srcPlane);
2390 int32 srcPlane);
Ddng_pixel_buffer.h625 uint32 srcPlane,
Ddng_pixel_buffer.cpp712 uint32 srcPlane, in CopyArea() argument
722 srcPlane); in CopyArea()