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

  /external/dng_sdk/source/
dng_negative.cpp 1245 const dng_camera_profile & dng_negative::ProfileByIndex (uint32 index) const
1249 "Invalid index for ProfileByIndex");
1281 const dng_camera_profile &profile = ProfileByIndex (index);
1303 const dng_camera_profile &profile = ProfileByIndex (index);
1324 const dng_camera_profile &profile = ProfileByIndex (index);
1355 const dng_camera_profile &profile = ProfileByIndex (index);
1382 return &ProfileByIndex (bestIndex);
1393 return &ProfileByIndex (0);
1426 const dng_camera_profile &profile (ProfileByIndex (index));
1442 const dng_camera_profile &profile (ProfileByIndex (index))
    [all...]
dng_negative.h     [all...]
dng_image_writer.cpp     [all...]

Completed in 468 milliseconds