| /frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
| wb_vad.c | 141 /* (count2 - count1) samples */ 142 Word16 count1, /* i : number of samples to be counted */ 143 Word16 count2, /* i : number of samples to be counted */ 761 Word16 in_buf[] /* i : samples of the input frame */
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
| MediaPlayerStressTest.java | 103 //under the samples folder
|
| /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
| InputTypeActivity.java | 17 package com.android.imftest.samples;
|
| /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
| ImfBaseTestCase.java | 17 package com.android.imftest.samples;
|
| /frameworks/base/voip/jni/rtp/ |
| EchoSuppressor.cpp | 29 // the timing information of the samples being played and recorded. Therefore,
|
| /frameworks/media/libvideoeditor/vss/common/inc/ |
| M4DA_Types.h | 136 M4OSA_UInt32 m_byteFrameLength; /**< Size of frame samples in bytes */
|
| M4ENCODER_AudioCommon.h | 34 /* WARNING: this value must be equal to the number of samples grabbed */
|
| M4WRITER_common.h | 147 M4OSA_UInt32 nbSamplesPerSec; /**< Number of Samples per second */
|
| /frameworks/media/libvideoeditor/vss/src/ |
| M4AD_Null.c | 157 /*if read samples are 8 bits, complete them to 16 bits*/
|
| /libcore/luni/src/main/java/java/util/logging/ |
| logging.properties | 58 # The properties below are samples for handler settings.
|
| /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/ |
| build-toolchain.sh | 162 --abi=$ARCH --no-symlinks --no-samples \
|
| /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/ |
| build-toolchain.sh | 162 --abi=$ARCH --no-symlinks --no-samples \
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
| introspect.h | 42 * sources, samples and other aspects of the server. It can also modify the 113 * \subsection samples_subsec Samples 115 * The list of cached samples can be retrieved from the server. Three methods 437 /** Get the complete list of samples stored in the daemon. */
|
| volume.h | 36 * Sinks, sources, sink inputs and samples can all have their own volumes.
|
| /sdk/ |
| changes.txt | 80 - Add support for samples components.
|
| /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
| SdkRepoSourceTest.java | 312 "Found Samples for SDK API 14, revision 24 (Obsolete)\n",
389 "Found Samples for SDK API 14, revision 24 (Obsolete)\n",
467 "Found Samples for SDK API 14, revision 24 (Obsolete)\n",
577 "Found Samples for SDK API 14, revision 24 (Obsolete)\n" +
[all...] |
| /system/core/logcat/ |
| event.logtags | 97 # Database operation samples.
|
| /system/extras/tests/sdcard/ |
| stopwatch.h | 46 // samples also are printed.
|
| testcase.h | 95 // Print the samples.
|
| /system/media/wilhelm/src/android/ |
| android_AudioSfDecoder.h | 95 // to be implemented by subclasses of AudioSfDecoder to do something with the audio samples
|
| /external/chromium/chrome/common/extensions/docs/ |
| a11y.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> 800 see <a href="samples.html">Samples</a>. [all...] |
| content_scripts.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> 784 <a href="samples.html">Samples</a>. [all...] |
| omnibox.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> 401 You can find samples of this API on the 402 <a href="samples.html#omnibox">sample page</a>. [all...] |
| /external/opencv/cvaux/src/ |
| cvhmm.cpp | 384 CvVect32f** samples; /* for every state - pointer to observation vectors */ local 406 samples = (CvVect32f**)cvAlloc( total * sizeof(CvVect32f*) ); 436 samples[i] = (CvVect32f*)cvAlloc( num_samples[i] * sizeof(CvVect32f) ); 451 samples[state][counter[state]] = vector; 474 cvKMeans( first_state[i].num_mix, samples[i], num_samples[i], 491 cvFree( &(samples[i]) ); 496 cvFree( &samples ); [all...] |
| /hardware/invensense/mlsdk/mlutils/ |
| mputest.c | 111 #define DEF_N_ACCEL_SAMPLES (20) /* num of accel samples to 446 sprintf(tmpStr, "%sNOK - samples ignored", tmpStr); 465 MPL_LOGI("Total %d samples\n", total_count); 716 sprintf(tmpStr, "%sNOK - samples ignored", tmpStr); 741 MPL_LOGI("Total %d samples\n", total_count); 886 /* collect the samples */ [all...] |