Searched refs:bsid (Results 1 – 3 of 3) sorted by relevance
214 int bsid = mBasestationId != CellInfo.UNAVAILABLE ? mBasestationId : -1; in asCellLocation() local218 cl.setCellLocationData(bsid, mLatitude, mLongitude, sid, nid); in asCellLocation()
169 unsigned bsid = bits.getBits(5); in parseAC3SyncFrame() local170 if (bsid > 8) { in parseAC3SyncFrame()274 unsigned bsid = bits.getBits(5); in parseEAC3SyncFrame() local275 if (bsid < 11 || bsid > 16) { in parseEAC3SyncFrame()
3454 unsigned bsid = br.getBits(5); in parseEAC3SpecificBox() local3455 if (bsid == 9 || bsid == 10) { in parseEAC3SpecificBox()3456 ALOGW("EAC3 stream (bsid=%d) may be silenced by the decoder", bsid); in parseEAC3SpecificBox()3457 } else if (bsid > 16) { in parseEAC3SpecificBox()3458 ALOGE("EAC3 stream (bsid=%d) is not compatible with ETSI TS 102 366 v1.4.1", bsid); in parseEAC3SpecificBox()3591 unsigned bsid = br.getBits(5); in parseAC3SpecificBox() local3592 if (bsid > 8) { in parseAC3SpecificBox()