/external/quake/quake/src/QW/client/ |
snd_mix.c | 116 lpos = lpaintedtime & ((shm->samples>>1)-1);
120 snd_linear_count = (shm->samples>>1) - lpos;
126 // write a linear blast of samples
164 out_mask = shm->samples - 1;
|
snd_dma.c | 124 Con_Printf("%5d samples\n", shm->samples); 225 shm->samples = 32768; 605 Q_memset(pData, clear, shm->samples * shm->samplebits/8); 613 Q_memset(shm->buffer, clear, shm->samples * shm->samplebits/8); 820 fullsamples = shm->samples / shm->channels; 876 samps = shm->samples >> (shm->channels-1);
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 5 @ wavetable samples.
97 @ This section performs a gain adjustment of -12dB for 16-bit samples
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
|
ARM-E_interpolate_noloop_gnu.s | 5 @ wavetable samples.
89 @ This section performs a gain adjustment of -12dB for 16-bit samples
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 5 @ wavetable samples.
97 @ This section performs a gain adjustment of -12dB for 16-bit samples
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
|
ARM-E_interpolate_noloop_gnu.s | 5 @ wavetable samples.
89 @ This section performs a gain adjustment of -12dB for 16-bit samples
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
|
/external/tremolo/Tremolo/ |
dsp.c | 143 /* pcm==0 indicates we just want the pending samples, no more */ 144 int vorbis_dsp_pcmout(vorbis_dsp_state *v,ogg_int16_t *pcm,int samples){ 151 if(n>samples)n=samples; 315 /* partial last frame. Strip the extra samples off */
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Assertions.cpp | 226 void* samples[maxFrames]; local 227 int frames = backtrace(samples, maxFrames); 230 void* pointer = samples[i];
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_neon.S | 54 @ Leftover samples after the loop, in r6: 100 @ Check how many samples still need to be processed. 104 @ Process two more samples:
|
/frameworks/base/libs/androidfw/ |
InputTransport.cpp | 49 // Minimum time difference between consecutive samples before attempting to resample. 447 batch.samples.push(mMsg); 458 batch, batch.samples.size(), outSeq, outEvent); 477 batch.samples.push(mMsg); 514 result = consumeSamples(factory, batch, batch.samples.size(), 528 if (batch.samples.isEmpty()) { 532 next = &batch.samples.itemAt(0); 550 InputMessage& msg = batch.samples.editItemAt(i); 563 batch.samples.removeItemsAt(0, count); 860 const InputMessage& head = batch.samples.itemAt(0) [all...] |
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 67 // The first 100ms is the place where samples get mixed. The rest is the real 84 // + If we cannot get enough CPU, we drop samples and simulate packet loss. 316 int16_t samples[mSampleCount]; local 327 samples[i] = sample; 334 memset(samples, 0, sizeof(samples)); 343 send(mSocket, samples, sizeof(samples), MSG_DONTWAIT); 351 int length = mCodec->encode(&buffer[3], samples); 375 // Throw away outdated samples 403 int16_t samples[count]; local [all...] |
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
HprofData.java | 48 * names for tying samples back to their source thread. 334 Set<Sample> samples = new HashSet<Sample>(stackTraces.size()); local 340 samples.add(sample); 342 return samples;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
SampleProjectTest.java | 58 * Finds all samples projects in set SDK and verify they can be built in Eclipse. 73 String path = target.getPath(IAndroidTarget.SAMPLES); 74 File samples = new File(path); local 75 if (samples.isDirectory()) { 76 File[] files = samples.listFiles(); 112 state.packageName = "com.android.samples";
|
/external/opencv/cxcore/src/ |
cxutils.cpp | 57 CvMat* samples = (CvMat*)samples_arr; local 65 if( !CV_IS_MAT( samples )) 66 CV_CALL( samples = cvGetMat( samples, &samples_stub )); 74 if( CV_MAT_DEPTH(samples->type) != CV_32F || CV_MAT_TYPE(labels->type) != CV_32SC1 ) 76 "samples should be floating-point matrix, cluster_idx - integer vector" ); 79 labels->rows + labels->cols - 1 != samples->rows ) 81 "cluster_idx should be 1D vector of the same number of elements as samples' number of rows" ); 86 sample_count = samples->rows; 91 dims = samples->cols*CV_MAT_CN(samples->type) [all...] |
/external/opencv/ml/include/ |
ml.h | 122 /* columns of <trainData> matrix are training samples */ 125 /* rows of <trainData> matrix are training samples */ 311 CvVectors* samples; member in class:CvKNearest 397 CvSVMSolver( int count, int var_count, const float** samples, schar* y, 401 virtual bool create( int count, int var_count, const float** samples, schar* y, 410 virtual bool solve_c_svc( int count, int var_count, const float** samples, schar* y, 413 virtual bool solve_nu_svc( int count, int var_count, const float** samples, schar* y, 416 virtual bool solve_one_class( int count, int var_count, const float** samples, 420 virtual bool solve_eps_svr( int count, int var_count, const float** samples, const float* y, 424 virtual bool solve_nu_svr( int count, int var_count, const float** samples, const float* y 435 const float** samples; member in class:CvSVMSolver [all...] |
/external/libyuv/files/source/ |
compare.cc | 440 const uint64 samples = width * height; local 444 return SumSquareErrorToPsnr(sse, samples); 466 const uint64 samples = width * height + 2 * (width_uv * height_uv); local 468 return SumSquareErrorToPsnr(sse, samples); 524 int samples = 0; local 536 samples++; 543 ssim_total /= samples;
|
/external/oprofile/libpp/ |
callgraph_container.cpp | 142 samples.clear(); 157 samples.push_back(make_pair(p_it.first.vma(), 161 sort(samples.begin(), samples.end(), 217 samples_t samples; member in class:__anon12759::call_data 248 /// accumulate all samples for a given caller/callee pair 400 // non callgraph samples container, we record sample at symbol level 451 cverb << vdebug << "samples file : " << *it << endl; 552 call_data::const_iterator dit = caller.samples.begin(); 553 call_data::const_iterator dend = caller.samples.end() [all...] |
/external/opencv/cvaux/src/ |
cvhmm1d.cpp | 326 CvVect32f** samples; /* for every state - pointer to observation vectors */ 342 samples = (CvVect32f**)icvAlloc( total * sizeof(CvVect32f*) ); 368 samples[i] = (CvVect32f*)icvAlloc( num_samples[i] * sizeof(CvVect32f) ); 383 samples[state][counter[state]] = vector; 406 icvKMeans( first_state[i].num_mix, samples[i], num_samples[i], 423 icvFree( &(samples[i]) ); 428 icvFree( &samples ); [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/ |
ml_inner_functions.cpp | 651 "Response array must contain as many elements as the total number of samples" ); 741 "Response array must contain as many elements as the total number of samples" ); 844 float** samples = 0; local 871 CV_CALL( samples = (float**)cvAlloc(sample_count*sizeof(samples[0]) + 872 (copy_data ? 1 : 0)*var_count*sample_count*sizeof(samples[0][0])) ); 874 s_step = train_data->step / sizeof(samples[0][0]); 882 samples[i] = (float*)(data + (s_idx ? s_idx[i] : i)*s_step); 886 samples[0] = (float*)(samples + sample_count) 1753 int samples, free_response; local [all...] |
mlem.cpp | 47 * params.nclusters - number of clusters to cluster samples to. 78 CvEM::CvEM( const CvMat* samples, const CvMat* sample_idx, 85 train(samples, sample_idx, params, labels); 339 "The number of samples should be greater than the number of clusters" ); 782 CvMat* samples = 0; local 851 CV_CALL( samples = cvCreateMat( nsamples, dims, CV_64FC1 )); 859 double* dst = (double*)(samples->data.ptr + samples->step*i); 929 const double* sample = (double*)(samples->data.ptr + samples->step*i) [all...] |
/external/qemu/audio/ |
coreaudio.c | 389 // TODO: hw->samples = *pNBuffers * core->bufferFrameSize; 523 /* if there are not enough samples, set signal and return */ 549 rpos = (rpos + frameCount) % hw->samples; 573 hw->samples = core->bufferFrameSize * conf.out_nbuffers; 659 avail = hw->samples - hw->total_samples_captured - core->decr; 661 D("%s: enter avail=%d core.decr=%d core.pos=%d hw.samples=%d hw.total_samples_captured=%d frameCount=%d\n", 662 __FUNCTION__, avail, core->decr, core->pos, hw->samples, hw->total_samples_captured, (int)frameCount); 664 /* if there are not enough samples, set signal and return */ 690 wpos = (wpos + frameCount) % hw->samples; 720 hw->samples = core->bufferFrameSize * conf.in_nbuffers [all...] |
/external/quake/quake/src/WinQuake/ |
snd_dma.cpp | 121 Con_Printf("%5d samples\n", shm->samples); 222 shm->samples = 32768; 609 Q_memset(pData, clear, shm->samples * shm->samplebits/8); 617 Q_memset(shm->buffer, clear, shm->samples * shm->samplebits/8); 824 fullsamples = shm->samples / shm->channels; 883 samps = shm->samples >> (shm->channels-1);
|
snd_mix.cpp | 124 lpos = lpaintedtime & ((shm->samples>>1)-1); 128 snd_linear_count = (shm->samples>>1) - lpos; 134 // write a linear blast of samples 172 out_mask = shm->samples - 1;
|
/external/v8/src/ |
runtime-profiler.cc | 240 JSFunction* samples[kSamplerFrameCount]; local 330 samples[sample_count++] = function; 348 // Add the collected functions as samples. It's important not to do 352 AddSample(samples[i], kSamplerFrameWeight[i]);
|