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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDCC.cpp165 OMX_S32 lSize; local
192 lSize = ftell(pFile);
198 result = fread(buffer, 1, lSize, pFile);
199 if (result != (size_t) lSize) {
202 buffer = buffer + lSize;
205 dcc_buf_size = dcc_buf_size + lSize;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c554 OMX_S32 lSize; local
590 lSize = ftell(pFile);
599 lSize, pFile);
600 if (result != (size_t) lSize)
607 buffer + lSize;
611 dcc_buf_size + lSize;
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c760 OMX_S32 lSize; local
796 lSize = ftell(pFile);
805 lSize, pFile);
806 if (result != (size_t) lSize)
813 buffer + lSize;
817 dcc_buf_size + lSize;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c186 long lSize = 0; local
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);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c816 ReadFile(fIn, pBuf->pBuffer, lSize, &nRead, NULL);

Completed in 183 milliseconds