HomeSort by relevance Sort by last modified time
    Searched full:updatelevel (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Text.py 39 """updateLevel - updating level. Can only be incremented or decremented. Do so only in a try block -- if the level is greater than zero, visual text updating will cease. """
79 'updateLevel' : _Prop_updateLevel,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
cfmfile.py 113 ( self.updatelevel,
130 self.updatelevel,
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c 121 static void UpdateLevel(power_level_t* level, float in[2][PART_LEN1]);
814 // zero. Hence, the scaling by two in UpdateLevel() should not be
816 UpdateLevel(&aec->linoutlevel, ef);
826 UpdateLevel(&aec->farlevel, (float (*)[PART_LEN1]) xf_ptr);
827 UpdateLevel(&aec->nearlevel, df);
    [all...]

Completed in 67 milliseconds