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

/external/webrtc/talk/app/webrtc/
H A Ddtmfsenderinterface.h45 // Triggered when DTMF |tone| is sent.
46 // If |tone| is empty that means the DtmfSender has sent out all the given
48 virtual void OnToneChange(const std::string& tone) = 0;
89 // Returns the current tone duration value in ms.
94 // Returns the current value of the between-tone gap in ms.
H A Ddtmfsender.cc47 // | 0--9 | 0--9 | tone | yes |
48 // | * | 10 | tone | yes |
49 // | # | 11 | tone | yes |
50 // | A--D | 12--15 | tone | yes |
53 // 2 seconds before processing the next tone. We use -1 as its code.
67 bool GetDtmfCode(char tone, int* code) { argument
69 char event = toupper(tone);
195 // Get the first DTMF tone from the tone buffer. Unrecognized characters will
207 char tone local
[all...]
H A Ddtmfsender_unittest.cc53 void OnToneChange(const std::string& tone) override {
54 LOG(LS_VERBOSE) << "FakeDtmfObserver::OnToneChange '" << tone << "'.";
55 tones_.push_back(tone);
56 if (tone.empty()) {
168 char tone = *it; local
170 webrtc::GetDtmfCode(tone, &code);
171 if (tone == ',') {
265 // Wait until the first tone got sent.
268 // Insert with another tone buffer.
286 // Wait until the first tone go
[all...]
H A Ddtmfsender.h58 // The |duration| indicates the length of the DTMF tone in ms.
135 bool GetDtmfCode(char tone, int* code);
H A Dpeerconnection_unittest.cc716 void OnToneChange(const std::string& tone) override {
717 tones_.push_back(tone);
718 if (tone.empty()) {
/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/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc161 * - If a valid syllable is followed by a Hangul tone mark, reorder the tone
198 * We could cache the width of the tone marks and the existence of dotted-circle,
199 * but the use of the Hangul tone mark characters seems to be rare enough that
210 hb_glyph_info_t tone = info[end]; local
212 info[start] = tone;
217 /* No valid syllable as base for tone mark; try to insert dotted circle. */
232 /* No dotted circle available in the font; just leave tone mark untouched. */
383 * this will prevent tone-mark reordering happening.
/external/ImageMagick/MagickCore/
H A Dfx.c4161 % threshold of 80% is a good starting point for a reasonable tone.
4172 % o threshold: the tone threshold.
4251 tone; local
4254 tone=intensity > threshold ? (double) QuantumRange : intensity+
4256 SetPixelRed(sepia_image,ClampToQuantum(tone),q);
4257 tone=intensity > (7.0*threshold/6.0) ? (double) QuantumRange :
4259 SetPixelGreen(sepia_image,ClampToQuantum(tone),q);
4260 tone=intensity < (threshold/6.0) ? 0 : intensity-threshold/6.0;
4261 SetPixelBlue(sepia_image,ClampToQuantum(tone),q);
4262 tone
[all...]
/external/ImageMagick/www/api/
H A Dfx.php414 <p>MagickSepiaToneImage() applies a special effect to the image, similar to the effect achieved in a photo darkroom by sepia toning. Threshold ranges from 0 to QuantumRange and is a measure of the extent of the sepia toning. A threshold of 80 is a good starting point for a reasonable tone.</p>
435 <dd>the tone threshold. </dd>
H A Dmagick-image.php5401 <p>MagickSepiaToneImage() applies a special effect to the image, similar to the effect achieved in a photo darkroom by sepia toning. Threshold ranges from 0 to QuantumRange and is a measure of the extent of the sepia toning. A threshold of 80 is a good starting point for a reasonable tone.</p>
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 804 milliseconds