Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_oss.c1366 size_t oss_frame_bytes = (runtime->oss.plugin_first->src_width * runtime->oss.plugin_first->src_format.channels) / 8; in snd_pcm_oss_write2() local
1372 frames = bytes / oss_frame_bytes; in snd_pcm_oss_write2()
1379 bytes = frames1 * oss_frame_bytes; in snd_pcm_oss_write2()
1477 size_t oss_frame_bytes = (runtime->oss.plugin_last->dst_width * runtime->oss.plugin_last->dst_format.channels) / 8; in snd_pcm_oss_read2() local
1480 frames = bytes / oss_frame_bytes; in snd_pcm_oss_read2()
1487 bytes = frames1 * oss_frame_bytes; in snd_pcm_oss_read2()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_oss.c1375 size_t oss_frame_bytes = (runtime->oss.plugin_first->src_width * runtime->oss.plugin_first->src_format.channels) / 8; in snd_pcm_oss_write2() local
1381 frames = bytes / oss_frame_bytes; in snd_pcm_oss_write2()
1388 bytes = frames1 * oss_frame_bytes; in snd_pcm_oss_write2()
1486 size_t oss_frame_bytes = (runtime->oss.plugin_last->dst_width * runtime->oss.plugin_last->dst_format.channels) / 8; in snd_pcm_oss_read2() local
1489 frames = bytes / oss_frame_bytes; in snd_pcm_oss_read2()
1496 bytes = frames1 * oss_frame_bytes; in snd_pcm_oss_read2()

Completed in 8 milliseconds