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

  /external/libxaac/decoder/drc_src/
impd_drc_peak_limiter_struct.h 40 FLOAT32* max_buf; member in struct:ia_drc_peak_limiter_struct
impd_drc_peak_limiter.c 44 peak_limiter->max_buf = buffer;
71 memset(peak_limiter->max_buf, 0,
92 FLOAT32 *max_buf = peak_limiter->max_buf; local
106 max_buf[j] = max_buf[j - 1];
108 max_buf[0] = tmp;
111 if (max_buf[j] > sectionMaximum) sectionMaximum = max_buf[j];
impd_drc_peak_limiter.h 40 FLOAT32 *max_buf; member in struct:ia_drc_peak_limiter_struct
impd_drc_parametric_dec.c 263 pstr_parametric_lim_type_drc_params->max_buf = (FLOAT32*)(*mem_ptr);
291 pstr_parametric_lim_type_drc_params->max_buf[j] = 0.f;
1056 FLOAT32* max_buf = pstr_parametric_lim_type_drc_params->max_buf; local
    [all...]
impd_parametric_drc_dec.h 90 FLOAT32* max_buf; member in struct:ia_parametric_drc_type_lim_params_struct_t
  /toolchain/binutils/binutils-2.27/gas/
messages.c 397 char max_buf [sizeof (val) * 3 + 2]; local
404 sprintf_vma (max_buf, (bfd_vma) max);
410 as_bad_where (file, line, err, prefix, val_buf, min_buf, max_buf);
412 as_warn_where (file, line, err, prefix, val_buf, min_buf, max_buf);
  /system/core/adb/
services.cpp 250 int max_buf = LINUX_MAX_SOCKET_SIZE; local
251 adb_setsockopt(s[0], SOL_SOCKET, SO_SNDBUF, &max_buf, sizeof(max_buf));
252 adb_setsockopt(s[1], SOL_SOCKET, SO_SNDBUF, &max_buf, sizeof(max_buf));

Completed in 101 milliseconds