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

  /frameworks/av/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/main/VEX/priv/
host_mips_isel.c 3371 HReg fdst = newVRegF(env); local
    [all...]
host_ppc_isel.c 3714 HReg fdst = newVRegF(env); local
3730 HReg fdst = newVRegF(env); local
3753 HReg fdst = newVRegF(env); local
3961 HReg fdst = newVRegF(env); local
3985 HReg fdst = newVRegF(env); local
    [all...]

Completed in 8829 milliseconds