Searched refs:maxFS (Results 1 – 3 of 3) sorted by relevance
1218 real64 maxFS = fLensInfo [3].As_real64 (); in Parse_ifd0() local1220 if (minFS == maxFS) in Parse_ifd0()1223 printf (" f/%0.1f-%0.1f", minFS, maxFS); in Parse_ifd0()3433 real64 maxFS = fLensInfo [3].As_real64 (); in Parse_ifd0_exif() local3435 if (minFS == maxFS) in Parse_ifd0_exif()3438 printf (" f/%0.1f-%0.1f", minFS, maxFS); in Parse_ifd0_exif()
3429 real64 maxFS = exif.fLensInfo [3].As_real64 (); in SyncExif() local3434 else if (minFS == maxFS) in SyncExif()3438 sprintf (s, "%.1f-%.1f mm f/%.1f-%.1f", minFL, maxFL, minFS, maxFS); in SyncExif()
97 uint64_t maxFS; // max frame size in macroblocks in H264ProfileLevelSetter() member152 if (targetFS <= limit.maxFS && targetMBPS <= limit.maxMBPS && bitrate.v.value <= maxBR) { in H264ProfileLevelSetter()