Searched refs:tone (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/layout/
H A DThaiShaping.cpp63 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet) argument
72 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) {
73 return lowerRightTones[glyphSet][tone - CH_MAITAIKHU];
76 return tone;
79 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet) argument
88 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) {
89 return lowerLeftTones[glyphSet][tone - CH_MAITAIKHU];
92 return tone;
95 upperLeftTone(LEUnicode tone, le_uint8 glyphSet) argument
[all...]
H A DThaiShaping.h94 static LEUnicode lowerRightTone(LEUnicode tone, le_uint8 glyphSet);
95 static LEUnicode lowerLeftTone(LEUnicode tone, le_uint8 glyphSet);
96 static LEUnicode upperLeftTone(LEUnicode tone, le_uint8 glyphSet);
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DHDRRenderer.java78 private Material tone; field in class:HDRRenderer
237 tone.setFloat("A", exposure);
238 tone.setFloat("White", whiteLevel);
239 tone.setTexture("Lum", scene1[oppSrc]);
240 tone.setTexture("Lum2", scene1[curSrc]);
241 tone.setFloat("BlendFactor", blendFactor);
242 renderProcessing(r, out, tone);
271 tone.setTexture("Texture", mainScene);
322 tone = new Material(manager, "Common/MatDefs/Hdr/ToneMap.j3md");
323 tone
[all...]
/external/arduino/hardware/arduino/cores/arduino/
H A DWProgram.h24 void tone(uint8_t _pin, unsigned int frequency, unsigned long duration = 0);
H A DTone.cpp230 void tone(uint8_t _pin, unsigned int frequency, unsigned long duration) function
411 // currently). for the others, it should end the tone, but won't restore
537 // timer gets initialized next time we call tone().
/external/libvorbis/lib/
H A DMakefile.am29 EXTRA_PROGRAMS = barkmel tone psytune
33 tone_SOURCES = tone.c
H A Dpsy.h136 float *tone,
H A Dmapping0.c372 float *tone = _vorbis_block_alloc(vb,n/2*sizeof(*tone)); local
442 vector. This includes tone masking, peak limiting and ATH */
446 tone,
453 _analysis_output("toneL",seq,tone,n/2,1,0,0);
455 _analysis_output("toneR",seq,tone,n/2,1,0,0);
457 _analysis_output("tone",seq,tone,n/2,1,0,0);
461 /* third step; we offset the noise vectors, overlay tone
473 tone,
[all...]
H A Dpsy.c165 to the tone data to be pessimistic and thus apply the minimum
766 /* tone masking */
774 float *tone,
788 logmask[i]=max(val,tone[i]+toneatt);
772 _vp_offset_and_mix(vorbis_look_psy *p, float *noise, float *tone, int offset_select, float *logmask, float *mdct, float *logmdct) argument
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dcall.cc345 // Check to see if we have a queued tone
349 int tone = queued_dtmf_.front(); local
352 LOG(LS_INFO) << "Call::ContinuePlayDTMF(" << tone << ")";
357 voice_channel->PressDTMF(tone, true);
361 // Post a message to play the next tone or at least clear the playing_dtmf_
/external/bluetooth/bluedroid/stack/include/
H A Duipc_msg.h717 UINT16 tone[2]; /* left/right 12 bit frequency 0 - 4096Hz */ member in struct:__anon1369

Completed in 200 milliseconds