OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMT_USHORT
(Results
1 - 3
of
3
) sorted by null
/external/jhead/
exif.c
191
// TODO: replace the ", 0" values in this table with the correct format, e.g. ",
FMT_USHORT
"
195
{ TAG_IMAGE_WIDTH, "ImageWidth",
FMT_USHORT
, 1},
196
{ TAG_IMAGE_LENGTH, "ImageLength",
FMT_USHORT
, 1},
197
{ TAG_BITS_PER_SAMPLE, "BitsPerSample",
FMT_USHORT
, 3},
198
{ TAG_COMPRESSION, "Compression",
FMT_USHORT
, 1},
199
{ TAG_PHOTOMETRIC_INTERP, "PhotometricInterpretation",
FMT_USHORT
, 1},
205
{ TAG_SRIP_OFFSET, "StripOffsets",
FMT_USHORT
, 1},
206
{ TAG_ORIENTATION, "Orientation",
FMT_USHORT
, 1},
207
{ TAG_SAMPLES_PER_PIXEL, "SamplesPerPixel",
FMT_USHORT
, 3},
208
{ TAG_ROWS_PER_STRIP, "RowsPerStrip",
FMT_USHORT
, 1}
[
all
...]
makernote.c
126
if (Tag == 4 && Format ==
FMT_USHORT
){
jhead.h
209
#define
FMT_USHORT
3
Completed in 31 milliseconds