/external/oprofile/libpp/ |
callgraph_container.h | 112 * @param merge_lib merge library samples 126 /// return the total number of samples. 140 * @param pc the profile_container holding all non cg samples. 161 /// Cached value of samples count.
|
populate_for_spu.h | 31 void populate_for_spu_image(profile_container & samples,
|
/external/protobuf/gtest/xcode/Scripts/ |
runtests.sh | 3 # Executes the samples and tests for the Google Test Framework.
|
/external/qemu/audio/ |
rate_template.h | 27 * Processed signed long samples from ibuf to obuf. 28 * Return number of samples processed. 64 /* Safety catch to make sure we have input samples. */ 69 /* read as many input samples so that ipos > opos */
|
/external/skia/android_sample/SampleApp/ |
README.txt | 22 (It may be necessary to remove samples that do not build from
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Renderbuffer.h | 106 Colorbuffer(int width, int height, GLenum format, GLsizei samples); 130 DepthStencilbuffer(int width, int height, GLsizei samples); 151 Depthbuffer(int width, int height, GLsizei samples); 166 Stencilbuffer(int width, int height, GLsizei samples);
|
/external/webrtc/src/common_audio/signal_processing_library/main/source/ |
resample.c | 429 // Perform resampling (16 input samples -> 11 output samples); 430 // process in sub blocks of size 16 samples. 438 // sum and accumulate filter coefficients and input samples 441 // sum and accumulate filter coefficients and input samples 444 // sum and accumulate filter coefficients and input samples 447 // sum and accumulate filter coefficients and input samples 450 // sum and accumulate filter coefficients and input samples 471 // Perform resampling (16 input samples -> 11 output samples); [all...] |
/external/webrtc/src/common_audio/vad/main/source/ |
vad_filterbank.h | 28 * - in_vector : Samples in the frequency interval 0 - 250 Hz 33 * - out_vector : Samples in the frequency interval 80 - 250 Hz 108 * - frame_size : Frame size, in number of samples 127 * - vector : Input speech samples for one frequency band
|
/frameworks/base/core/tests/coretests/res/values/ |
colors.xml | 3 /* //device/samples/SampleCode/res/values/colors.xml
|
/frameworks/base/docs/html/guide/topics/drawing/ |
opengl.jd | 28 <a href="{@docRoot}samples/ApiDemos/src/com/example/android/apis/graphics/GLView1.html">com.android.samples.graphics.GLView1.java</a> 31 <a href="{@docRoot}samples/ApiDemos/src/com/example/android/apis/graphics/GLSurfaceViewActivity.html">com.android.samples.graphics.GLSurfaceViewActivity.java</a>.
|
/frameworks/base/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Process.c | 49 /* NumSamples Number of samples in the input buffer */ 88 * Check the number of samples is not too large 170 (LVM_INT16)(2*NumSamples)); /* Left and Right samples */ 192 (LVM_INT16)(2*NumSamples)); /* Left and Right samples */
|
/frameworks/base/media/libstagefright/codecs/aacenc/inc/ |
config.h | 28 #define AACENC_BLOCKSIZE 1024 /*! encoder only takes BLOCKSIZE samples at a time */
|
/frameworks/base/services/audioflinger/ |
AudioResamplerSinc.h | 47 int32_t& l, int32_t& r, uint32_t phase, int16_t const *samples); 52 int32_t const* coefs, int16_t lerp, int16_t const* samples); 70 // we have 16 coefs samples per zero-crossing 75 // and we use 15 bits to interpolate between these samples
|
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
ManyEditTextActivityNoScrollPanScanTests.java | 17 package com.android.imftest.samples;
|
ManyEditTextActivityScrollPanScanTests.java | 17 package com.android.imftest.samples;
|
ManyEditTextActivityScrollResizeTests.java | 17 package com.android.imftest.samples;
|
/external/quake/quake/src/QW/client/ |
snd_mem.c | 135 len = info.samples / stepscale; 143 sc->length = info.samples; 255 int samples; local 311 i = GetLittleLong (); // samples in loop 312 info.samples = info.loopstart + i; 329 samples = GetLittleLong () / info.width; 331 if (info.samples) 333 if (samples < info.samples) 337 info.samples = samples [all...] |
/external/quake/quake/src/WinQuake/ |
snd_mem.cpp | 135 len = (int) (info.samples / stepscale); 143 sc->length = info.samples; 253 int samples; local 309 i = GetLittleLong (); // samples in loop 310 info.samples = info.loopstart + i; 327 samples = GetLittleLong () / info.width; 329 if (info.samples) 331 if (samples < info.samples) 335 info.samples = samples [all...] |
/external/flac/libFLAC/ |
ogg_encoder_aspect.c | 111 FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data) 114 * This depends on the behavior of FLAC__StreamEncoder that 'samples' 117 const FLAC__bool is_metadata = (samples == 0); 137 packet.granulepos = aspect->samples_written + samples; 185 * FLAC__ASSERT(total_samples_estimate == 0 || total_samples_estimate == aspect->samples_written + samples); 194 /*@@@ can't figure out a way to pass a useful number for 'samples' to the write_callback, so we'll just pass 0 */ 212 else if(is_metadata && current_frame == 0 && samples == 0 && bytes == 4 && 0 == memcmp(buffer, FLAC__STREAM_SYNC_STRING, sizeof(FLAC__STREAM_SYNC_STRING))) { 224 aspect->samples_written += samples;
|
/external/icu4c/samples/cal/ |
Makefile | 1 ## Makefile.in for ICU - samples/cal 15 subdir = samples/cal
|
Makefile.in | 1 ## Makefile.in for ICU - samples/cal 15 subdir = samples/cal
|
/external/icu4c/samples/date/ |
Makefile | 1 ## Makefile.in for ICU - samples/date 15 subdir = samples/date
|
Makefile.in | 1 ## Makefile.in for ICU - samples/date 15 subdir = samples/date
|
/external/icu4c/samples/ufortune/resources/ |
Makefile | 4 # icu/source/samples/ufortune/resources/Makefile 8 # icu/source/samples/ufortune/Makefile.
|
/external/oprofile/libop/ |
op_config_24.h | 36 /** maximum number of entry in samples eviction buffer */ 38 /** minimum number of entry in samples eviction buffer */
|