Home
last modified time | relevance | path

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

/linux-6.12.1/sound/core/oss/
Dpcm_oss.c1364 …size_t oss_frame_bytes = (runtime->oss.plugin_first->src_width * runtime->oss.plugin_first->src_fo… in snd_pcm_oss_write2() local
1370 frames = bytes / oss_frame_bytes; in snd_pcm_oss_write2()
1377 bytes = frames1 * oss_frame_bytes; in snd_pcm_oss_write2()
1475 …size_t oss_frame_bytes = (runtime->oss.plugin_last->dst_width * runtime->oss.plugin_last->dst_form… in snd_pcm_oss_read2() local
1478 frames = bytes / oss_frame_bytes; in snd_pcm_oss_read2()
1485 bytes = frames1 * oss_frame_bytes; in snd_pcm_oss_read2()