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

  /external/aac/libMpegTPEnc/src/
tpenc_adts.h 128 int headerBits; /*!< Header bit demand for the current raw data block */
tpenc_adts.cpp 150 hAdts->headerBits = bits;
196 hAdts->headerBits = adtsWrite_GetHeaderBits(hAdts);
198 FDK_ASSERT(((frame_length + hAdts->headerBits) / 8) < 0x2000); /*13 bit*/
235 FDKwriteBits(hBitStream, (frame_length + hAdts->headerBits) >> 3, 13);
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 849 if ((checkLengthBits /*+headerBits*/) > (((8192 * 4) << 3) - 7)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 348 int headerBits = (userDataHeaderLength + 1) * 8;
349 int headerSeptets = headerBits / 7;
350 headerSeptets += (headerBits % 7) > 0 ? 1 : 0;
351 mUserDataSeptetPadding = (headerSeptets * 7) - headerBits;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 755 int headerBits = (userDataHeaderLength + 1) * 8;
756 headerSeptets = headerBits / 7;
757 headerSeptets += (headerBits % 7) > 0 ? 1 : 0;
758 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/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 265 milliseconds