Home
last modified time | relevance | path

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

/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()