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

  /external/chromium_org/third_party/webrtc/voice_engine/
utility_unittest.cc 139 const float dst_left = resampling_factor * kSrcLeft; local
141 const float dst_mono = (dst_left + dst_right) / 2;
150 SetMonoFrame(&golden_frame_, dst_left, dst_sample_rate_hz);
156 SetStereoFrame(&golden_frame_, dst_left, dst_left, dst_sample_rate_hz);
158 SetStereoFrame(&golden_frame_, dst_left, dst_right, dst_sample_rate_hz);
  /external/fio/
init.c 945 size_t dst_left = PATH_MAX - 1; local
975 dst_left -= pre_len;
982 ret = snprintf(dst, dst_left, "%s", jobname);
986 dst_left -= ret;
992 ret = snprintf(dst, dst_left, "%d", jobnum);
996 dst_left -= ret;
1002 ret = snprintf(dst, dst_left, "%d", filenum);
1006 dst_left -= ret;
1015 strncpy(dst, buf + post_start, dst_left);
    [all...]

Completed in 206 milliseconds