Searched refs:bsid (Results 1 – 3 of 3) sorted by relevance
204 int bsid = mBasestationId != CellInfo.UNAVAILABLE ? mBasestationId : -1; in asCellLocation() local208 cl.setCellLocationData(bsid, mLatitude, mLongitude, sid, nid); in asCellLocation()
159 unsigned bsid = bits.getBits(5); in parseAC3SyncFrame() local160 if (bsid > 8) { in parseAC3SyncFrame()267 unsigned bsid = bits.getBits(5); in parseEAC3SyncFrame() local268 if (bsid < 11 || bsid > 16) { in parseEAC3SyncFrame()
3093 unsigned bsid = br.getBits(5); in parseEAC3SpecificBox() local3094 if (bsid == 9 || bsid == 10) { in parseEAC3SpecificBox()3095 ALOGW("EAC3 stream (bsid=%d) may be silenced by the decoder", bsid); in parseEAC3SpecificBox()3096 } else if (bsid > 16) { in parseEAC3SpecificBox()3097 ALOGE("EAC3 stream (bsid=%d) is not compatible with ETSI TS 102 366 v1.4.1", bsid); in parseEAC3SpecificBox()3230 unsigned bsid = br.getBits(5); in parseAC3SpecificBox() local3231 if (bsid > 8) { in parseAC3SpecificBox()