Searched refs:out_count (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/audio/asrc/ |
D | asrc_resampler_test.cc | 42 T* out, size_t out_length, size_t* out_count) { in Resample() argument 49 in_count, out, channels, out_length / channels, out_count, in Resample() 57 size_t in_count, out_count; in resample_i16() local 61 &out_count); in resample_i16() 63 if (out_count < out_length) in resample_i16() 65 out_length, out_count); in resample_i16() 73 size_t in_count, out_count; in resample_i32() local 77 &out_count); in resample_i32() 79 if (out_count < out_length) in resample_i32() 81 out_length, out_count); in resample_i32()
|
D | asrc_resampler.cc | 259 size_t* out_count) { in Upsample() argument 285 *out_count = out_len - nout; in Upsample() 295 size_t* out_count) { in Downsample() argument 321 *out_count = out_len - nout; in Downsample() 342 size_t* out_count, unsigned* in_sub_q26) { in Resample() argument 347 out_len, out_count); in Resample() 532 size_t in_count, out_count; in Resample() local 536 out_data++, channels, out_length, &out_count, &sub_q26); in Resample() 539 buffers.offset += out_count * channels; in Resample() 545 resampler_pos_.samples += out_count; in Resample() [all …]
|