Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/quartz/
H A Ddsoundrender.c211 DWORD skipbytes = pos_from_time(This, past); in DSoundRender_GetWritePos() local
212 WARN("Skipping %u bytes\n", skipbytes); in DSoundRender_GetWritePos()
213 *skip = skipbytes; in DSoundRender_GetWritePos()