HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 576 - 600 of 5303) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/include/
g711_interface.h 34 * - len : Samples in speechIn
58 * - len : Samples in speechIn
89 * Return value : >0 - Samples in decoded vector
116 * Return value : >0 - Samples in decoded vector
129 * This function estimates the duration of a G711 packet in samples.
137 * Return value : The duration of the packet in samples, which is
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 114 * Input speech length has to be 160 samples (10ms). The encoder buffers those
115 * 10ms frames until it reaches the chosen Framesize (480 or 960 samples
127 * so it keeps buffering speech samples.
141 * it into a package. Input speech length has to be 80 samples (10ms). The encoder
143 * 10ms frames until it reaches the chosen Framesize (480 or 960 wide-band samples
157 * so it keeps buffering speech samples.
197 * in samples.
220 * in samples.
222 * in samples.
239 * will be a multiple of 480 samples: 480 or 960 samples
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon_profiler.py 8 Data collected is a namedtuple of (amps, volts), at 5000 samples/second.
31 samples = []
39 samples += mon.CollectData()
45 for i, sample in enumerate(samples)]
53 power_samples = [s.amps * s.volts for s in samples]
72 # read the samples from the USB port while running the test.
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 142 void analyzeResults (const std::vector<Sample>& samples, const CalibrationParams& calibrationParams);
332 std::vector<Vec2> getPointsFromSamples (const std::vector<FlushFinishCase::Sample>& samples, const deUint64 FlushFinishCase::Sample::*field)
334 vector<Vec2> points(samples.size());
336 for (size_t ndx = 0; ndx < samples.size(); ndx++)
337 points[ndx] = Vec2(float(samples[ndx].numDrawCalls), float(samples[ndx].*field));
343 T getMaximumValue (const std::vector<FlushFinishCase::Sample>& samples, const T FlushFinishCase::Sample::*field)
345 DE_ASSERT(!samples.empty());
347 T maxVal = samples[0].*field;
349 for (size_t ndx = 1; ndx < samples.size(); ndx++
    [all...]
  /external/icu/icu4c/source/samples/
readme.txt 60 * How do I build the samples?
64 To build all samples at once:
74 - type 'make all-samples' from this directory
75 (other targets: clean-samples, check-samples)
76 Note: 'make all-samples' won't work correctly in out of source builds.
  /external/libvorbis/doc/vorbisfile/
ov_read_float.html 22 returns samples in native float format instead of in integer formats.
33 long ov_read_float(<a href="OggVorbis_File.html">OggVorbis_File</a> *vf, float ***pcm_channels, int samples, int *bitstream);
46 <dt><i>samples</i></dt>
47 <dd>Maximum number of decoded samples to produce.</dd>
70 <dd>indicates actual number of samples read. <tt>ov_read_float()</tt> will
83 This decodes up to 1024 float samples.
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleTableBox.java 22 * The sample table contains all the time and data indexing of the media samples in a track. Using the tables
23 * here, it is possible to locate samples in time, determine their type (e.g. I-frame or not), and determine their
30 * data reference index field which indicates which Data Reference Box to use to retrieve the media samples.
31 * Without the Sample Description, it is not possible to determine where the media samples are stored. The Sync
32 * Sample Box is optional. If the Sync Sample Box is not present, all samples are sync samples.<br>
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
VisualRandomAccessEntry.java 24 * For some coding systems a sync sample is specified to be a random access point after which all samples in decoding order can be correctly decoded. However, it may be possible to encode an ?open? random access point, after which all samples in output order can be correctly decoded, but some samples following the random access point in decoding order and preceding the random access point in output order need not be correctly decodable. For example, an intra picture starting an open group of pictures can be followed in decoding order by (bi-)predicted pictures that however precede the intra picture in output order; though they possibly cannot be correctly decoded if the decoding starts from the intra picture, they are not needed.
26 * Such ?open? random-access samples can be marked by being a member of this group. Samples marked by this group must be random access points, and may also be sync points (i.e. it is not required that samples marked by the sync sample table be excluded).
  /external/qemu/audio/
esdaudio.c 93 int samples; member in struct:__anon12927
98 .samples = 1024,
120 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
152 int chunk = audio_MIN (to_mix, hw->samples - rpos);
176 rpos = (rpos + wsamples) % hw->samples;
180 rpos = (rpos + chunk) % hw->samples;
241 dolog ("Will use 16 instead of 32 bit samples\n");
259 hw->samples = conf.samples;
260 esd->pcm_buf = audio_calloc (AUDIO_FUNC, hw->samples, 1 << hw->info.shift)
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 115 * Input speech length has to be 160 samples (10ms). The encoder buffers those
116 * 10ms frames until it reaches the chosen Framesize (480 or 960 samples
128 * so it keeps buffering speech samples.
142 * it into a package. Input speech length has to be 80 samples (10ms). The encoder
144 * 10ms frames until it reaches the chosen Framesize (480 or 960 wide-band samples
158 * so it keeps buffering speech samples.
198 * in samples.
221 * in samples.
223 * in samples.
240 * will be a multiple of 480 samples: 480 or 960 samples
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
content-providers.jd 26 <!-- Related Samples -->
27 <h2>Related Samples</h2>
30 <a href="{@docRoot}resources/samples/ContactManager/index.html">
35 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/List2.html">
41 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/List7.html">
45 <a href="{@docRoot}resources/samples/SampleSyncAdapter/index.html">
  /external/opencv/cvaux/src/
cv3dtracker.cpp 76 IplImage *samples[], // size is num_cameras
96 //CV_CALL(CV_CHECK_IMAGE(samples[c]));
98 if( samples[c] == NULL )
101 if( samples[c]->dataOrder != IPL_DATA_ORDER_PIXEL && samples[c]->nChannels > 1 )
104 if( samples[c]->maskROI != 0 || samples[c]->tileInfo != 0 )
107 if( samples[c]->imageData == 0 )
110 if( samples[c]->roi &&
111 ((samples[c]->roi->xOffset | samples[c]->roi->yOffse
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 687 SingleOperationStatistics calculateSingleOperationStatistics (const std::vector<T>& samples, deUint64 T::SampleType::*target)
690 std::vector<deUint64> values(samples.size());
692 for (int ndx = 0; ndx < (int)samples.size(); ++ndx)
693 values[ndx] = samples[ndx].duration.*target;
707 void calculateBasicStatistics (StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples, int SampleType::*predictor)
709 std::vector<deUint64> values(samples.size());
711 for (int ndx = 0; ndx < (int)samples.size(); ++ndx)
712 values[ndx] = samples[ndx].duration.fitResponseDuration;
716 std::vector<float> processingRates(samples.size());
718 for (int ndx = 0; ndx < (int)samples.size(); ++ndx
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_mem_energy_augmentation.c 23 int16_t *interpSamples, /* (i) The interpolated samples */
40 /* Compute the energy for the first (low-5) noninterpolated samples */
56 /* Compute energy for the remaining samples */
  /external/chromium_org/tools/perf/page_sets/
webrtc_cases.py 35 url='file://third_party/webrtc/samples/js/demos/html/pc1.html',
51 url=('http://googlechrome.github.io/webrtc/samples/web/content/'
68 serving_dirs=['third_party/webrtc/samples/js'])
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
SilenceTrackImpl.java 19 List<ByteBuffer> samples = new LinkedList<ByteBuffer>(); field in class:SilenceTrackImpl
31 samples.add((ByteBuffer) ByteBuffer.wrap(new byte[]{
75 return samples;
  /external/oprofile/libpp/
filename_spec.h 33 * @param filename the samples filename
36 * build a filename_spec from a samples filename
47 * setup filename spec according to the samples filename. PP:3.19 to
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 81 size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
85 size_t bytes, unsigned samples, unsigned current_frame);
87 // FLAC takes samples aligned on 32bit boundaries, use this buffer for the conversion
  /frameworks/opt/net/voip/src/jni/rtp/
AmrCodec.cpp 54 int encode(void *payload, int16_t *samples);
55 int decode(int16_t *samples, int count, void *payload, int length);
100 int AmrCodec::encode(void *payload, int16_t *samples)
106 samples, bytes + 1, &type, AMR_TX_WMF);
131 int AmrCodec::decode(int16_t *samples, int count, void *payload, int length)
169 if (AMRDecode(mDecoder, type, bytes, samples, MIME_IETF) != length) {
215 int encode(void *payload, int16_t *samples);
216 int decode(int16_t *samples, int count, void *payload, int length);
224 int GsmEfrCodec::encode(void *payload, int16_t *samples)
230 samples, bytes, &type, AMR_TX_WMF)
    [all...]
  /prebuilts/tools/common/kxml2-tools/
kxml2-src-2.3.0.zip 
  /cts/suite/audio_quality/test_description/processing/
calc_delay.py 38 returns delay between data0 and data1 in number of samples in data0's point of view"""
67 samples = float(samplingRate) * float(durationInSec) variable
68 index = np.linspace(0.0, samples, num=samples, endpoint=False)
  /developers/build/
build.iml 2 <module external.linked.project.path="$USER_HOME$/src/android/developers-dev/developers/samples/android/common/build" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/.google/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/.google/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/.google/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.

Completed in 524 milliseconds

<<21222324252627282930>>