Searched refs:bsid (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp144 unsigned bsid = bits.getBits(5); local
145 if (bsid > 8) {
146 ALOGW("Incorrect bsid in AC3 header. Possibly E-AC-3?");
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2528 unsigned bsid = br.getBits(5); local
2529 if (bsid > 8) {
2530 ALOGW("Incorrect bsid in AC3 header. Possibly E-AC-3?");

Completed in 114 milliseconds