Searched refs:outputFp (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp84 static FILE* outputFp; variable
328 if (outputFp != NULL && fwrite(pCntxt->pData, 1, BUFFER_SIZE_IN_BYTES, outputFp)
450 outputFp = fopen(outputPath, "w");
451 if (NULL == outputFp) {
456 outputFp = NULL;
845 if (outputFp != NULL) {
846 fclose(outputFp);

Completed in 68 milliseconds