Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/camera_V4L2/src/
Dcamera_characteristics.cc233 char* focal_length = strtok(tmp_value, ","); in AddPerModuleCharacteristic() local
234 while (focal_length) { in AddPerModuleCharacteristic()
235 float tmp_focal_length = strtof(focal_length, NULL); in AddPerModuleCharacteristic()
249 focal_length = strtok(NULL, ","); in AddPerModuleCharacteristic()
/external/piex/src/
Dpiex_types.h99 Rational focal_length; member
Dtiff_parser.cc219 &preview_image_data->focal_length); in FillPreviewImageData()