HomeSort by relevance Sort by last modified time
    Searched refs:vf (Results 1 - 25 of 41) sorted by null

1 2

  /external/tremolo/Tremolo/
vorbisfile.c 91 static long _get_data(OggVorbis_File *vf){
93 if(vf->datasource){
94 unsigned char *buffer=ogg_sync_bufferin(vf->oy,CHUNKSIZE);
95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
96 if(bytes>0)ogg_sync_wrote(vf->oy,bytes);
104 static void _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){
105 if(vf->datasource){
106 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET)
    [all...]
ivorbisfile.h 100 extern int ov_clear(OggVorbis_File *vf);
101 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
105 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
108 extern int ov_test_open(OggVorbis_File *vf);
110 extern long ov_bitrate(OggVorbis_File *vf,int i);
111 extern long ov_bitrate_instant(OggVorbis_File *vf);
112 extern long ov_streams(OggVorbis_File *vf);
113 extern long ov_seekable(OggVorbis_File *vf);
    [all...]
  /external/clang/test/CodeGen/
altivec.c 20 vector float vf; local
22 vf = (vector float)(1.0); // CHECK: <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
38 vector float vf; local
39 vf++; // CHECK: fadd <4 x float> {{.*}} <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
builtins-ppc-altivec.c 13 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
56 vf = vec_abs(vf); // CHECK: and <4 x i32>
87 res_vf = vec_add(vf, vf); // CHECK: fadd <4 x float>
106 res_vf = vec_vaddfp(vf, vf); // CHECK: fadd <4 x float>
255 res_vf = vec_andc(vf, vf); // CHECK: xor <4 x i32>
258 res_vf = vec_andc(vbi, vf); // CHECK: xor <4 x i32
    [all...]
  /external/clang/test/Modules/
submodules.cpp 15 vector<float> vf; variable
  /external/clang/test/SemaCXX/
altivec.cpp 16 vector float vf; local
31 int res12[vec_step(vf) == 4 ? 1 : -1];
62 vector float vf; local
63 vf++;
destructor.cpp 194 struct VF final: VB {};
227 VF vf; use(vf); local
290 VF* vf = new VF(); local
291 delete vf;
328 simple_ptr<VF> vf(new VF())
    [all...]
  /external/clang/test/CodeGenCXX/
constructor-for-array-members.cpp 10 float vf = 1.00; variable
13 S() : iS(i++), f1(vf++) {printf("S::S()\n");}
  /external/clang/test/Sema/
altivec-init.c 21 vector float vf; local
22 vf = (vector float)(1.0);
  /bionic/libc/kernel/common/linux/
if_link.h 240 __u32 vf; member in struct:ifla_vf_mac
245 __u32 vf; member in struct:ifla_vf_vlan
251 __u32 vf; member in struct:ifla_vf_tx_rate
256 __u32 vf; member in struct:ifla_vf_info
  /external/clang/test/Parser/
cxx-class.cpp 22 virtual int vf() const volatile = 0;
  /external/iproute2/include/linux/
if_link.h 255 __u32 vf; member in struct:ifla_vf_mac
260 __u32 vf; member in struct:ifla_vf_vlan
266 __u32 vf; member in struct:ifla_vf_tx_rate
271 __u32 vf; member in struct:ifla_vf_info
278 /* VF ports management section
  /external/kernel-headers/original/linux/
if_link.h 258 __u32 vf; member in struct:ifla_vf_mac
263 __u32 vf; member in struct:ifla_vf_vlan
269 __u32 vf; member in struct:ifla_vf_tx_rate
274 __u32 vf; member in struct:ifla_vf_info
281 /* VF ports management section
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 181 struct v4l2_frequency vf; local
193 res = ioctl(g_radio_fd, VIDIOC_G_FREQUENCY,&vf);
202 printf("Transmitting at Frequency %3.2f MHz\n",vf.frequency /
208 struct v4l2_frequency vf; local
220 res = ioctl(g_radio_fd, VIDIOC_G_FREQUENCY,&vf);
229 printf("Tuned to frequency %3.2f MHz \n",vf.frequency / ( 16.0 * div));
451 struct v4l2_frequency vf; local
465 vf.tuner = 0;
466 vf.frequency = rint(user_freq * 16000 + 0.5);
470 vf.frequency /= 1000
486 struct v4l2_frequency vf; local
1017 struct v4l2_frequency vf; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 362 UInt vf = (cc_dep1 >> ARMG_CC_SHIFT_V) & 1; local
363 return vf;
370 UInt vf = ((res ^ argL) & (res ^ argR)) >> 31; local
371 return vf;
378 UInt vf = ((argL ^ argR) & (argL ^ res)) >> 31; local
379 return vf;
388 UInt vf = ((res ^ argL) & (res ^ argR)) >> 31; local
389 return vf;
398 UInt vf = ((argL ^ argR) & (argL ^ res)) >> 31; local
399 return vf;
405 UInt vf = oldV; local
412 UInt vf = oldV; local
419 UInt vf = oldV; local
475 UInt nf, zf, vf, cf, inv; local
    [all...]
  /external/quake/quake/src/QW/client/
mathlib.c 101 vec3_t vr, vup, vf; local
103 vf[0] = dir[0];
104 vf[1] = dir[1];
105 vf[2] = dir[2];
108 CrossProduct( vr, vf, vup );
118 m[0][2] = vf[0];
119 m[1][2] = vf[1];
120 m[2][2] = vf[2];
  /external/quake/quake/src/WinQuake/
mathlib.cpp 101 vec3_t vr, vup, vf; local
103 vf[0] = dir[0];
104 vf[1] = dir[1];
105 vf[2] = dir[2];
108 CrossProduct( vr, vf, vup );
118 m[0][2] = vf[0];
119 m[1][2] = vf[1];
120 m[2][2] = vf[2];
  /gdk/samples/quake/jni/
mathlib.cpp 101 vec3_t vr, vup, vf; local
103 vf[0] = dir[0];
104 vf[1] = dir[1];
105 vf[2] = dir[2];
108 CrossProduct( vr, vf, vup );
118 m[0][2] = vf[0];
119 m[1][2] = vf[1];
120 m[2][2] = vf[2];
  /external/libvpx/vp8/encoder/
mcomp.h 44 const vp8_variance_fn_ptr_t *vf,
mcomp.c 223 besterr = vfp->vf(y, d->pre_stride, z, b->src_stride, &sse);
339 bestmse = vfp->vf(y, d->pre_stride, z, b->src_stride, &sse);
623 bestmse = vfp->vf(y, d->pre_stride, z, b->src_stride, &sse);
897 return vfp->vf(src, src_stride, PRE(br, bc), d->pre_stride, &thiserr) + mv_err_cost(best_mv, center_mv, mvcost, error_per_bit) ;
1019 return fn_ptr->vf(what, what_stride, best_address, in_what_stride, (unsigned int *)(&thissad))
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 2333 final Rect vf = mTmpVisibleFrame; local
2588 final Rect vf = mTmpVisibleFrame; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 262 SDL_PixelFormat *vf = SDL_VideoSurface->format;
263 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
265 0, vf->palette->ncolors, vf->palette->colors);
701 SDL_PixelFormat *vf = mode->format; local
702 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
703 video->SetColors(this, 0, vf->palette->ncolors,
704 vf->palette->colors)
938 SDL_PixelFormat *vf; local
    [all...]
  /external/iproute2/ip/
iplink.c 71 fprintf(stderr, " [ vf NUM [ mac LLADDR ]\n");
179 int iplink_parse_vf(int vf, int *argcp, char ***argvp,
193 ivm.vf = vf;
204 ivv.vf = vf;
225 ivt.vf = vf;
254 int vf = -1; local
352 } else if (strcmp(*argv, "vf") == 0)
    [all...]
  /external/openssl/crypto/srp/
srp_vfy.c 529 char *vf; local
576 if (((vf = OPENSSL_malloc(BN_num_bytes(v)*2)) == NULL))
578 t_tob64(vf, tmp, BN_num_bytes(v));
580 *verifier = vf;
586 OPENSSL_free(vf);
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 474 struct v4l2_frequency vf; local
488 vf.tuner = 0;
489 vf.frequency = rint(user_freq * 16 + 0.5);
493 vf.frequency /=1000;
495 status = ioctl(radio_fd, VIDIOC_S_FREQUENCY, &vf);
515 struct v4l2_frequency vf; local
519 status = ioctl(radio_fd, VIDIOC_G_FREQUENCY,&vf);
526 V4L2_JBTL_LOGD("Tuned to frequency %2.1f MHz \n",(float)vf.frequency/1000);
527 nativeJFmRx_Callback(jContext,status,FM_RX_CMD_GET_TUNED_FREQUENCY,vf.frequency);
812 struct v4l2_frequency vf; local
    [all...]

Completed in 6318 milliseconds

1 2