HomeSort by relevance Sort by last modified time
    Searched defs:fdst (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 83 FILE *fdst = NULL; local
116 if ((fdst = fopen (dstfile, "wb")) == NULL)
216 fwrite(OutputBuf, 1, outData.Length + size1, fdst);
217 fflush(fdst);
221 fwrite(outData.Buffer, 1, outData.Length, fdst);
222 fflush(fdst);
251 if (fdst)
252 fclose(fdst);
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 2998 HReg fdst = newVRegF(env); local
3190 HReg fdst = newVRegF(env); local
3212 HReg fdst = newVRegF(env); local
    [all...]

Completed in 807 milliseconds