Home
last modified time | relevance | path

Searched refs:szOutFile (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
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[i+1]='r';
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
DJPEGTestEnc.c1090 TCHAR* szOutFile = NULL; in _tmain() local
1096 char* szOutFile = NULL; in _tmain() local
1167 szOutFile="output.jpg"; in _tmain()
1216 szOutFile=optarg; in _tmain()
1319 printf("Output File Name is %s \n" , szOutFile); in _tmain()
1754 fOut = CreateFile(szOutFile, GENERIC_WRITE, 0, in _tmain()
1758 szOutFile); in _tmain()
1762 fOut = fopen(szOutFile, "w"); in _tmain()
1765 szOutFile); in _tmain()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.c460 TCHAR* szOutFile = NULL; in _tmain() local
471 char* szOutFile = NULL; in _tmain() local
540 szOutFile = argv[2]; in _tmain()
1332 wsprintf(stringRGB, L"%s.raw",szOutFile); in _tmain()
1344 wsprintf(stringYUV, L"%s.yuv",szOutFile); in _tmain()
1365 sprintf(stringRGB, "%s.raw",szOutFile); in _tmain()
1376 sprintf(stringYUV, "%s.yuv",szOutFile); 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/
DVideoEncTest.c300 char* szOutFile; member
2273 pAppData->szOutFile = argv[2]; in VIDENCTEST_CheckArgs()
2274 pAppData->fOut = fopen(pAppData->szOutFile, "w"); in VIDENCTEST_CheckArgs()
2276 VIDENCTEST_DPRINT("Error: failed to open the file <%s>", pAppData->szOutFile); in VIDENCTEST_CheckArgs()
2394 … VIDENCTEST_MALLOC(pAppData->szOutFileNal, strlen(pAppData->szOutFile)+3, char, pMemoryListHead); in VIDENCTEST_CheckArgs()
2395 strcpy(pAppData->szOutFileNal, pAppData->szOutFile); in VIDENCTEST_CheckArgs()
2439 pAppData->fOut = fopen(pAppData->szOutFile, "w"); in VIDENCTEST_Confirm()
2479 pAppData->fOut = fopen(pAppData->szOutFile, "w"); in VIDENCTEST_Confirm()