HomeSort by relevance Sort by last modified time
    Searched refs:hw_refine (Results 1 - 25 of 30) sorted by null

1 2

  /device/samsung/crespo/alsa-lib/include/
aserver.h 73 snd_pcm_hw_params_t hw_refine; member in union:__anon1344::__anon1345
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_copy.c 158 .hw_refine = snd_pcm_copy_hw_refine,
pcm_null.c 282 .hw_refine = snd_pcm_null_hw_refine,
pcm_shm.c 268 ctrl->u.hw_refine = *params;
271 *params = ctrl->u.hw_refine;
597 .hw_refine = snd_pcm_shm_hw_refine,
pcm_alaw.c 397 .hw_refine = snd_pcm_alaw_hw_refine,
pcm_hooks.c 127 .hw_refine = snd_pcm_generic_hw_refine,
pcm_lfloat.c 356 .hw_refine = snd_pcm_lfloat_hw_refine,
pcm_linear.c 413 .hw_refine = snd_pcm_linear_hw_refine,
pcm_mmap_emul.c 49 * here goes a really tricky part; hw_refine falls back to ACCESS_RW_* type
140 * hw_params needs a similar hack like hw_refine, but it's much simpler
335 .hw_refine = snd_pcm_mmap_emul_hw_refine,
pcm_mulaw.c 412 .hw_refine = snd_pcm_mulaw_hw_refine,
pcm_adpcm.c 524 .hw_refine = snd_pcm_adpcm_hw_refine,
pcm_dsnoop.c 461 .hw_refine = snd_pcm_direct_hw_refine,
pcm_extplug.c 183 * hw_refine callback
431 .hw_refine = snd_pcm_extplug_hw_refine,
pcm_iec958.c 422 .hw_refine = snd_pcm_iec958_hw_refine,
pcm_dshare.c 566 .hw_refine = snd_pcm_direct_hw_refine,
pcm_file.c 466 .hw_refine = snd_pcm_generic_hw_refine,
pcm_ioplug.c 755 .hw_refine = snd_pcm_ioplug_hw_refine,
pcm_route.c 753 .hw_refine = snd_pcm_route_hw_refine,
    [all...]
pcm_softvol.c 793 .hw_refine = snd_pcm_softvol_hw_refine,
pcm_dmix.c 875 .hw_refine = snd_pcm_direct_hw_refine,
    [all...]
pcm_hw.c 1045 .hw_refine = snd_pcm_hw_hw_refine,
    [all...]
pcm_local.h 135 int (*hw_refine)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); member in struct:__anon1457
    [all...]
pcm_meter.c 507 .hw_refine = snd_pcm_meter_hw_refine,
pcm_multi.c 768 .hw_refine = snd_pcm_multi_hw_refine,
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 421 ctrl->result = snd_pcm_hw_refine(pcm, (snd_pcm_hw_params_t *) &ctrl->u.hw_refine);

Completed in 496 milliseconds

1 2