Home
last modified time | relevance | path

Searched refs:lfeon (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp203 unsigned lfeon = bits.getBits(1); in parseAC3SyncFrame() local
212 unsigned channelCount = channelCountTable[acmod] + lfeon; in parseAC3SyncFrame()
276 unsigned lfeon = bits.getBits(1); in parseEAC3SyncFrame() local
285 unsigned channelCount = channelCountTable[acmod] + lfeon; in parseEAC3SyncFrame()
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp3279 unsigned lfeon = br.getBits(1); in parseEAC3SpecificBox() local
3282 channelCount = channelCountTable[acmod] + lfeon; in parseEAC3SpecificBox()
3283 ALOGV("bsmod = %d, acmod = %d, lfeon = %d", bsmod, acmod, lfeon); in parseEAC3SpecificBox()
3413 unsigned lfeon = br.getBits(1); in parseAC3SpecificBox() local
3414 unsigned channelCount = channelCountTable[acmod] + lfeon; in parseAC3SpecificBox()