Searched refs:srcPlane (Results 1 – 8 of 8) sorted by relevance
/external/dng_sdk/source/ |
D | dng_mosaic_info.h | 153 uint32 srcPlane = 0) const; 168 uint32 srcPlane = 0) const; 183 uint32 srcPlane = 0) const;
|
D | dng_mosaic_info.cpp | 1124 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()
|
D | dng_negative.cpp | 4051 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()
|
D | dng_image.cpp | 753 uint32 srcPlane, in CopyArea() argument 775 destTile.CopyArea (srcTile, srcTileArea, srcPlane, dstPlane, planes); in CopyArea()
|
D | dng_image.h | 287 uint32 srcPlane,
|
D | dng_negative.h | 2290 int32 srcPlane = -1); 2385 int32 srcPlane); 2390 int32 srcPlane);
|
D | dng_pixel_buffer.h | 625 uint32 srcPlane,
|
D | dng_pixel_buffer.cpp | 712 uint32 srcPlane, in CopyArea() argument 722 srcPlane); in CopyArea()
|