Home
last modified time | relevance | path

Searched refs:capture_mgr (Results 1 – 1 of 1) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/
A Daduplex.c54 audio_mgr_t *capture_mgr; member
532 capture_then_play(duplex_priv->capture_mgr); in arecord_entry()
576 duplex_priv.capture_mgr = audio_mgr_create(); in cmd_aduplex()
577 if (!duplex_priv.capture_mgr) { in cmd_aduplex()
583 duplex_priv.capture_mgr->capture_duration = 5; in cmd_aduplex()
631 if (duplex_priv.capture_mgr->capture_duration > 10) in cmd_aduplex()
632 duplex_priv.capture_mgr->capture_duration = 10; in cmd_aduplex()
633 if (duplex_priv.capture_mgr->capture_duration <= 0) in cmd_aduplex()
634 duplex_priv.capture_mgr->capture_duration = 5; in cmd_aduplex()
694 audio_mgr_release(duplex_priv.capture_mgr); in cmd_aduplex()
[all …]

Completed in 5 milliseconds