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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c606 int nOutformat; local
668 printf("usage: %S <input.jpg> <output.yuv> <nOutformat-1:420 4:422 9:RGB16 10: RGB24 11:RGB32 12:BGR32> <nResizeMode> <nRepeat> <nSections> <nXOrigin> <nYOrigin> <nXLenght> <nYLenght>\n",
671 printf("usage: %s <input.jpg> <output.yuv> <nOutformat-1:Original(default) 4:422 9:RGB16 10: RGB24 11:RGB32 12:BGR32> <nResizeMode> <nRepeat> <nSections> <nXOrigin> <nYOrigin> <nXLenght> <nYLenght>\n",
696 nOutformat = _wtoi(argv[3]);
699 nOutformat = atoi(argv[3]);
709 if(nOutformat >= 9){
970 if ( nOutformat == 4 ) {
973 else if (nOutformat == 9) {
977 else if (nOutformat == 10) {
980 else if (nOutformat
[all...]

Completed in 3 milliseconds