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

  /external/webrtc/webrtc/voice_engine/
utility_unittest.cc 135 const float dst_left = resampling_factor * kSrcLeft; local
137 const float dst_mono = (dst_left + dst_right) / 2;
146 SetMonoFrame(&golden_frame_, dst_left, dst_sample_rate_hz);
152 SetStereoFrame(&golden_frame_, dst_left, dst_left, dst_sample_rate_hz);
154 SetStereoFrame(&golden_frame_, dst_left, dst_right, dst_sample_rate_hz);
  /external/webrtc/webrtc/common_audio/
audio_converter_unittest.cc 97 const float dst_left = resampling_factor * kSrcLeft; local
99 const float dst_mono = (dst_left + dst_right) / 2;
112 ref_data.push_back(dst_left);
117 ref_data.push_back(dst_left);
119 ref_data.push_back(dst_left);
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 451 LayerRect scissor_left, scissor_right, dst_left, crop_left, crop_right, dst_right; local
462 dst_left = dst_rect;
464 dst_right = dst_left;
466 bool crop_left_valid = CalculateCropRects(scissor_left, &crop_left, &dst_left);
480 left_pipe->dst_roi = dst_left;
567 float &dst_left = dst->left; local
582 if (dst_left < sci_left) {
583 left_cut_ratio = (sci_left - dst_left) / dst_width;
584 dst_left = sci_left;
805 LayerRect *src_left, LayerRect *dst_left, LayerRect *src_right
    [all...]
resource_default.h 117 LayerRect *dst_left, LayerRect *src_right, LayerRect *dst_right);
  /external/fio/
init.c 1002 size_t dst_left = PATH_MAX - 1; local
1032 dst_left -= pre_len;
1039 ret = snprintf(dst, dst_left, "%s", jobname);
1042 else if (ret > dst_left) {
1044 dst += dst_left;
1045 dst_left = 0;
1048 dst_left -= ret;
1055 ret = snprintf(dst, dst_left, "%d", jobnum);
1058 else if (ret > dst_left) {
1060 dst += dst_left;
    [all...]

Completed in 1076 milliseconds