HomeSort by relevance Sort by last modified time
    Searched refs:bitstream (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
pack_bits.h 25 * unpacking of bits from bitstream, i.e., vector of bytes
29 uint16_t *bitstream, /* (o) The packetized bitstream */
unpack_bits.h 25 * unpacking of bits from bitstream, i.e., vector of bytes
29 const uint16_t *bitstream, /* (i) The packatized bitstream */
30 iLBC_bits *enc_bits, /* (o) Paramerers from bitstream */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_pcma.cc 27 int16_t ACMPCMA::InternalEncode(uint8_t* bitstream,
31 reinterpret_cast<int16_t*>(bitstream));
acm_pcmu.cc 27 int16_t ACMPCMU::InternalEncode(uint8_t* bitstream,
31 reinterpret_cast<int16_t*>(bitstream));
acm_dtmf_playout.h 28 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_pcma.h 28 int16_t InternalEncode(uint8_t* bitstream,
acm_pcmu.h 28 int16_t InternalEncode(uint8_t* bitstream,
acm_red.h 28 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_pcm16b.cc 30 int16_t ACMPCM16B::InternalEncode(uint8_t* /* bitstream */,
54 int16_t ACMPCM16B::InternalEncode(uint8_t* bitstream,
58 bitstream);
acm_celt.h 31 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_cng.h 32 int16_t InternalEncode(uint8_t* bitstream,
acm_g729.h 32 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_g7291.h 32 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_gsmfr.h 32 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_pcm16b.h 28 int16_t InternalEncode(uint8_t* bitstream,
acm_amrwb.h 32 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_g722.h 36 int16_t InternalEncode(uint8_t* bitstream,
acm_g7221.h 37 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_g7221c.h 37 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
acm_ilbc.h 32 int16_t InternalEncode(uint8_t* bitstream,
acm_opus.h 31 int16_t InternalEncode(uint8_t* bitstream,
acm_speex.h 32 int16_t InternalEncode(uint8_t* bitstream, int16_t* bitstream_len_byte);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java 34 * PurgeableBitmapView decodes an encoded bitstream to a Bitmap each time update()
39 private final byte[] bitstream; field in class:PurgeableBitmapView
61 bitstream = generateBitstream(src, Bitmap.CompressFormat.JPEG, 80);
84 bitstream, 0, bitstream.length, mOptions);
  /external/chromium_org/third_party/libwebp/webp/
mux.h 126 // bitstream - (in) the bitstream data in WebP RIFF format
132 static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream,
134 return WebPMuxCreateInternal(bitstream, copy_data, WEBP_MUX_ABI_VERSION);
196 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream member in struct:WebPMuxFrameInfo
213 // bitstream - (in) can be a raw VP8/VP8L bitstream or a single-image
218 // WEBP_MUX_INVALID_ARGUMENT - if mux is NULL or bitstream is NULL.
222 WebPMux* mux, const WebPData* bitstream, int copy_data)
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/
Android.mk 9 ./srce/bitstream-decode.c \

Completed in 271 milliseconds

1 2 3 4