Home
last modified time | relevance | path

Searched refs:totalPlanes (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_async_copy3D.cpp240 size_t totalPlanes = in test_copy3D() local
243 * (totalPlanes in test_copy3D()
245 + (totalPlanes - 1) * srcPlaneStride); in test_copy3D()
247 * (totalPlanes in test_copy3D()
249 + (totalPlanes - 1) * dstPlaneStride); in test_copy3D()
/external/dng_sdk/source/
Ddng_lens_correction.h118 virtual void PropagateToAllPlanes (uint32 totalPlanes) = 0;
322 virtual void PropagateToAllPlanes (uint32 totalPlanes);
428 virtual void PropagateToAllPlanes (uint32 totalPlanes);
Ddng_lens_correction.cpp399 void dng_warp_params_rectilinear::PropagateToAllPlanes (uint32 totalPlanes) in PropagateToAllPlanes() argument
402 for (uint32 plane = fPlanes; plane < totalPlanes; plane++) in PropagateToAllPlanes()
798 void dng_warp_params_fisheye::PropagateToAllPlanes (uint32 totalPlanes) in PropagateToAllPlanes() argument
801 for (uint32 plane = fPlanes; plane < totalPlanes; plane++) in PropagateToAllPlanes()