Searched refs:Short (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A Dstd.h195 typedef short int Short; typedef
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dstd.h195 typedef short int Short; typedef
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c94 static int Get16m(const void * Short) argument
96 return(((uchar *)Short)[0] << 8) | ((uchar *)Short)[1];

Completed in 91 milliseconds