HomeSort by relevance Sort by last modified time
    Searched refs:lSize (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 186 long lSize = 0;
190 lSize = GetFileSize(infile, NULL );
194 lSize = ftell (infile);
198 PRINT ("Size is %d \n", (int)lSize);
289 return lSize;
492 lSize = GetFileSize(fIn, NULL );
496 //lSize = ftell (fIn);
506 PRINT ("printing lsize %d \n", (int) lBuffUsed);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 816 ReadFile(fIn, pBuf->pBuffer, lSize, &nRead, NULL);
    [all...]

Completed in 172 milliseconds