Home
last modified time | relevance | path

Searched refs:hw_refine (Results 1 - 25 of 30) sorted by relevance

12

/third_party/alsa-lib/include/
H A Daserver.h72 snd_pcm_hw_params_t hw_refine; member
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c269 ctrl->u.hw_refine = *params; in snd_pcm_shm_hw_refine_slave()
272 *params = ctrl->u.hw_refine; in snd_pcm_shm_hw_refine_slave()
598 .hw_refine = snd_pcm_shm_hw_refine,
H A Dpcm_copy.c158 .hw_refine = snd_pcm_copy_hw_refine,
H A Dpcm_lfloat.c355 .hw_refine = snd_pcm_lfloat_hw_refine,
H A Dpcm_linear.c399 .hw_refine = snd_pcm_linear_hw_refine,
H A Dpcm_mulaw.c411 .hw_refine = snd_pcm_mulaw_hw_refine,
H A Dpcm_null.c328 .hw_refine = snd_pcm_null_hw_refine,
H A Dpcm_mmap_emul.c52 * here goes a really tricky part; hw_refine falls back to ACCESS_RW_* type
143 * hw_params needs a similar hack like hw_refine, but it's much simpler
359 .hw_refine = snd_pcm_mmap_emul_hw_refine,
H A Dpcm_adpcm.c523 .hw_refine = snd_pcm_adpcm_hw_refine,
H A Dpcm_alaw.c397 .hw_refine = snd_pcm_alaw_hw_refine,
H A Dpcm_hooks.c158 .hw_refine = snd_pcm_generic_hw_refine,
H A Dpcm_iec958.c534 .hw_refine = snd_pcm_iec958_hw_refine,
H A Dpcm_extplug.c185 * hw_refine callback
463 .hw_refine = snd_pcm_extplug_hw_refine,
H A Dpcm_dsnoop.c467 .hw_refine = snd_pcm_direct_hw_refine,
H A Dpcm_dshare.c596 .hw_refine = snd_pcm_direct_hw_refine,
H A Dpcm_params.c2371 if (pcm->ops->hw_refine) in snd_pcm_hw_refine()
2372 res = pcm->ops->hw_refine(pcm->op_arg, params); in snd_pcm_hw_refine()
H A Dpcm_dmix.c899 .hw_refine = snd_pcm_direct_hw_refine,
H A Dpcm_meter.c513 .hw_refine = snd_pcm_meter_hw_refine,
H A Dpcm_ioplug.c915 .hw_refine = snd_pcm_ioplug_hw_refine,
H A Dpcm_plug.c1119 .hw_refine = snd_pcm_plug_hw_refine,
H A Dpcm_route.c915 .hw_refine = snd_pcm_route_hw_refine,
H A Dpcm_softvol.c881 .hw_refine = snd_pcm_softvol_hw_refine,
H A Dpcm_file.c831 .hw_refine = snd_pcm_generic_hw_refine,
H A Dpcm_local.h148 int (*hw_refine)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); member
/third_party/alsa-lib/aserver/
H A Daserver.c425 ctrl->result = snd_pcm_hw_refine(pcm, (snd_pcm_hw_params_t *) &ctrl->u.hw_refine); in pcm_shm_cmd()

Completed in 39 milliseconds

12