OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 36 milliseconds