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

  /external/aac/libAACdec/src/
aacdecoder.cpp 539 self->streamInfo.aacSamplesPerFrame,
708 pStreamInfo->aacSamplesPerFrame = 0;
948 if (self->streamInfo.aacSamplesPerFrame != (INT)asc->m_samplesPerFrame) {
949 self->streamInfo.aacSamplesPerFrame = asc->m_samplesPerFrame;
    [all...]
aacdecoder_lib.cpp 898 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame;
970 self->streamInfo.frameSize = (INT)fMult((FIXP_DBL)self->streamInfo.aacSamplesPerFrame<<UPS_SCALE, upsampleFactor);
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h     [all...]
  /external/aac/libSBRdec/src/
psdec.h 313 int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, int aacSamplesPerFrame);
psdec.cpp 138 int aacSamplesPerFrame
158 switch (aacSamplesPerFrame) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 625 currentTime += mStreamInfo->aacSamplesPerFrame *
    [all...]

Completed in 2755 milliseconds