OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freq_step
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/audio/
audiodef.h
150
u_int
freq_step
; /* src/dst ratio */
member in struct:audio_track
audio.c
4033
step = track->
freq_step
;
4129
step = track->
freq_step
;
4504
/*
freq_step
is the ratio of src/dst when let dst 65536. */
4505
track->
freq_step
= (uint64_t)srcfreq * 65536 / dstfreq;
4511
if (track->
freq_step
< 65536) {
6377
if (track->
freq_step
< 65536)
Completed in 16 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025