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

  /system/media/audio_utils/spdif/
AC3FrameScanner.cpp 100 , mSubstreamID(0)
145 && (mSubstreamID == 0)
188 mSubstreamID = (mHeaderBuffer[2] >> 3) & 0x07;
211 // This should be safe because mSubstreamID is ANDed with 0x07 above.
215 mSubstreamBlockCounts[mSubstreamID] += mAudioBlocksPerSyncFrame;
220 "EAC3 mStreamType = %d, mSubstreamID = %d",
221 mStreamType, mSubstreamID);
AC3FrameScanner.h 60 uint32_t mSubstreamID;

Completed in 30 milliseconds