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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
encode.c 36 WebRtc_Word16 stream_length = 0; local
417 stream_length = WebRtcIsacfix_EncTerminate(&ISACenc_obj->bitstr_obj);
424 MinBytes = WebRtcIsacfix_GetMinBytes(&ISACenc_obj->rate_data_obj, (WebRtc_Word16) stream_length,
430 usefulstr_len = stream_length;
451 while (stream_length < MinBytes)
453 if (stream_length & 0x0001){
455 ISACenc_obj->bitstr_obj.stream[ WEBRTC_SPL_RSHIFT_W16(stream_length, 1) ] |= (WebRtc_UWord16)(ISACenc_obj->bitstr_seed & 0xFF);
458 ISACenc_obj->bitstr_obj.stream[ WEBRTC_SPL_RSHIFT_W16(stream_length, 1) ] = WEBRTC_SPL_LSHIFT_U16(ISACenc_obj->bitstr_seed, 8);
460 stream_length++;
463 /* to get the real stream_length, without garbage *
493 int stream_length = 0; local
    [all...]
  /hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h 103 unsigned int stream_length; member in struct:jdec_private
tinyjpeg.c 546 priv->stream_length = size;
547 priv->stream_end = priv->stream_begin + priv->stream_length;
  /external/v8/src/
unicode.h 166 unsigned stream_length);
174 unsigned stream_length);
unicode-inl.h 164 unsigned stream_length) {
165 Reset(buffer, buffer_length, stream, stream_length);
unicode.cc 264 unsigned stream_length) {
271 while (stream_length != 0) {
273 uint32_t character = Utf8::ValueOf(stream, stream_length, &cursor);
274 DCHECK(cursor > 0 && cursor <= stream_length);
276 stream_length -= cursor;
    [all...]
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 162 FLAC__uint64 *stream_length);
184 FLAC__uint64 *stream_length,
233 FLAC__uint64 *stream_length, void *client_data)
235 return ((FLACParser *) client_data)->lengthCallback(stream_length);
303 FLAC__uint64 *stream_length)
307 *stream_length = size;
  /external/flac/include/FLAC/
stream_decoder.h 601 * FLAC__StreamDecoderLengthStatus length_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)
611 * *stream_length = (FLAC__uint64)filestats.st_size;
621 * \param stream_length A pointer to storage for the length of the stream
628 typedef FLAC__StreamDecoderLengthStatus (*FLAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode.c 183 int stream_length = 0; local
527 stream_length = WebRtcIsac_EncTerminate(&ISACencLB_obj->bitstr_obj);
528 return stream_length;
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h     [all...]
  /external/flac/libFLAC/
stream_decoder.c 111 static FLAC__bool seek_to_absolute_sample_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 target_sample);
113 static FLAC__bool seek_to_absolute_sample_ogg_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 target_sample);
118 static FLAC__StreamDecoderLengthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 4612 uint32_t stream_length; local
    [all...]
minidump_unittest.cc 162 uint32_t stream_length; local
163 ASSERT_TRUE(minidump.SeekToStreamType(0xfbb7fa2bU, &stream_length));
164 ASSERT_EQ(15U, stream_length);
    [all...]
  /external/v8/src/heap/
heap.cc 3776 unsigned stream_length = vector.length(); local
    [all...]

Completed in 515 milliseconds