HomeSort by relevance Sort by last modified time
    Searched refs:Set_real64 (Results 1 - 10 of 10) sorted by null

  /external/dng_sdk/source/
dng_rational.cpp 35 void dng_srational::Set_real64 (real64 x, int32 dd)
101 void dng_urational::Set_real64 (real64 x, uint32 dd)
dng_rational.h 80 void Set_real64 (real64 x, int32 dd = 0);
139 void Set_real64 (real64 x, uint32 dd = 0);
dng_exif.cpp 521 fExposureTime.Set_real64 (et, 1);
528 fExposureTime.Set_real64 (et, 10);
544 fExposureTime.Set_real64 (et, 100);
570 fShutterSpeedValue.Set_real64 (-log (et) / log (2.0), 1000000);
609 y.Set_real64 (fs, 1);
616 y.Set_real64 (fs, 100);
626 y.Set_real64 (fs, 10);
662 fApertureValue.Set_real64 (av, 1000000);
    [all...]
dng_camera_profile.h 661 fBaselineExposureOffset.Set_real64 (exposureOffset, 100);
dng_negative.h     [all...]
dng_xmp.h 192 void Set_real64 (const char *ns,
dng_linearization_info.cpp 1445 r.Set_real64 (fBlackLevel [row] [col] [plane], fBlackDenom);
1477 r.Set_real64 (fBlackDeltaV->Buffer_real64 () [row], fBlackDenom);
1513 r.Set_real64 (fBlackDeltaH->Buffer_real64 () [col], fBlackDenom);
dng_xmp.cpp 377 coord [1].Set_real64 (minutes, 10000);
382 coord [1].Set_real64 (minutes, 1);
383 coord [2].Set_real64 (seconds, 100);
539 timeStamp [2].Set_real64 (second, 1000);
1436 void dng_xmp::Set_real64 (const char *ns,
    [all...]
dng_negative.cpp 914 result.Set_real64 (AnalogBalance (channel), 1000000);
954 result.Set_real64 (CameraNeutral () [channel], 1000000);
1001 x.Set_real64 (coord.x, 1000000);
1002 y.Set_real64 (coord.y, 1000000);
    [all...]
dng_image_writer.cpp 428 fEntry [index].Set_real64 (m [r] [c], 10000);
    [all...]

Completed in 308 milliseconds