Home
last modified time | relevance | path

Searched refs:Get16m (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c94 static int Get16m(const void * Short) in Get16m() function
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) );