Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrwb/enc/SampleCode/
DAMRWB_E_SAMPLE.c84 FILE *fdst = NULL; in encode() local
117 if ((fdst = fopen (dstfile, "wb")) == NULL) in encode()
220 fwrite(OutputBuf, 1, outData.Length + size1, fdst); in encode()
221 fflush(fdst); in encode()
225 fwrite(outData.Buffer, 1, outData.Length, fdst); in encode()
226 fflush(fdst); in encode()
255 if (fdst) in encode()
256 fclose(fdst); in encode()