OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outputfp
(Results
1 - 1
of
1
) sorted by null
/frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp
84
static FILE*
outputFp
;
327
if (
outputFp
!= NULL && fwrite(pCntxt->pData, 1, BUFFER_SIZE_IN_BYTES,
outputFp
)
449
outputFp
= fopen(outputPath, "w");
450
if (NULL ==
outputFp
) {
455
outputFp
= NULL;
[
all
...]
Completed in 620 milliseconds