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

  /external/webrtc/webrtc/common_audio/
blocker.cc 108 : chunk_size_(chunk_size),
114 input_buffer_(num_input_channels_, chunk_size_ + initial_delay_),
115 output_buffer_(chunk_size_ + initial_delay_, num_output_channels_),
172 RTC_CHECK_EQ(chunk_size, chunk_size_);
176 input_buffer_.Write(input, num_input_channels, chunk_size_);
180 while (first_frame_in_block < chunk_size_) {
214 chunk_size_,
219 // Copy output buffer [chunk_size_, chunk_size_ + initial_delay]
229 chunk_size_,
    [all...]
blocker.h 41 // (read: |block_size_|) or received-audio-size (read: |chunk_size_|).
81 const size_t chunk_size_; member in class:webrtc::Blocker
91 // multiple of chunk_size_, so blocks won't line up at the start of the
  /external/webp/src/dec/
idec.c 74 size_t chunk_size_; // Compressed VP8/VP8L size extracted from Header. member in struct:WebPIDecoder
316 idec->chunk_size_ = headers.compressed_size;
348 if (!VP8GetInfo(data, curr_size, idec->chunk_size_, &width, &height)) {
509 if (curr_size < (idec->chunk_size_ >> 3)) {
516 curr_size < idec->chunk_size_) {
538 dec->incremental_ = (curr_size < idec->chunk_size_);
587 idec->chunk_size_ = 0;
  /external/opencv3/3rdparty/libwebp/dec/
idec.c 75 size_t chunk_size_; // Compressed VP8/VP8L size extracted from Header. member in struct:WebPIDecoder
306 idec->chunk_size_ = headers.compressed_size;
343 if (!VP8GetInfo(data, curr_size, idec->chunk_size_, NULL, NULL)) {
494 if (curr_size < (idec->chunk_size_ >> 3)) {
518 if (curr_size < idec->chunk_size_) {
570 idec->chunk_size_ = 0;
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]
  /external/v8/src/heap/
spaces.cc     [all...]
spaces.h 2911 uintptr_t chunk_size_; member in class:v8::internal::NewSpace
    [all...]

Completed in 324 milliseconds