OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExposureTime
(Results
1 - 3
of
3
) sorted by null
/external/jhead/
exif.c
234
{ TAG_EXPOSURETIME, "
ExposureTime
", FMT_SRATIONAL, 1},
[
all
...]
main.c
647
if (ImageInfo.
ExposureTime
){
649
if (ImageInfo.
ExposureTime
< 0.010){
655
bufLen = addKeyValueDouble(&buf, bufLen, "
ExposureTime
", (double)ImageInfo.
ExposureTime
, format);
jhead.h
105
float
ExposureTime
;
Completed in 51 milliseconds