HomeSort by relevance Sort by last modified time
    Searched refs:startSample (Results 1 - 10 of 10) sorted by null

  /external/aac/libSBRdec/src/
HFgen_preFlat.h 121 * \param[in] startSample time slot start.
129 const int numBands, const int startSample,
lpp_tran.cpp 217 const int startSample,
224 for (i = 0; i < stopSample - startSample; i++) {
231 qmfBufferReal[i + startSample][hiBand] = accu1 + accu2;
290 int startSample;
303 startSample = firstSlotOffs * timeStep;
324 for (i = startSample; i < stopSampleClear; i++) {
329 for (i = startSample; i < stopSampleClear; i++) {
355 v_k_master0, startSample, stopSample);
719 for (i = startSample; i < stopSample; i++) {
737 for (i = startSample; i < stopSample; i++)
    [all...]
HFgen_preFlat.cpp     [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 137 long startSample = startSamples[cycle];
141 // if startSample == endSample the cycle is empty!
142 if (startSample != endSample) {
143 boxes.add(createMoof(startSample, endSample, track, sequence));
144 boxes.add(createMdat(startSample, endSample, track, sequence++));
172 protected Box createMdat(final long startSample, final long endSample, final Track track, final int i) {
187 for (ByteBuffer sample : getSamples(startSample, endSample, track, i)) {
198 List<ByteBuffer> bbs = getSamples(startSample, endSample, track, i);
238 protected Box createTfhd(long startSample, long endSample, Track track, int sequenceNumber) {
248 protected Box createMfhd(long startSample, long endSample, Track track, int sequenceNumber)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 268 long startSample = -1;
279 startSample = currentSample;
294 movie.addTrack(new CroppedTrack(track, startSample, endSample));
  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 221 final int startSample = 2 * 2048 * numChannels; // exclude signal on- & offset to
222 final int stopSample = decSamples.length - startSample; // ... measure only the stationary
225 double nrgFull = getEnergy(decSamples, startSample, stopSample);
236 double nrgHd = getEnergy(decSamples, startSample, stopSample);
  /external/deqp/framework/common/
tcuTestLog.cpp 164 m_log->startSample();
486 void TestLog::startSample (void)
tcuTestLog.hpp 168 void startSample (void);
  /frameworks/base/core/java/android/preference/
SeekBarVolumizer.java 319 public void startSample() {
  /external/adhd/scripts/audio_tuning/frontend/
audio.js 643 var startSample = sampleRate * (lengthInSeconds - .1);
649 for (k = startSample; k < endSample; ++k) {
    [all...]

Completed in 431 milliseconds