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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
WaveScopeView.java 121 int smpl = chanIndex; local
126 Y = zeroY - (samples[smpl] * yScale);
131 smpl += numChans;
150 int smpl = chanIndex; local
155 Y = zeroY - (samples[smpl] * yScale);
160 smpl += numChans;
  /external/aac/libSBRdec/src/
sbr_dec.cpp 376 int smpl, delay = 96 >> (!(flags & SBRDEC_DOWNSAMPLE) ? 1 : 0); local
380 for (smpl = 0; smpl < delay; smpl += 1) {
381 pcmTemp[smpl] = timeIn[(codecFrameSize-delay+smpl)*strideIn];
384 for (smpl = (codecFrameSize-delay-1)*strideIn; smpl >= 0; smpl -= strideIn) {
385 timeIn[smpl+delay] = timeIn[smpl]
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 4220 Sample *smpl = &mCurrentSamples.editItemAt(i); local
4978 const Sample *smpl = &mCurrentSamples[mCurrentSampleIndex]; local
5000 const Sample *smpl = &mCurrentSamples[mCurrentSampleIndex]; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java     [all...]

Completed in 86 milliseconds