Searched refs:Get16m (Results 1 – 1 of 1) sorted by relevance
94 static int Get16m(const void * Short) in Get16m() function328 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) );