Searched refs:focal_length (Results 1 – 3 of 3) sorted by relevance
233 char* focal_length = strtok(tmp_value, ","); in AddPerModuleCharacteristic() local234 while (focal_length) { in AddPerModuleCharacteristic()235 float tmp_focal_length = strtof(focal_length, NULL); in AddPerModuleCharacteristic()249 focal_length = strtok(NULL, ","); in AddPerModuleCharacteristic()
99 Rational focal_length; member
219 &preview_image_data->focal_length); in FillPreviewImageData()