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

  /cts/tests/tests/location/src/android/location/cts/asn1/base/
PacketBuilder.java 22 private BitStream bitStream = new BitStream();
24 public void append(BitStream appendix) {
26 bitStream.spoolToByteBoundary();
31 bitStream.appendByte(bytes[i]);
37 bitStream.appendLowBits(bitsToAppend, lowBits);
42 return bitStream.getPaddedBytes();
46 return bitStream.getBitCount();
49 public void appendAll(Iterable<BitStream> bitStreams)
    [all...]
Asn1BitString.java 80 BitStream bitStream = new BitStream();
82 bitStream.appendBit(value.get(i));
86 buf.put(bitStream.getPaddedBytes());
100 private Iterable<BitStream> encodePerImpl(boolean aligned) {
114 BitStream result = new BitStream();
131 BitStream count = null;
139 BitStream result = new BitStream()
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_lib.cpp 128 FDK_BITSTREAM bitStream;
264 FDKinitBitStream(&hTpEnc->bitStream, hTpEnc->bsBuffer, hTpEnc->bsBufferSize,
302 error = transportEnc_Latm_Init(&hTpEnc->writer.latm, &hTpEnc->bitStream,
348 return &hTp->bitStream;
388 HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream;
399 FDKinitBitStream(&hTp->bitStream, hTp->bsBuffer, hTp->bsBufferSize, 0,
409 adtsWrite_EncodeHeader(&hTp->writer.adts, &hTp->bitStream, bufferFullness,
424 FDKinitBitStream(&hTp->bitStream, hTp->bsBuffer, hTp->bsBufferSize, 0,
438 UINT alignAnchor = FDKgetValidBits(&hTp->bitStream);
441 FDKwriteBits(&hTp->bitStream, ID_PCE, 3)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
SwitchingSampRate.cc 207 unsigned short bitStream[600+600];
281 (uint8_t*)bitStream);
286 reinterpret_cast<const uint8_t*>(bitStream),
411 reinterpret_cast<const uint8_t*>(bitStream),
423 reinterpret_cast<const uint8_t*>(bitStream),
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 494 BitwiseInputStream bitStream = new BitwiseInputStream(data);
496 int mipUppLength = bitStream.read(8);
504 int retryInfoInclude = bitStream.read(1);
511 bitStream.skip(11); //not used now
519 int numNai = bitStream.read(4);
527 int naiEntryIndex = bitStream.read(4);
533 int naiLength = bitStream.read(8);
543 naiCharArray[index1] = (char)(bitStream.read(8) & 0xFF);
555 bitStream.skip((naiLength << 3) + 101);//not used
556 int mnAaaSpiIndicator = bitStream.read(1)
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 141 FDK_BITSTREAM bitStream[1]; /* Bitstream reader */
240 /* Create bitstream */
252 FDKinitBitStream(&hInput->bitStream[i], hInput->bsBuffer, (8192 * 4), 0,
650 hBs = &hTp->bitStream[layer];
678 return &hTp->bitStream[layer];
718 HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream[0];
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
encode.c 253 /* reset bitstream */
    [all...]
codec.h 54 const ISACUBSaveEncDataStruct* ISACSavedEnc_obj, Bitstr* bitStream,
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 242 milliseconds