Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_negative.cpp1245 const dng_camera_profile & dng_negative::ProfileByIndex (uint32 index) const in ProfileByIndex() function in dng_negative
1281 const dng_camera_profile &profile = ProfileByIndex (index); in ProfileByID()
1303 const dng_camera_profile &profile = ProfileByIndex (index); in ProfileByID()
1324 const dng_camera_profile &profile = ProfileByIndex (index); in ProfileByID()
1355 const dng_camera_profile &profile = ProfileByIndex (index); in ProfileByID()
1382 return &ProfileByIndex (bestIndex); in ProfileByID()
1393 return &ProfileByIndex (0); in ProfileByID()
1426 const dng_camera_profile &profile (ProfileByIndex (index)); in ComputeCameraProfileToEmbed()
1442 const dng_camera_profile &profile (ProfileByIndex (index)); in ComputeCameraProfileToEmbed()
Ddng_negative.h1648 const dng_camera_profile & ProfileByIndex (uint32 index) const;
Ddng_image_writer.cpp6324 const dng_camera_profile &profile (negative.ProfileByIndex (index)); in WriteDNG()
6809 const dng_camera_profile &profile (negative.ProfileByIndex (index)); in WriteDNG()