Home | History | Annotate | Download | only in spdif

Lines Matching refs:mSubstreamBlockCounts

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;