Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_date_time.cpp353 unsigned tzmin = 0; in Decode_ISO_8601() local
358 &tzmin) > 0) in Decode_ISO_8601()
361 fTimeZone.SetOffsetMinutes (sign * (tzhour * 60 + tzmin)); in Decode_ISO_8601()
557 unsigned tzmin = 0; in Decode_IPTC_Time() local
567 &tzmin) == 2) in Decode_IPTC_Time()
572 zone.SetOffsetMinutes (tzsign * (tzhour * 60 + tzmin)); in Decode_IPTC_Time()
/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
DBVH.pde81 float tzmin, tzmax;
83 tzmin = (min_z - r.ori.z) * (1.0f / r.dir.z);
86 tzmin = (max_z - r.ori.z) * (1.0f / r.dir.z);
89 if (tmax < tzmin || tmin > tzmax) {