Searched refs:hw_refine (Results 1 – 25 of 30) sorted by relevance
12
/third_party/alsa-lib/include/ |
D | aserver.h | 72 snd_pcm_hw_params_t hw_refine; member
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_shm.c | 268 ctrl->u.hw_refine = *params; in snd_pcm_shm_hw_refine_slave() 271 *params = ctrl->u.hw_refine; in snd_pcm_shm_hw_refine_slave() 597 .hw_refine = snd_pcm_shm_hw_refine,
|
D | pcm_copy.c | 158 .hw_refine = snd_pcm_copy_hw_refine,
|
D | pcm_null.c | 328 .hw_refine = snd_pcm_null_hw_refine,
|
D | pcm_mmap_emul.c | 359 .hw_refine = snd_pcm_mmap_emul_hw_refine,
|
D | pcm_alaw.c | 397 .hw_refine = snd_pcm_alaw_hw_refine,
|
D | pcm_mulaw.c | 412 .hw_refine = snd_pcm_mulaw_hw_refine,
|
D | pcm_lfloat.c | 356 .hw_refine = snd_pcm_lfloat_hw_refine,
|
D | pcm_linear.c | 400 .hw_refine = snd_pcm_linear_hw_refine,
|
D | pcm_adpcm.c | 524 .hw_refine = snd_pcm_adpcm_hw_refine,
|
D | pcm_hooks.c | 158 .hw_refine = snd_pcm_generic_hw_refine,
|
D | pcm_extplug.c | 463 .hw_refine = snd_pcm_extplug_hw_refine,
|
D | pcm_iec958.c | 535 .hw_refine = snd_pcm_iec958_hw_refine,
|
D | pcm_dsnoop.c | 501 .hw_refine = snd_pcm_direct_hw_refine,
|
D | pcm_dshare.c | 628 .hw_refine = snd_pcm_direct_hw_refine,
|
D | pcm_file.c | 831 .hw_refine = snd_pcm_generic_hw_refine,
|
D | pcm_softvol.c | 882 .hw_refine = snd_pcm_softvol_hw_refine,
|
D | pcm_params.c | 2359 if (pcm->ops->hw_refine) in snd_pcm_hw_refine() 2360 res = pcm->ops->hw_refine(pcm->op_arg, params); in snd_pcm_hw_refine()
|
D | pcm_ioplug.c | 915 .hw_refine = snd_pcm_ioplug_hw_refine,
|
D | pcm_dmix.c | 931 .hw_refine = snd_pcm_direct_hw_refine,
|
D | pcm_meter.c | 511 .hw_refine = snd_pcm_meter_hw_refine,
|
D | pcm_route.c | 914 .hw_refine = snd_pcm_route_hw_refine,
|
D | pcm_plug.c | 1078 .hw_refine = snd_pcm_plug_hw_refine,
|
D | pcm_multi.c | 1001 .hw_refine = snd_pcm_multi_hw_refine,
|
/third_party/alsa-lib/aserver/ |
D | aserver.c | 424 ctrl->result = snd_pcm_hw_refine(pcm, (snd_pcm_hw_params_t *) &ctrl->u.hw_refine); in pcm_shm_cmd()
|
12