Home
last modified time | relevance | path

Searched refs:dstFilePath (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoCapture.h106 void DEMOCaptureCopy(GX2ColorBuffer *srcBuffer, const char *dstFilePath);
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoCapture.h106 void DEMOCaptureCopy(GX2ColorBuffer *srcBuffer, const char *dstFilePath);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoCapture.c359 void DEMOCaptureCopy(GX2ColorBuffer *srcBuffer, const char *dstFilePath) in DEMOCaptureCopy() argument
422 if(NULL != dstFilePath) { in DEMOCaptureCopy()
423 if(*dstFilePath==0) in DEMOCaptureCopy()
429 res = DEMOFSOpenFileMode(dstFilePath, &finfo, "w"); in DEMOCaptureCopy()
431 DEMOPrintf("Unable to open file %s for capture output\n", dstFilePath); in DEMOCaptureCopy()
436 DEMOPrintf("Unable to write to file %s for capture output\n", dstFilePath); in DEMOCaptureCopy()
441 DEMOPrintf("Error closing file %s for capture output\n", dstFilePath); in DEMOCaptureCopy()