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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
encode.c 39 int16_t stream_length = 0; local
420 stream_length = WebRtcIsacfix_EncTerminate(&ISACenc_obj->bitstr_obj);
427 MinBytes = WebRtcIsacfix_GetMinBytes(&ISACenc_obj->rate_data_obj, (int16_t) stream_length,
433 usefulstr_len = stream_length;
454 while (stream_length < MinBytes)
456 assert(stream_length >= 0);
457 if (stream_length & 0x0001){
459 ISACenc_obj->bitstr_obj.stream[ WEBRTC_SPL_RSHIFT_W16(stream_length, 1) ] |= (uint16_t)(ISACenc_obj->bitstr_seed & 0xFF);
462 ISACenc_obj->bitstr_obj.stream[stream_length / 2] =
465 stream_length++
499 int stream_length = 0; local
    [all...]
  /external/chromium_org/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...]
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.cc 576 const size_t stream_length = local
586 if (stream_length < ack_length) {
587 *payload_length = 1 + ack_length - stream_length;
  /external/flac/include/FLAC/
stream_decoder.h 600 * FLAC__StreamDecoderLengthStatus length_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)
610 * *stream_length = (FLAC__uint64)filestats.st_size;
620 * \param stream_length A pointer to storage for the length of the stream
627 typedef FLAC__StreamDecoderLengthStatus (*FLAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
    [all...]
  /external/chromium_org/third_party/webrtc/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/flac/libFLAC/
stream_decoder.c 134 static FLAC__bool seek_to_absolute_sample_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 target_sample);
136 static FLAC__bool seek_to_absolute_sample_ogg_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 target_sample);
141 static FLAC__StreamDecoderLengthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
    [all...]
  /external/chromium_org/v8/src/heap/
heap.cc 3776 unsigned stream_length = vector.length(); local
    [all...]

Completed in 931 milliseconds