Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestDecodeToBuffQueue.cpp64 static FILE* gFp; variable
188 if (fwrite(pCntxt->pDataBase, 1, BUFFER_SIZE_IN_BYTES, gFp) < BUFFER_SIZE_IN_BYTES) { in DecPlayCallback()
271 gFp = fopen(outputPath, "w"); in TestDecToBuffQueue()
272 if (NULL == gFp) { in TestDecToBuffQueue()
528 fclose(gFp); in TestDecToBuffQueue()