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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 84 FILE *fdst = NULL; local
117 if ((fdst = fopen (dstfile, "wb")) == NULL)
217 fwrite(OutputBuf, 1, outData.Length + size1, fdst);
218 fflush(fdst);
222 fwrite(outData.Buffer, 1, outData.Length, fdst);
223 fflush(fdst);
252 if (fdst)
253 fclose(fdst);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 505 double fdst[LP_MAX_VECTOR_LENGTH]; local
510 read_vec(type, dst, fdst);
514 compute_blend_ref(blend, fsrc + j, fdst + j, fcon + j, fref + j);
580 double fdst[4]; local
588 fdst[j] = read_elem(type, dst + j*stride, k);
592 compute_blend_ref(blend, fsrc, fdst, fcon, fref);
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1047 GLfloat fin[4], fout[4], fdst[4]; local
1052 INTERP_4F(t, fdst, fout, fin);
1054 a[j].insert[4-1]( &a[j], vdst + a[j].vertoffset, fdst );
  /external/valgrind/VEX/priv/
host_mips_isel.c 3380 HReg fdst = newVRegF(env); local
    [all...]
host_ppc_isel.c 3834 HReg fdst = newVRegF(env); local
3850 HReg fdst = newVRegF(env); local
3873 HReg fdst = newVRegF(env); local
4085 HReg fdst = newVRegF(env); local
4109 HReg fdst = newVRegF(env); local
    [all...]

Completed in 404 milliseconds