Searched refs:fExtraCameraProfiles (Results 1 – 3 of 3) sorted by relevance
144 dng_std_vector<dng_camera_profile_info> fExtraCameraProfiles; variable
1174 , fExtraCameraProfiles () in dng_shared()2545 fExtraCameraProfiles.reserve (tagCount); in Parse_ifd0()2572 fExtraCameraProfiles.push_back (profileInfo); in Parse_ifd0()
3079 for (uint32 index = 0; index < (uint32) shared.fExtraCameraProfiles.size (); index++) in Parse()3087 dng_camera_profile_info &profileInfo = shared.fExtraCameraProfiles [index]; in Parse()