HomeSort by relevance Sort by last modified time
    Searched refs:headerBits (Results 1 - 13 of 13) sorted by null

  /external/aac/libMpegTPEnc/src/
tpenc_adts.h 117 int headerBits; /*!< Header bit demand for the current raw data block */
tpenc_adts.cpp 143 hAdts->headerBits = bits;
195 hAdts->headerBits = adtsWrite_GetHeaderBits(hAdts);
197 FDK_ASSERT(((frame_length+hAdts->headerBits)/8)<0x2000); /*13 bit*/
233 FDKwriteBits(hBitStream, (frame_length + hAdts->headerBits)>>3, 13);
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 515 if ( (checkLengthBits /*+headerBits*/) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) {
688 INT headerBits = 0, headerBitsFirstFrame = 0, headerBitsPrevious;
731 headerBitsPrevious = headerBits;
742 headerBits = 0;
761 headerBits = syncLength;
764 headerBits = 0;
784 &headerBits
788 bitsAvail -= headerBits;
794 if ( (checkLengthBits+headerBits) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) {
818 bits = (bitsAvail + headerBits) % TPDEC_SYNCSKIP
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 328 int headerBits = (userDataHeaderLength + 1) * 8;
329 int headerSeptets = headerBits / 7;
330 headerSeptets += (headerBits % 7) > 0 ? 1 : 0;
331 mUserDataSeptetPadding = (headerSeptets * 7) - headerBits;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 648 int headerBits = (userDataHeaderLength + 1) * 8;
649 headerSeptets = headerBits / 7;
650 headerSeptets += (headerBits % 7) > 0 ? 1 : 0;
651 mUserDataSeptetPadding = (headerSeptets * 7) - headerBits;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 303 int headerBits = (header.length + 1) * 8;
304 int headerSeptets = (headerBits + 6) / 7;
    [all...]
  /external/zxing/core/
core.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1076 milliseconds