OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rate_index
(Results
1 - 2
of
2
) sorted by null
/system/media/alsa_utils/
alsa_device_proxy.c
273
int
rate_index
= 0;
local
274
while (sample_rates[
rate_index
] != 0) {
275
alsa_config.rate = sample_rates[
rate_index
];
281
return
rate_index
;
287
rate_index
++;
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_stereo_unittest.cc
382
for (int
rate_index
= 0;
rate_index
< num_rates; ++
rate_index
) {
383
int sample_rate = sample_rates[
rate_index
];
Completed in 122 milliseconds