HomeSort by relevance Sort by last modified time
    Searched refs:FocalLength (Results 1 - 3 of 3) sorted by null

  /external/jhead/
exif.c 258 { TAG_FOCALLENGTH, "FocalLength", FMT_URATIONAL, 1},
    [all...]
main.c 636 if (ImageInfo.FocalLength.num != 0 && ImageInfo.FocalLength.denom != 0) {
637 bufLen = addKeyValueRational(&buf, bufLen, "FocalLength", ImageInfo.FocalLength);
jhead.h 104 rat_t FocalLength;

Completed in 56 milliseconds