HomeSort by relevance Sort by last modified time
    Searched refs:gFp (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 65 static FILE* gFp;
120 fwrite(pCntxt->pDataBase, BUFFER_SIZE_IN_BYTES, 1, gFp);
144 gFp = fopen(path, "w");
145 if (NULL == gFp) {
317 fclose(gFp);
slesTestDecodeToBuffQueue.cpp 64 static FILE* gFp;
188 if (fwrite(pCntxt->pDataBase, 1, BUFFER_SIZE_IN_BYTES, gFp) < BUFFER_SIZE_IN_BYTES) {
271 gFp = fopen(outputPath, "w");
272 if (NULL == gFp) {
528 fclose(gFp);

Completed in 222 milliseconds