Searched
full:samples (Results
376 -
400 of
1585) sorted by null
<<11121314151617181920>>
/cts/apps/CtsVerifier/jni/audioquality/ |
GlitchTest.h | 52 -2 There are not enough samples to do a reasonable check. 62 /* Do a real FFT on the n_input samples in data, and return n_output
|
/development/tools/findunused/ |
findunusedresources | 48 if [ -d $app/samples ] 50 sources="$sources $app/samples"
|
/external/chromium/chrome/common/extensions/docs/static/ |
bookmarks.html | 91 <a href="samples.html">Samples</a>.
|
notifications.html | 85 see <a href="samples.html">Samples</a>.
|
pageAction.html | 110 <a href="samples.html">Samples</a>.
|
windows.html | 71 <a href="samples.html">Samples</a>.
|
/external/flac/include/FLAC/ |
stream_encoder.h | 174 * the encoder, each of the same length. The samples need not be 175 * block-aligned, but each channel should have the same number of samples. 180 * Again, the samples need not be block-aligned but they must be 187 * is 16 bits per sample, the samples should all be in the range [-32768,32767]. 243 /**< The encoder is in the normal OK state and samples can be processed. */ 247 * FLAC__stream_encoder_init_*() functions must be called before samples 530 * \a samples and \a current_frame are purely informational. If \a samples 539 * When writing the page header, the \a samples argument to the 548 * \param samples The number of samples encoded by \a buffer [all...] |
/external/icu4c/samples/layout/ |
Makefile | 1 ## Makefile.in for ICU - samples/layout 17 subdir = samples/layout
|
Makefile.in | 1 ## Makefile.in for ICU - samples/layout 17 subdir = samples/layout
|
/external/libgsm/man/ |
gsm.3 | 44 gsm_encode() encodes an array of 160 13-bit samples (given as 49 gsm_decode() decodes a gsm_frame into an array of 160 13-bit samples
|
/external/opencv/cv/include/ |
cvstreams.h | 63 See <PlatformSDKInstallFolder>\samples\multimedia\directshow\readme.txt. 72 <PlatformSDKInstallFolder>\samples\multimedia\directshow\baseclasses
|
/external/oprofile/daemon/liblegacy/ |
opd_proc.h | 37 /** non-zero if this process receive any samples, this field 56 * routine handles kernel and module samples as well as ordinary ones.
|
/external/oprofile/doc/ |
opannotate.1.in | 95 of total samples. 110 .I /var/lib/oprofile/samples/
|
/external/oprofile/opjitconv/ |
opjitconv.c | 77 * 1. Find all anonymous samples directories 80 * 3.1 Find matching anon samples dir (from list retrieved in step 1) 241 /* Look for an anonymous samples directory that matches the process ID 244 * the user does --reset. If we do find the matching samples directory, 310 printf("Possible error: No matching anon samples for %s\n", 491 char const * samples_subdir = "/samples/current"; 538 /* When using get_matching_pathnames to find anon samples, 608 * by 16 bytes (will be used later for appending samples sub directory).
|
/external/sonivox/arm-fm-22k/host_src/ |
eas_debugmsgs.h | 24 { 0x2380b977, 0x00000006, "eas_imaadpcm.c[305]: IMADecoderLocate: Time=%d, samples=%d\n" }, 25 { 0x2380b977, 0x00000007, "eas_imaadpcm.c[328]: IMADecoderLocate: Looped sample, numBlocks=%d, samplesPerLoop=%d, samplesInLastBlock=%d, samples=%d\n" },
|
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_debugmsgs.h | 24 { 0x2380b977, 0x00000006, "eas_imaadpcm.c[305]: IMADecoderLocate: Time=%d, samples=%d\n" }, 25 { 0x2380b977, 0x00000007, "eas_imaadpcm.c[328]: IMADecoderLocate: Looped sample, numBlocks=%d, samplesPerLoop=%d, samplesInLastBlock=%d, samples=%d\n" },
|
/external/v8/tools/visual_studio/ |
README.txt | 55 for building the sample in samples\shell.cc and v8_process_sample.vcproj for 56 building the sample in samples\process.cc. Add either of these (or both) to a
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioResamplerKernel.h | 68 // m_fillIndex represents how many buffered samples we have which can be as many as 2. 69 // For the first call to process() (or after reset()) there will be no buffered samples.
|
Biquad.h | 84 double m_x2; // input delayed by 2 samples 86 double m_y2; // output delayed by 2 samples
|
FFTConvolver.cpp | 54 // Copy samples to input buffer (note contraint above!) 65 // Copy samples from output buffer
|
/external/webkit/Source/WebKit/chromium/src/ |
Extensions3DChromium.cpp | 75 void Extensions3DChromium::renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsigned long internalformat, unsigned long width, unsigned long height) 77 m_internal->renderbufferStorageMultisampleCHROMIUM(target, samples, internalformat, width, height);
|
/external/webrtc/src/common_audio/vad/main/source/ |
vad_core.h | 96 * - frame_length : Number of input samples 123 * - frame_length : Number of input samples
|
/frameworks/media/libvideoeditor/vss/mcs/src/ |
M4MCS_AudioEffects.c | 121 * Loop on samples */ 169 * Loop on samples */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
scache.h | 53 * \section play_sec Playing samples 71 * \section rem_sec Removing samples
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
LocalSdkParser.java | 114 // for platforms, add-ons and samples, rely on the SdkManager parser
124 // Get the samples dir for a platform if it is located in the new
125 // root /samples dir. We purposely ignore "old" samples that are
127 File samplesDir = new File(target.getPath(IAndroidTarget.SAMPLES));
257 * Find any other sub-directories under the /samples root that hasn't been visited yet
260 * The use case is to find samples dirs under /samples when their target isn't loaded.
|
Completed in 591 milliseconds
<<11121314151617181920>>