Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_pixel_buffer.cpp30 bool SafeUint32ToInt32Mult(uint32 arg1, uint32 arg2, int32 *result) { in SafeUint32ToInt32Mult() function
393 !SafeUint32ToInt32Mult (fArea.W(), fPlanes, &fRowStep)) in dng_pixel_buffer()
404 !SafeUint32ToInt32Mult (fArea.H(), fArea.W(), &fPlaneStep)) in dng_pixel_buffer()
427 !SafeUint32ToInt32Mult (planeStepUint32, fPlanes, &fRowStep)) in dng_pixel_buffer()