Searched refs:chromaticity_ptr (Results 1 – 1 of 1) sorted by relevance
4986 std::auto_ptr<PrimaryChromaticity> chromaticity_ptr; in Parse() local4989 chromaticity_ptr.reset(new PrimaryChromaticity()); in Parse()4991 chromaticity_ptr.reset(*chromaticity); in Parse()4994 if (!chromaticity_ptr.get()) in Parse()4997 float* value = is_x ? &chromaticity_ptr->x : &chromaticity_ptr->y; in Parse()5008 *chromaticity = chromaticity_ptr.release(); in Parse()