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 103 memset(mSubstreamBlockCounts, 0, sizeof(mSubstreamBlockCounts));
119 if (mSubstreamBlockCounts[i] >= AC3_MAX_BLOCKS_PER_SYNC_FRAME_BLOCK) {
120 mSubstreamBlockCounts[i] -= AC3_MAX_BLOCKS_PER_SYNC_FRAME_BLOCK;
121 } else if (mSubstreamBlockCounts[i] > 0) {
123 i, mSubstreamBlockCounts[i]);
124 mSubstreamBlockCounts[i] = 0;
149 && (mSubstreamBlockCounts[0] > AC3_MAX_BLOCKS_PER_SYNC_FRAME_BLOCK)) {
219 mSubstreamBlockCounts[mSubstreamID] += mAudioBlocksPerSyncFrame;
AC3FrameScanner.h 55 uint8_t mSubstreamBlockCounts[EAC3_MAX_SUBSTREAMS];

Completed in 2297 milliseconds