Searched refs:szInFile (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
D | JPEGTestEnc.c | 1089 TCHAR* szInFile = NULL; in _tmain() local 1095 char* szInFile = NULL; in _tmain() local 1212 szInFile=optarg; in _tmain() 1379 fIn = CreateFile(szInFile, GENERIC_READ, 0, in _tmain() 1384 "reading\n", szInFile); in _tmain() 1388 fIn = fopen(szInFile, "r"); in _tmain() 1391 szInFile); in _tmain() 1394 PRINT(" File %s opened \n" , szInFile); in _tmain()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
D | JPEGTest.c | 629 TCHAR* szInFile = NULL; local 635 char* szInFile = NULL; local 693 szInFile = argv[1]; 800 fIn = CreateFile(szInFile, GENERIC_READ, 0, 804 "access\n", szInFile); 810 fIn = fopen(szInFile, "r"); 813 szInFile); 816 PRINT("APP:: File %s opened \n" , szInFile);
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
D | VPPTest.c | 459 TCHAR* szInFile = NULL; in _tmain() local 470 char* szInFile = NULL; in _tmain() local 539 szInFile = argv[1]; in _tmain() 1633 APP_DPRINT("Error on %s-->%s\n",szInFile,szOutFile); in _tmain()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
D | VideoEncTest.c | 299 char* szInFile; member 2265 pAppData->szInFile = argv[1]; in VIDENCTEST_CheckArgs() 2266 pAppData->fIn = fopen(pAppData->szInFile, "r"); in VIDENCTEST_CheckArgs() 2268 printf("Error: failed to open the file <%s>", pAppData->szInFile); in VIDENCTEST_CheckArgs()
|