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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c466 TCHAR stringYUV[30]; local
477 char stringYUV[30]; local
1344 wsprintf(stringYUV, L"%s.yuv",szOutFile);
1346 fYuvOut = CreateFile(stringYUV, GENERIC_WRITE, 0,
1350 stringYUV);
1376 sprintf(stringYUV, "%s.yuv",szOutFile);
1377 fYuvOut = fopen(stringYUV, "w");
1381 stringYUV);

Completed in 56 milliseconds