/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 | 2416 HReg fdst = newVRegF(env); local [all...] |
host_ppc_isel.c | 3399 HReg fdst = newVRegF(env); local 3415 HReg fdst = newVRegF(env); local 3438 HReg fdst = newVRegF(env); local 3663 HReg fdst = newVRegF(env); local 3687 HReg fdst = newVRegF(env); local [all...] |