OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrack
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/audio/
audiobell.c
105
audio_track_t *
ptrack
;
local
138
ptrack
= file->
ptrack
;
139
mixer_sample_rate =
ptrack
->mixer->track_fmt.sample_rate;
175
bufbytes =
ptrack
->usrbuf_blksize * NBLKHW;
198
ptrack
->is_pause = true;
212
if (
ptrack
->usrbuf.used >=
ptrack
->usrbuf_blksize * NBLKHW)
213
ptrack
->is_pause = false;
216
ptrack
->is_pause = false
[
all
...]
audio.c
429
if (file->
ptrack
)
430
snprintf(phdr, sizeof(phdr), "#%d", file->
ptrack
->id);
1456
if (file->
ptrack
|| file->rtrack) {
1869
if (file->
ptrack
)
1870
audio_track_destroy(file->
ptrack
);
2255
KASSERT(file->
ptrack
);
2256
audio_track_destroy(file->
ptrack
);
2397
af->
ptrack
= audio_track_create(sc, sc->sc_pmixer);
2495
if (af->
ptrack
) {
2518
if (af->
ptrack
&& sc->sc_popens == 0)
7233
audio_track_t *
ptrack
;
local
7806
audio_track_t *
ptrack
;
local
[
all
...]
audiodef.h
200
audio_track_t *
ptrack
;
member in struct:audio_file
/src/usr.bin/fstat/
misc.c
254
if (af.
ptrack
&& af.rtrack) {
256
} else if (af.
ptrack
) {
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026