OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Get16m
(Results
1 - 2
of
2
) sorted by null
/external/jhead/
jpgfile.c
36
static int
Get16m
(const void * Short)
89
ImageInfo.Height =
Get16m
(Data+3);
90
ImageInfo.Width =
Get16m
(Data+5);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c
94
static int
Get16m
(const void * Short)
328
imageinfo->nHeight =
Get16m
(Data+3);
329
imageinfo->nWidth =
Get16m
(Data+5);
352
printf("APP:: Image Width x Height = %u * %u\n",
Get16m
(Data+5),
Get16m
(Data+3) );
354
PRINT("JPEG image is %uw * %uh,\n",
Get16m
(Data+3),
Get16m
(Data+5) );
[
all
...]
Completed in 109 milliseconds