Searched refs:hw_refine (Results 1 - 25 of 30) sorted by relevance
12
/third_party/alsa-lib/include/ |
H A D | aserver.h | 72 snd_pcm_hw_params_t hw_refine; member
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_shm.c | 269 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 D | pcm_copy.c | 158 .hw_refine = snd_pcm_copy_hw_refine,
|
H A D | pcm_lfloat.c | 355 .hw_refine = snd_pcm_lfloat_hw_refine,
|
H A D | pcm_linear.c | 399 .hw_refine = snd_pcm_linear_hw_refine,
|
H A D | pcm_mulaw.c | 411 .hw_refine = snd_pcm_mulaw_hw_refine,
|
H A D | pcm_null.c | 328 .hw_refine = snd_pcm_null_hw_refine,
|
H A D | pcm_mmap_emul.c | 52 * 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 D | pcm_adpcm.c | 523 .hw_refine = snd_pcm_adpcm_hw_refine,
|
H A D | pcm_alaw.c | 397 .hw_refine = snd_pcm_alaw_hw_refine,
|
H A D | pcm_hooks.c | 158 .hw_refine = snd_pcm_generic_hw_refine,
|
H A D | pcm_iec958.c | 534 .hw_refine = snd_pcm_iec958_hw_refine,
|
H A D | pcm_extplug.c | 185 * hw_refine callback 463 .hw_refine = snd_pcm_extplug_hw_refine,
|
H A D | pcm_dsnoop.c | 467 .hw_refine = snd_pcm_direct_hw_refine,
|
H A D | pcm_dshare.c | 596 .hw_refine = snd_pcm_direct_hw_refine,
|
H A D | pcm_params.c | 2371 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 D | pcm_dmix.c | 899 .hw_refine = snd_pcm_direct_hw_refine,
|
H A D | pcm_meter.c | 513 .hw_refine = snd_pcm_meter_hw_refine,
|
H A D | pcm_ioplug.c | 915 .hw_refine = snd_pcm_ioplug_hw_refine,
|
H A D | pcm_plug.c | 1119 .hw_refine = snd_pcm_plug_hw_refine,
|
H A D | pcm_route.c | 915 .hw_refine = snd_pcm_route_hw_refine,
|
H A D | pcm_softvol.c | 881 .hw_refine = snd_pcm_softvol_hw_refine,
|
H A D | pcm_file.c | 831 .hw_refine = snd_pcm_generic_hw_refine,
|
H A D | pcm_local.h | 148 int (*hw_refine)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); member
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 425 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