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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
H A Damrnb_enc_test.cpp64 FILE *fDst = NULL; local
83 fDst = fopen(dstFile, "wb");
84 if (fDst == NULL) {
103 fwrite("#!AMR\n", 1, 6, fDst);
145 fwrite(outputBuf, 1, bytesGenerated, fDst);
167 if (fDst) {
168 fclose(fDst);

Completed in 38 milliseconds