Searched refs:bsid (Results 1 – 3 of 3) sorted by relevance
222 int bsid = mBasestationId != CellInfo.UNAVAILABLE ? mBasestationId : -1; in asCellLocation() local226 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()
3422 unsigned bsid = br.getBits(5); in parseEAC3SpecificBox() local3423 if (bsid == 9 || bsid == 10) { in parseEAC3SpecificBox()3424 ALOGW("EAC3 stream (bsid=%d) may be silenced by the decoder", bsid); in parseEAC3SpecificBox()3425 } else if (bsid > 16) { in parseEAC3SpecificBox()3426 ALOGE("EAC3 stream (bsid=%d) is not compatible with ETSI TS 102 366 v1.4.1", bsid); in parseEAC3SpecificBox()3559 unsigned bsid = br.getBits(5); in parseAC3SpecificBox() local3560 if (bsid > 8) { in parseAC3SpecificBox()