| /external/webkit/Source/WebCore/platform/audio/ |
| ReverbInputBuffer.h | 36 // ReverbInputBuffer is used to buffer input samples for deferred processing by the background threads. 41 // The realtime audio thread keeps writing samples here.
|
| /frameworks/base/media/libeffects/lvm/lib/Common/src/ |
| LVC_Mixer_Private.h | 81 LVM_INT16 n); /* Number of stereo samples */ 93 LVM_INT16 n); /* Number of stereo samples */
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
| ainstr_iw.h | 64 unsigned int size; /* size of waveform in samples */ 65 unsigned int start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 66 unsigned int loop_start; /* bits loop start offset in samples * 16 (lowest 4 bits - fraction) */ 67 unsigned int loop_end; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */ 224 __u32 size; /* size of waveform in samples */ 225 __u32 start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 226 __u32 loop_start; /* bits loop start offset in samples * 16 (lowest 4 bits - fraction) */ 227 __u32 loop_end; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */
|
| /external/flac/libFLAC/ |
| md5.c | 277 static void format_input_(FLAC__byte *buf, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) 287 memcpy(buf_, signal[0], sizeof(FLAC__int32) * samples); 288 for(sample = 0; sample < samples; sample++, buf1_+=2) 293 for(sample = 0; sample < samples; sample++) 300 for(sample = 0; sample < samples; sample++) { 310 for(sample = 0; sample < samples; sample++) { 317 for(sample = 0; sample < samples; sample++) { 328 for(sample = 0; sample < samples; sample++) { 340 for(sample = 0; sample < samples; sample++) { 348 for(sample = 0; sample < samples; sample++) [all...] |
| /external/chromium/chrome/common/extensions/docs/js/ |
| api_page_generator.js | 29 var SAMPLES = "samples.json"; 43 // List of Chrome extension samples. 44 var samples; variable 133 if (pageName.toLowerCase() == "samples") { 149 // If we're rendering the samples directory, fetch the samples manifest. 150 fetchContent(SAMPLES, function(sampleManifest) { 152 samples = data.samples; [all...] |
| /external/opencv/ml/src/ |
| mlnbayes.cpp | 281 float CvNormalBayesClassifier::predict( const CvMat* samples, CvMat* results ) const 300 if( !CV_IS_MAT(samples) || CV_MAT_TYPE(samples->type) != CV_32FC1 || samples->cols != var_all ) 302 "The input samples must be 32f matrix with the number of columns = var_all" ); 304 if( samples->rows > 1 && !results ) 306 "When the number of input samples is >1, the output vector of results must be passed" ); 313 results->cols + results->rows - 1 != samples->rows ) 336 for( k = 0; k < samples->rows; k++ ) 346 const float* x = (const float*)(samples->data.ptr + samples->step*k) [all...] |
| /external/oprofile/ |
| oprofile_android | 131 print " import : dump samples and pull session directory from the device" 354 samples_dir = os.path.join(self.session_dir, 'samples') 357 # Dump samples. 358 print 'Dumping samples.' 362 print '* Failed to dump samples.' 366 # Pull samples. 367 print 'Pulling samples from device.' 368 rc, output = self.adb.pull('/data/oprofile/samples/', raw_samples_dir + '/', echo=False) 370 print '* Failed to pull samples from the device.' 384 print 'Importing samples. [all...] |
| TODO | 29 amount of samples with a very minor change in libdb. 58 samples % symbol name 78 2 weeks before noticing at 30000 I lost a lot of samples, the profile seemed 79 ok du to the randomization of lost samples). As developper we need that too, 89 o pp tools must handle samples count overflow (marked as (unsigned)-1) 94 you can use session: to get the right path to samples files but oprofiled.log 107 of samples; more tricky will be to select an event used as call count (no 121 vma samples cum. samples % cum. % symbol name image name app name 143 o opannotate : I added this to the doc about difference between nr samples [all...] |
| /external/srec/audio/AudioIn/UNIX/src/ |
| filter.c | 167 * evaluated every nInput samples, not at each of the nInput samples. 219 * nInput - number of new input samples; evaluate FIR at this point 246 // (a) Store new input samples in delay line (circular addressing would help a lot) 255 // (b) adjust state to reflect addition of samples 276 // (e) Update FIR state for next batch of incoming samples 301 typeSample s_in[FACTOR_DOWN]; // input samples 304 int nSampleGet; // number of samples to read from input speech file 305 int nSampleRead; // number of samples read from input speech file 306 unsigned long nSampleTot; // total number of samples read so fa [all...] |
| /external/webkit/Source/JavaScriptCore/bytecode/ |
| SamplingTool.cpp | 77 printf("\nSamplingFlags: no samples.\n\n"); 268 // Tidies up SunSpider output by removing short scripts - such a small number of samples would likely not be useful anyhow. 285 printf("\nBytecode samples [*]\n"); 306 printf("\n[*] Samples inside host code are not charged to any Bytecode.\n\n"); 310 printf("\t%% of VM:\tsample count / all opcode samples\n"); 311 printf("\t%% of total:\tsample count / all samples\n"); 330 printf("\nCodeBlock samples\n\n"); 345 printf(" Opcode and line number samples [*]\n\n"); 370 printf(" [*] Samples inside host code are charged to the calling Bytecode.\n"); 371 printf(" Samples on a call / return boundary are not charged to a specific opcode or line.\n\n") [all...] |
| /external/webrtc/src/common_audio/resampler/main/source/ |
| resampler.cc | 400 // Synchronous resampling, all output samples are written to samplesOut 461 // Container for temp samples 482 // We can only handle blocks of 160 samples 518 // We can only handle blocks of 80 samples 554 // We can only handle blocks of 160 samples 577 // We can only handle blocks of 80 samples 606 // We can only handle blocks of 80 samples 628 // We can only handle blocks of 160 samples 651 // We can only handle blocks of 110 samples 681 // We can only handle blocks of 110 samples [all...] |
| /external/qemu/audio/ |
| alsaaudio.c | 170 snd_pcm_uframes_t samples; member in struct:alsa_params_obt 497 dolog ("obtained: samples %ld\n", obt->samples); 738 obt->samples = obt_buffer_size; 787 int left_till_end_samples = hw->samples - alsa->wpos; 838 alsa->wpos = (alsa->wpos + written) % hw->samples; 910 hw->samples = obt.samples; 912 alsa->pcm_buf = audio_calloc (AUDIO_FUNC, obt.samples, 1 << hw->info.shift); 914 dolog ("Could not allocate DAC buffer (%d samples, each %d bytes)\n" [all...] |
| /external/srec/srec/EventLog/src/ |
| riff.c | 50 * - fills in *length with the number of samples converted 51 * - allocates memory for *samples 61 char *cb, short **samples, int *length, int doSwap); 64 char *cb, short **samples, int *length, int doSwap); 66 char *cb, short **samples, int *length, int doSwap); 68 char *cb, short **samples, int *length, int doSwap); 219 char *cb, short **samples, int *length, int doSwap) 235 *samples = MALLOC(*length * sizeof(short), MTAG); 238 memcpy(*samples, cb, *length*sizeof(short)); 240 for (i = 0;i < *length;i++) swapShort(*samples + i) [all...] |
| /cts/apps/CtsVerifier/jni/audioquality/ |
| Window.h | 44 there are window_size+1 samples available in data. */
|
| /development/samples/AccelerometerPlay/ |
| Android.mk | 19 LOCAL_MODULE_TAGS := samples
|
| /development/samples/ApiDemos/src/com/example/android/apis/ |
| ApiDemosApplication.java | 29 * See samples/ApiDemos/tests/src/com.example.android.apis/ApiDemosApplicationTests for an example
|
| /development/samples/Home/res/layout/ |
| wallpaper.xml | 3 /* //device/samples/SampleCode/res/layout/image_switcher_1.xml
|
| /development/samples/SimpleJNI/jni/ |
| Android.mk | 23 LOCAL_MODULE_TAGS := samples
|
| /development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
| _index.html | 2 <p>This section includes samples showing the use of the application
|
| /development/samples/VoicemailProviderDemo/ |
| Android.mk | 20 LOCAL_MODULE_TAGS := samples
|
| /development/tools/emulator/opengl/host/libs/Translator/EGL/ |
| EglMacApi.cpp | 35 EGLint transparentType,samples; local 63 samples = 0; 69 getPixelFormatAttrib(*frmt,MAC_SAMPLES_PER_PIXEL,&samples); 78 visualId,visualType,samples,stencil,supportedSurfaces,transparentType,tRed,tGreen,tBlue,*frmt);
|
| /external/chromium/chrome/browser/ |
| mock_browsing_data_database_helper.h | 31 // Adds some DatabaseInfo samples.
|
| mock_browsing_data_indexed_db_helper.h | 24 // Adds some IndexedDBInfo samples.
|
| mock_browsing_data_local_storage_helper.h | 30 // Adds some LocalStorageInfo samples.
|
| /external/chromium/chrome/common/extensions/docs/build/ |
| directory.py | 6 """Class for parsing metadata about extension samples.""" 161 base_sample_path: The directory under which to search for samples. 162 base_dir: The base directory samples will be referenced from. 198 Manifest data containing a list of samples and available API methods. 203 samples = [] 208 samples.append(sample) 211 """ Compares two samples as a sort comparator, by name then path. """ 217 samples.sort(compareSamples) 219 manifest_data = {'samples': samples, 'api': api_method_dict [all...] |