Home
last modified time | relevance | path

Searched refs:src_index (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/
Dchannels.c81 size_t src_index; \
84 for (src_index = 0; src_index < num_in_samples; src_index += (in_buff_chans)) { \
114 size_t src_index; \
117 for (src_index = 0; src_index < num_in_samples; src_index += (in_buff_chans)) { \
161 size_t src_index; \
162 for (src_index = 0; src_index < num_out_samples; src_index += (out_buff_chans)) { \
192 size_t src_index; \
195 for (src_index = 0; src_index < num_in_samples; src_index += (in_buff_chans)) { \
225 size_t src_index; \
226 for (src_index = 0; src_index < num_in_samples; src_index += (in_buff_chans)) { \
[all …]
/system/update_engine/payload_generator/
Dtopological_sort_unittest.cc84 vector<Vertex::Index>::size_type src_index = 0; in TEST() local
85 EXPECT_TRUE(IndexOf(sorted, i, &src_index)); in TEST()
91 EXPECT_LT(dst_index, src_index); in TEST()