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

  /system/media/audio_utils/spdif/
AC3FrameScanner.cpp 104 memset(mSubstreamBlockCounts, 0, sizeof(mSubstreamBlockCounts));
120 if (mSubstreamBlockCounts[i] >= AC3_MAX_BLOCKS_PER_SYNC_FRAME_BLOCK) {
121 mSubstreamBlockCounts[i] -= AC3_MAX_BLOCKS_PER_SYNC_FRAME_BLOCK;
122 } else if (mSubstreamBlockCounts[i] > 0) {
124 i, mSubstreamBlockCounts[i]);
125 mSubstreamBlockCounts[i] = 0;
150 && (mSubstreamBlockCounts[0] > AC3_MAX_BLOCKS_PER_SYNC_FRAME_BLOCK)) {
220 mSubstreamBlockCounts[mSubstreamID] += mAudioBlocksPerSyncFrame;
248 mSubstreamBlockCounts[0] += mAudioBlocksPerSyncFrame
    [all...]
AC3FrameScanner.h 56 uint8_t mSubstreamBlockCounts[EAC3_MAX_SUBSTREAMS];

Completed in 1692 milliseconds