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

  /external/aac/libSBRdec/src/
sbrdec_drc.cpp 385 int startSample, stopSample;
399 /* startSample is truncated to the nearest corresponding start subsample in
401 startSample = ((fMultIfloor( invFrameSizeDiv8, bottomMdct ) & 0x7) * numQmfSubSamples) >> 3;
424 if (((numQmfSubSamples-1) & ~0x03) > startSample) {
434 if ((col >= startSample) && (col < stopSample)) {
435 if ((col & ~0x03) > startSample) {
lpp_tran.cpp 251 int startSample;
266 startSample = firstSlotOffs * timeStep;
286 for (i = startSample; i < stopSampleClear; i++) {
291 for (i = startSample; i < stopSampleClear; i++) {
653 for(i = startSample; i < stopSample; i++ ) {
660 for(i = startSample; i < stopSample; i++ ) {
670 lppTransposer_func1(lowBandReal+LPC_ORDER+startSample,lowBandImag+LPC_ORDER+startSample,
671 qmfBufferReal+startSample,qmfBufferImag+startSample,
    [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...]
  /external/deqp/framework/common/
tcuTestLog.cpp 94 m_log->startSample();
402 void TestLog::startSample (void)
  /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));
  /frameworks/base/core/java/android/preference/
SeekBarVolumizer.java 255 public void startSample() {

Completed in 371 milliseconds