HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 101 - 125 of 1585) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/samples/Support13Demos/
Android.mk 4 LOCAL_MODULE_TAGS := samples tests
  /development/samples/Support4Demos/
Android.mk 4 LOCAL_MODULE_TAGS := samples tests
  /development/samples/WiFiDirectDemo/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/Wiktionary/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/WiktionarySimple/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/XmlAdapters/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
readme.txt 6 For detailed information and code samples please refer to the blog post at:
  /external/icu4c/samples/props/
readme.txt 15 2. In MSVC, open the workspace file icu\samples\props\props.sln
25 cd c:\icu\source\samples\props\debug
42 cd <icu directory>/source/samples/props
46 cd <icu directory>/source/samples/props
  /external/icu4c/samples/ustring/
readme.txt 15 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln
25 cd c:\icu\source\samples\ustring\debug
42 cd <icu directory>/source/samples/ustring
46 cd <icu directory>/source/samples/ustring
  /external/libvpx/
usage_cx.dox 11 \ref samples
  /external/oprofile/libpp/
populate.h 22 populate_for_image(profile_container & samples, inverted_profile const & ip,
profile_container.cpp 45 // ratio of samples which belongs to this filename.
56 samples(new sample_container),
70 // the symbols/samples are sorted by increasing vma.
91 // skip entries with no samples
159 samples->insert(symbol, sample);
201 // contain sample does not work: a symbol can contain samples and this
203 // inline function in this source file contains samples.
204 sample_container::samples_iterator sit = samples->begin();
205 sample_container::samples_iterator const send = samples->end();
278 return samples->find_by_vma(symbol, vma)
    [all...]
  /frameworks/base/docs/html/
robots.txt 16 Disallow: /guide/samples/
  /external/opencv/ml/src/
mltestset.cpp 59 cvCreateTestSet( int type, CvMat** samples,
73 if( samples )
74 *samples = NULL;
81 if( !samples )
82 CV_ERROR( CV_StsNullPtr, "samples parameter must be not NULL" );
105 CV_CALL( *samples = cvCreateMat( num_samples, num_features, CV_32FC1 ) );
114 CV_CALL( cvRandMVNormal( mean, cov, *samples ) );
116 /* calculate distances from the origin to the samples and put them
120 for( i = 0; i < (*samples)->rows; ++i )
122 CV_CALL( cvGetRow( *samples, &sample, i ))
    [all...]
  /external/quake/quake/src/WinQuake/
snd_next.cpp 38 shm->samples = 16384 / (desired_bits / 8);
44 // return the current sample position (in mono samples read)
48 shm->samplepos = (int)(realtime*shm->speed*shm->channels) & (shm->samples-1);
  /frameworks/base/media/libeffects/testlibs/
AudioFormatAdapter.h 28 // An adapter for an audio processor working on audio_sample_t samples with a
44 // bufSize The maximum number of samples (single channel) to process on a
68 // Process a block of samples.
69 // pIn A buffer of samples with the format specified on
71 // pOut A buffer of samples with the format specified on
73 // numSamples The number of multi-channel samples to process.
117 // maximum number of multi-channel samples that can be stored in the
121 // Converts a buffer of input samples to audio_sample_t format.
126 // numSamples The number of single-channel samples to process.
140 // Converts audio_sample_t samples from the intermediate buffer to th
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioCodec.h 31 virtual int encode(void *payload, int16_t *samples) = 0;
32 // Returns the number of decoded samples.
33 virtual int decode(int16_t *samples, int count, void *payload, int length) = 0;
G711Codec.cpp 41 int encode(void *payload, int16_t *samples);
42 int decode(int16_t *samples, int count, void *payload, int length);
47 int UlawCodec::encode(void *payload, int16_t *samples)
51 int sample = samples[i];
67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length)
78 samples[i] = (ulaw < 0 ? -sample : sample);
92 int encode(void *payload, int16_t *samples);
93 int decode(int16_t *samples, int count, void *payload, int length);
98 int AlawCodec::encode(void *payload, int16_t *samples)
102 int sample = samples[i]
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Utils.java 135 short[] samples = new short[len / 2]; local
139 samples[i] = bb.getShort();
141 return samples;
153 short[] samples = new short[len]; local
157 samples[i] = bb.getShort();
159 return samples;
166 * @param samples array of shorts to be converted
169 public static byte[] shortToByteArray(short[] samples) {
170 int len = samples.length;
175 bb.putShort(samples[i])
    [all...]
  /development/ide/eclipse/
.classpath 63 <classpathentry kind="src" path="development/samples/ApiDemos/src"/>
64 <classpathentry kind="src" path="development/samples/ApiDemos/tests/src"/>
65 <classpathentry kind="src" path="development/samples/Compass/src"/>
66 <classpathentry kind="src" path="development/samples/HelloActivity/src"/>
67 <classpathentry kind="src" path="development/samples/HelloActivity/tests/src"/>
68 <classpathentry kind="src" path="development/samples/Home/src"/>
69 <classpathentry kind="src" path="development/samples/LunarLander/src"/>
70 <classpathentry kind="src" path="development/samples/LunarLander/tests/src"/>
71 <classpathentry kind="src" path="development/samples/NotePad/src"/>
72 <classpathentry kind="src" path="development/samples/NotePad/tests/src"/
    [all...]
  /external/icu4c/samples/case/
readme.txt 16 2. In MSVC, open the solution file icu\samples\case\case.sln
17 (or, use the workspace All, in icu\samples\all\all.sln )
27 cd c:\icu\source\samples\case\debug
44 cd <icu directory>/source/samples/case
48 cd <icu directory>/source/samples/case
  /external/icu4c/samples/citer/
readme.txt 15 2. In MSVC, open the workspace file icu\samples\citer\citer.sln
25 cd c:\icu\source\samples\citer\debug
26 (note that it may be in a different relative directory than most of the other samples).
43 cd <icu directory>/source/samples/citer
47 cd <icu directory>/source/samples/citer
  /frameworks/ex/variablespeed/jni/
ring_buffer.h 56 // Reads samples for a reading head.
59 // @param destination float buffer to which the samples will be written.
62 // Writes samples.
63 // @param samples float buffer containing the samples.
65 void Write(const float* samples, int num_frames);
77 // Returns a pointer to num_frames x num_channels contiguous samples for
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
AsciiHprofWriter.java 54 List<HprofData.Sample> samples local
56 Collections.sort(samples, SAMPLE_COMPARATOR);
58 for (HprofData.Sample sample : samples) {
70 // "CPU SAMPLES BEGIN (total = 826) Wed Jul 21 12:03:46 2010"
71 out.printf("CPU SAMPLES BEGIN (total = %d) %ta %tb %td %tT %tY\n",
76 for (HprofData.Sample sample : samples) {
89 out.printf("CPU SAMPLES END\n");
  /libcore/dom/src/test/resources/
build.xml 35 excludes="${dist}/src.jar, junit/tests/**, junit/samples/**, **/*.class, doc/**, README.html, build.xml"
40 excludes="${dist}/junit.jar, junit/tests/**, junit/samples/**, **/*.java, doc/**, README.html, jar-manifest.txt"
42 <copy todir="${dist}/junit/samples">
43 <fileset dir="junit/samples" />
70 <arg value="junit.samples.AllTests" />
89 <arg value="junit.samples.AllTests" />
99 <arg value="junit.samples.AllTests" />

Completed in 4493 milliseconds

1 2 3 45 6 7 8 91011>>