HomeSort by relevance Sort by last modified time
    Searched defs:length_limit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
merge.cc 252 int length_limit = fs_hz_ / 100; // 10 ms in samples. local
272 if (input_length <= length_limit) {
  /external/chromium_org/third_party/brotli/src/brotli/enc/
block_splitter.cc 374 int length_limit = input_size / num_blocks + 1; local
380 if (total_length > length_limit) {

Completed in 145 milliseconds