commit | 26890e854480cc3cb6378621c6aa289a75fe0336 | [log] [tgz] |
---|---|---|
author | Song Zhao <song.zhao@amlogic.com> | Wed Oct 21 23:34:02 2020 -0700 |
committer | Song Zhao <song.zhao@amlogic.com> | Wed Oct 28 17:30:39 2020 -0700 |
tree | d8e00a81b04cb6e16b63ab9fa4a247b96a2fd814 | |
parent | c99b98485c1718253309e312539d2280eff269ea [diff] |
avsync-lib: support pause pts and step [1/3] PD#SWPL-35128 The flow for step is: 1) set_pause_pts(AV_SYNC_STEP_PAUSE_PTS) 2) pop_frame() will pop next frame in queue. 3) callback() triggered. Repeat to pop single frame. The flow for pause is: 1) set_pause_pts(pts) 2) keep calling pop_frame() until pause pts is reached. 3) callback() triggerd. 4) pause(false) is called to resume. Change-Id: Ib080b511eb3790bef3e9a4a66b8f1a4213d8f872