Searched defs:szOutFile (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c630 TCHAR* szOutFile = NULL; local
636 char* szOutFile = NULL; local
694 szOutFile = argv[2];
743 printf("\nAPP:: Output File Name is %s \n", szOutFile);
791 fOut = CreateFile(szOutFile, GENERIC_WRITE, 0,
796 szOutFile);
994 for(i = 0; i < strlen(szOutFile); i++){
995 if(szOutFile[i]=='.'){
996 if(szOutFile[i+1]=='y'){
997 szOutFile[
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1090 TCHAR* szOutFile = NULL; local
1096 char* szOutFile = NULL; local
1167 szOutFile="output.jpg";
1216 szOutFile=optarg;
1319 printf("Output File Name is %s \n" , szOutFile);
1754 fOut = CreateFile(szOutFile, GENERIC_WRITE, 0,
1758 szOutFile);
1762 fOut = fopen(szOutFile, "w");
1765 szOutFile);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c460 TCHAR* szOutFile = NULL; local
471 char* szOutFile = NULL; local
540 szOutFile = argv[2];
1332 wsprintf(stringRGB, L"%s.raw",szOutFile);
1344 wsprintf(stringYUV, L"%s.yuv",szOutFile);
1365 sprintf(stringRGB, "%s.raw",szOutFile);
1376 sprintf(stringYUV, "%s.yuv",szOutFile);
1633 APP_DPRINT("Error on %s-->%s\n",szInFile,szOutFile);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c300 char* szOutFile; member in struct:MYDATATYPE
2273 pAppData->szOutFile = argv[2];
2274 pAppData->fOut = fopen(pAppData->szOutFile, "w");
2276 VIDENCTEST_DPRINT("Error: failed to open the file <%s>", pAppData->szOutFile);
2394 VIDENCTEST_MALLOC(pAppData->szOutFileNal, strlen(pAppData->szOutFile)+3, char, pMemoryListHead);
2395 strcpy(pAppData->szOutFileNal, pAppData->szOutFile);
2439 pAppData->fOut = fopen(pAppData->szOutFile, "w");
2479 pAppData->fOut = fopen(pAppData->szOutFile, "w");

Completed in 203 milliseconds