HomeSort by relevance Sort by last modified time
    Searched defs:vd (Results 1 - 25 of 37) sorted by null

1 2

  /external/libvorbis/lib/
synthesis.c 27 vorbis_dsp_state *vd= vb ? vb->vd : 0; local
28 private_state *b= vd ? vd->backend_state : 0;
29 vorbis_info *vi= vd ? vd->vi : 0;
34 if (!vd || !b || !vi || !ci || !opb) {
95 vorbis_dsp_state *vd=vb->vd; local
96 private_state *b=vd->backend_state
    [all...]
bitrate.c 65 vorbis_dsp_state *vd=vb->vd; local
66 private_state *b=vd->backend_state;
76 vorbis_dsp_state *vd=vb->vd; local
77 private_state *b=vd->backend_state;
79 vorbis_info *vi=vd->vi;
230 int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,ogg_packet *op){
231 private_state *b=vd->backend_state;
floor0.c 114 vorbis_dsp_state *vd=vb->vd; local
115 vorbis_info *vi=vd->vi;
144 static vorbis_look_floor *floor0_look(vorbis_dsp_state *vd,
169 codec_setup_info *ci=vb->vd->vi->codec_setup;
mapping0.c 239 vorbis_dsp_state *vd=vb->vd; local
240 vorbis_info *vi=vd->vi;
242 private_state *b=vb->vd->backend_state;
707 vorbis_dsp_state *vd=vb->vd; local
708 vorbis_info *vi=vd->vi;
710 private_state *b=vd->backend_state;
psytune.c 382 vorbis_dsp_state vd; local
383 memset(&vd,0,sizeof(vd));
384 vd.vi=&vi;
385 vb.vd=&vd;
vorbisfile.c 600 if(vorbis_synthesis_init(&vf->vd,vf->vi+vf->current_link))
603 if(vorbis_synthesis_init(&vf->vd,vf->vi))
606 vorbis_block_init(&vf->vd,&vf->vb);
656 vorbis_dsp_clear(&vf->vd);
711 int oldsamples=vorbis_synthesis_pcmout(&vf->vd,NULL);
716 vorbis_synthesis_blockin(&vf->vd,&vf->vb);
717 vf->samptrack+=vorbis_synthesis_pcmout(&vf->vd,NULL)-oldsamples;
746 samples=vorbis_synthesis_pcmout(&vf->vd,NULL);
953 vorbis_dsp_clear(&vf->vd);
2085 vorbis_dsp_state *vd=&vf->vd; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tea575x-tuner.h 37 struct video_device vd; /* video device */ member in struct:snd_tea575x
control.h 77 struct snd_kcontrol_volatile vd[0]; /* volatile data */ member in struct:snd_kcontrol
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tea575x-tuner.h 37 struct video_device vd; /* video device */ member in struct:snd_tea575x
control.h 77 struct snd_kcontrol_volatile vd[0]; /* volatile data */ member in struct:snd_kcontrol
  /external/libvorbis/examples/
decoder_example.c 53 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */ local
201 if(vorbis_synthesis_init(&vd,&vi)==0){ /* central decode state */
202 vorbis_block_init(&vd,&vb); /* local state for most of the decode
206 for vd here */
231 vorbis_synthesis_blockin(&vd,&vb);
239 while((samples=vorbis_synthesis_pcmout(&vd,&pcm))>0){
270 fprintf(stderr,"Clipping in frame %ld\n",(long)(vd.sequence));
275 vorbis_synthesis_read(&vd,bout); /* tell libvorbis how
296 vorbis_dsp_clear(&vd);
encoder_example.c 52 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */ local
141 vorbis_analysis_init(&vd,&vi);
142 vorbis_block_init(&vd,&vb);
162 vorbis_analysis_headerout(&vd,&vc,&header,&header_comm,&header_code);
189 vorbis_analysis_wrote(&vd,0);
195 float **buffer=vorbis_analysis_buffer(&vd,READ);
206 vorbis_analysis_wrote(&vd,i);
212 while(vorbis_analysis_blockout(&vd,&vb)==1){
218 while(vorbis_bitrate_flushpacket(&vd,&op)){
243 vorbis_dsp_clear(&vd);
    [all...]
  /external/libvorbis/test/
write_read.c 40 vorbis_dsp_state vd; local
62 vorbis_analysis_init (&vd,&vi);
63 vorbis_block_init (&vd,&vb);
72 vorbis_analysis_headerout (&vd,&vc,&header,&header_comm,&header_code);
90 float **buffer = vorbis_analysis_buffer (&vd,count);
97 vorbis_analysis_wrote (&vd,count);
98 vorbis_analysis_wrote (&vd,0);
101 while (vorbis_analysis_blockout (&vd,&vb) == 1) {
105 while (vorbis_bitrate_flushpacket (&vd,&op)) {
123 vorbis_dsp_clear (&vd);
142 vorbis_dsp_state vd; local
    [all...]
  /external/tremolo/Tremolo/
ivorbisfile.h 94 vorbis_dsp_state *vd; /* central working state for the packet->PCM decoder */ member in struct:OggVorbis_File
  /external/libvorbis/include/vorbis/
vorbisfile.h 141 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */ member in struct:OggVorbis_File
codec.h 102 vorbis_dsp_state *vd; /* For read-only access of configuration */ member in struct:vorbis_block
199 extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 357 // Don't use SET as vd can be NULL
359 const google::protobuf::EnumValueDescriptor* vd; local
366 vd = ed->FindValueByNumber(i32_value);
367 if (vd == NULL) {
376 vd = ed->FindValueByName(str_value);
377 if (vd == NULL) {
383 if (vd != NULL) {
385 reflection->AddEnum(instance, field, vd);
387 reflection->SetEnum(instance, field, vd);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/model/java/
ActivityClass.java 147 SingleVariableDeclaration vd = (SingleVariableDeclaration) param; local
148 String varName = vd.getName().toString();
JavaClass.java 208 SingleVariableDeclaration vd = ast.newSingleVariableDeclaration(); local
209 vd.setName(ast.newSimpleName(parameterName));
210 vd.setType(parameterType);
211 method.parameters().add(vd);
  /external/clang/lib/Analysis/
UninitializedValues.cpp 31 static bool isTrackedVar(const VarDecl *vd, const DeclContext *dc) {
32 if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() &&
33 !vd->isExceptionVariable() &&
34 vd->getDeclContext() == dc) {
35 QualType ty = vd->getType();
67 const VarDecl *vd = *I; local
68 if (isTrackedVar(vd, &dc))
69 map[vd] = count++;
128 ValueVector::reference operator[](const VarDecl *vd);
254 const VarDecl *vd; member in class:__anon5106::FindVarResult
596 const VarDecl *vd = i->getVariable(); local
    [all...]
  /external/clang/test/SemaCXX/
destructor.cpp 192 struct VD: VB {};
226 VD vd; use(vd); local
255 VD* vd = new VD[4]; local
256 delete[] vd;
282 VB* vb = new VD();
286 VD* vd = new VD() local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 278 ViewElementDescriptor vd = getFqcnViewDescriptor(viewFqcn); local
279 if (vd == null) {
287 uiNew = mNode.appendNewUiChild(vd);
292 uiNew = mNode.appendNewUiChild(vd);
294 uiNew = mNode.insertNewUiChild(index, vd);
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 430 static bool SuggestInitializationFixit(Sema &S, const VarDecl *VD) {
431 QualType VariableTy = VD->getType().getCanonicalType();
433 !VD->hasAttr<BlocksAttr>()) {
434 S.Diag(VD->getLocation(), diag::note_block_var_fixit_add_initialization) << VD->getDeclName()
435 << FixItHint::CreateInsertion(VD->getLocation(), "__block ");
440 if (VD->getInit())
449 if (VD->getLocEnd().isMacroID())
452 SourceLocation Loc = S.PP.getLocForEndOfToken(VD->getLocEnd());
454 S.Diag(Loc, diag::note_var_fixit_add_initialization) << VD->getDeclName(
924 const VarDecl *vd = i->first; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 701 #define VEC_MULTIPLY_ALPHA(vs, vd, valpha, mergePermute, v1_16, v8_16) do { \
709 vector unsigned short vtemp3 = vec_mule(vd, valpha2); \
711 vector unsigned short vtemp4 = vec_mulo(vd, valpha2); \
724 vd = (vector unsigned char)vec_perm(vtemp1, vtemp2, mergePermute); \
1014 vector unsigned char vd; local
1118 vector unsigned char vd; local
1219 vector unsigned char vd; local
1314 vector unsigned char vd; local
1401 vector unsigned char vd; local
    [all...]
  /external/qemu/
vnc.h 122 VncDisplay *vd; member in struct:VncState

Completed in 632 milliseconds

1 2