Searched refs:float_data (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Daudio_buffer.cc106 float* const float_data = fbuf_.data(); local
109 float_data[i] = int_data[i];
117 const float* const float_data = fbuf_.data(); local
122 float_data[i],
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc1992 // |int_data| and |float_data| are just temporary space that must be
1994 bool ReadChunk(FILE* file, int16_t* int_data, float* float_data, argument
2005 ScaleToFloat(int_data, frame_size, float_data);
2007 MixStereoToMono(float_data, cb->data(), cb->samples_per_channel());
2009 Deinterleave(float_data, cb->samples_per_channel(), 2,
2146 scoped_ptr<float[]> float_data(new float[max_length]);
2150 while (ReadChunk(far_file, int_data.get(), float_data.get(), &rev_cb) &&
2151 ReadChunk(near_file, int_data.get(), float_data.get(), &fwd_cb)) {
2174 float_data.get());
2177 fwrite(float_data
[all...]
/external/libcxxabi/src/
H A Dcxa_demangle.cpp134 struct float_data;
137 struct float_data<float> struct in namespace:__cxxabiv1::__anon23623
144 constexpr const char* float_data<float>::spec;
147 struct float_data<double> struct in namespace:__cxxabiv1::__anon23623
154 constexpr const char* float_data<double>::spec;
157 struct float_data<long double> struct in namespace:__cxxabiv1::__anon23623
168 constexpr const char* float_data<long double>::spec;
174 const size_t N = float_data<Float>::mangled_size;
201 char num[float_data<Float>::max_demangled_size] = {0};
202 int n = snprintf(num, sizeof(num), float_data<Floa
[all...]

Completed in 1732 milliseconds