Home
last modified time | relevance | path

Searched refs:focal_length (Results 1 – 4 of 4) sorted by relevance

/external/dynamic_depth/internal/dynamic_depth/
Dimaging_model.cc32 Point<double> focal_length(0, 0); in ParseFields() local
39 if (!deserializer.ParseDouble(prefix, kFocalLengthX, &focal_length.x) || in ParseFields()
40 !deserializer.ParseDouble(prefix, kFocalLengthY, &focal_length.y) || in ParseFields()
82 ImagingModelParams params(focal_length, image_size); in ParseFields()
133 return params_.focal_length; in GetFocalLength()
165 std::to_string(params_.focal_length.x)) || in Serialize()
168 std::to_string(params_.focal_length.y)) || in Serialize()
/external/dynamic_depth/includes/dynamic_depth/
Dimaging_model.h16 Point<double> focal_length; member
32 : focal_length(focal_len), in ImagingModelParams()
40 return focal_length == other.focal_length &&
/external/piex/src/
Dpiex_types.h99 Rational focal_length; member
Dtiff_parser.cc222 &preview_image_data->focal_length); in FillPreviewImageData()