| /external/bluetooth/bluez/sbc/ |
| sbc.c | 83 /* raw integer subband samples in the frame */ 86 /* modified subband samples */ 89 /* original pcm audio samples */ 584 /* Compute the samples */ 630 /* Compute the samples */ 959 int i, ch, framelen, samples; local 995 samples = sbc_synthesize_audio(&priv->dec_state, &priv->frame); 999 if (output_len < (size_t) (samples * priv->frame.channels * 2)) 1000 samples = output_len / (priv->frame.channels * 2); 1002 for (i = 0; i < samples; i++) 1027 int samples; local [all...] |
| /external/icu4c/ |
| configure.in | [all...] |
| configure.in.orig | [all...] |
| /external/chromium/chrome/common/extensions/docs/ |
| devtools.html | 116 <a href="samples.html" title="Sample extensions (with source code)">Samples</a> 186 <li><h2><a href="samples.html">Samples</a></h2></li> 404 Attribution 3.0 License</a>, and code samples are licensed under the
|
| docs.html | 157 <a href="samples.html" title="Sample extensions (with source code)">Samples</a> 237 <li><h2><a href="samples.html">Samples</a></h2></li> 357 <a href="samples.html">Samples</a> 618 Attribution 3.0 License</a>, and code samples are licensed under the
|
| notifications.html | 157 <a href="samples.html" title="Sample extensions (with source code)">Samples</a> 237 <li><h2><a href="samples.html">Samples</a></h2></li> 413 see <a href="samples.html">Samples</a>. 618 Attribution 3.0 License</a>, and code samples are licensed under the
|
| override.html | 157 <a href="samples.html" title="Sample extensions (with source code)">Samples</a> 237 <li><h2><a href="samples.html">Samples</a></h2></li> 510 <a href="samples.html#chrome_url_overrides">override samples</a>. 675 Attribution 3.0 License</a>, and code samples are licensed under the
|
| tut_debugging.html | 157 <a href="samples.html" title="Sample extensions (with source code)">Samples</a> 237 <li><h2><a href="samples.html">Samples</a></h2></li> 566 <a href="samples.html">samples</a>. 752 Attribution 3.0 License</a>, and code samples are licensed under the
|
| /external/oprofile/pp/ |
| opreport.cpp | 156 /// total count of samples for all summaries 262 cout << " samples| "; 568 profile_container samples(options::debug_info, 575 populate_for_image(samples, *it, 578 output_symbols(samples, multiple_apps);
|
| /external/qemu/distrib/sdl-1.2.12/src/audio/ |
| SDL_wave.c | 171 /* Store the two initial samples we start with */ 189 /* Decode and store the other samples in this block */ 299 /* Fill the decode buffer with a channel block of data (8 samples) */ 379 /* Decode and store the other samples in this block */ 518 spec->samples = 4096; /* Good default buffer size */
|
| /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/ |
| SDL_alsa_audio.c | 275 const Uint32 count = (this->spec.samples / 6); \ 321 sample_len = this->spec.samples; 467 /* Set the buffer size, in samples */ 468 frames = spec->samples; 470 spec->samples = frames;
|
| /external/speex/libspeex/ |
| cb_search.c | 107 int nsf, /* number of samples in subframe */ 249 int nsf, /* number of samples in subframe */ 517 int nsf, /* number of samples in subframe */ 579 int nsf, /* number of samples in subframe */ 602 int nsf, /* number of samples in subframe */
|
| filters_bfin.h | 131 /* Samples 1 to ord-1 (using memory) */ 165 /* Samples ord to N*/ 265 /* Samples 1 to ord-1 (using memory) */ 295 /* Samples ord to N*/ 398 "LOOP samples%= LC0;\n\t" 399 "LOOP_BEGIN samples%=;\n\t" 426 "LOOP_END samples%=;\n\t"
|
| /external/webkit/Source/WebCore/platform/image-decoders/jpeg/ |
| JPEGImageDecoder.cpp | 358 JSAMPARRAY samples() const { return m_samples; } function in class:WebCore::JPEGImageReader 475 JSAMPARRAY samples = m_reader->samples(); local 482 if (jpeg_read_scanlines(info, samples, 1) != 1) 490 JSAMPLE* jsample = *samples + (m_scaled ? m_scaledColumns[x] : x) * ((info->out_color_space == JCS_RGB) ? 3 : 4);
|
| /external/opencv/ml/src/ |
| mlboost.cpp | 169 // store the responses for the corresponding training samples 351 // c_{jk} - number of samples that have vi-th input variable = j and response = k. 376 // (i.e. by the weight of samples in j-th category that belong to class 1) 578 // LL - number of samples that both the primary and the surrogate splits send to the left 601 // initially all the samples are sent to the right by the surrogate split, 643 // LL - number of samples that both the primary and the surrogate splits send to the left 656 // 1. for each category calculate the weight of samples 677 // in each category send all the samples to the same direction as majority 742 // n is the number of samples in the node. 1017 // make all the samples active at start [all...] |
| /external/oprofile/gui/ui/ |
| oprof_start.base.ui | [all...] |
| /external/webrtc/src/modules/audio_processing/aec/main/source/ |
| echo_cancellation.c | 31 static const int bufSizeSamp = BUF_SIZE_FRAMES * FRAME_LEN; // buffer size (samples) 32 static const int sampMsNb = 8; // samples per ms in nb 290 // number of samples == 160 for SWB input 304 // Resample and get a new number of samples 361 // number of samples == 160 for SWB input 453 // The farend buffer size is determined in blocks of 80 samples 496 // Get the next 80 samples from the farend buffer
|
| /frameworks/base/core/java/android/app/ |
| DialogFragment.java | 75 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentDialog.java 80 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentDialog.java 101 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentAlertDialog.java 107 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentAlertDialog.java 127 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentDialogOrActivity.java 132 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentDialogOrActivity.java 137 * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentDialogOrActivity.java
|
| /frameworks/base/docs/html/guide/topics/network/ |
| sip.jd | 26 <h2>Related samples</h2> 28 <li> <a href="{@docRoot}resources/samples/SipDemo/index.html"> SipDemo</a></li> 372 href="{@docRoot}resources/samples/SipDemo/index.html">SipDemo sample</a>, which 373 is included in the SDK samples. For information on downloading and installing 374 the SDK samples, see <a 375 href="{@docRoot}resources/samples/get.html"> 376 Getting the Samples</a>. </p>
|
| /external/sonivox/arm-fm-22k/lib_src/ |
| eas_fmengine.c | 260 * Synthesizes a buffer of samples based on passed parameters. 263 * nNumSamplesToAdd - number of samples to synthesize 310 /* generate a buffer of samples */ 372 * Synthesizes a buffer of samples based on passed parameters. 375 * nNumSamplesToAdd - number of samples to synthesize 417 /* generate a buffer of samples */ 528 * Synthesizes a buffer of samples based on calculated parameters. 531 * nNumSamplesToAdd - number of samples to synthesize 728 * nNumSamplesToAdd - number of samples to synthesize
|
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| eas_fmengine.c | 260 * Synthesizes a buffer of samples based on passed parameters. 263 * nNumSamplesToAdd - number of samples to synthesize 310 /* generate a buffer of samples */ 372 * Synthesizes a buffer of samples based on passed parameters. 375 * nNumSamplesToAdd - number of samples to synthesize 417 /* generate a buffer of samples */ 528 * Synthesizes a buffer of samples based on calculated parameters. 531 * nNumSamplesToAdd - number of samples to synthesize 728 * nNumSamplesToAdd - number of samples to synthesize
|
| /external/srec/srec/Recognizer/include/ |
| SR_Recognizer.h | 87 * Not enough samples to process one frame. 362 * @param bufferSize [in/out] Size of buffer in samples. In case of a buffer overflow, 364 * amount of samples that were pushed. 519 * Indicates if there are too few samples in the signal for a proper recognition. 527 * Indicates if there are too many samples in the signal for a proper recognition. 785 * @param bufferSize [in/out] Size of buffer in samples. In case of a buffer overflow, 787 * amount of samples that were pushed. [all...] |
| /frameworks/base/docs/html/guide/topics/ui/ |
| custom-components.jd | 64 (the <a href="{@docRoot}resources/samples/NotePad/index.html">Notepad Tutorial</a> uses this to good effect, 321 <a href="{@docRoot}resources/samples/ApiDemos/index.html">API Demos</a> provides an example 323 <a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/LabelView.html">LabelView</a> 342 <a href="{@docRoot}resources/samples/ApiDemos/res/layout/custom_view_1.html">custom_view_1.xml</a> 343 from the samples. In particular, you can see a mix of both <code>android:</code> 347 samples R resources definition class.</p> 449 href="{@docRoot}resources/samples/NotePad/index.html">NotePad application</a> in the 450 samples. This demonstrates many aspects of using the Android platform, among 458 href="{@docRoot}resources/samples/NotePad/src/com/example/android/notepad/NoteEditor.html">NoteEditor.java</a>
|
| /frameworks/base/docs/html/guide/topics/views/ |
| custom-views.jd | 43 (the <a href="{@docRoot}resources/samples/NotePad/">Notepad sample</a> uses this to good effect, 312 <a href="{@docRoot}samples/ApiDemos/index.html">API Demos</a> provides an example 314 <a href="{@docRoot}samples/ApiDemos/src/com/example/android/apis/view/LabelView.html">LabelView</a> 333 <a href="{@docRoot}samples/ApiDemos/res/layout/custom_view_1.html">custom_view_1.xml</a> 334 from the samples. In particular, you can see a mix of both <code>android:</code> 338 samples R resources definition class.</p> 440 href="{@docRoot}samples/NotePad/index.html">NotePad application</a> in the 441 samples. This demonstrates many aspects of using the Android platform, among 449 href="{@docRoot}samples/NotePad/src/com/example/android/notepad/NoteEditor.html">NoteEditor.java</a>
|
| /development/pdk/pndk/ |
| Pndk.mk | 66 samples_src_dir := $(LOCAL_PATH)/samples 81 samplejni_dest_dir := $(pndk_common_dest_dir)/samples/samplejni 90 sample_dest_dir := $(pndk_common_full_dest_dir)/samples/sample
|