libdvr: the progress bar does not move after playback for a period of time [1/1]

PD#SWPL-90481

Problem:
The progress bar does not move after changing to a new segment.
The reason is libdvr misuses uint32_t variable to receive int32_t
return value from function _dvr_get_cur_time/_dvr_get_play_cur_time.

Solution:
Change the said variable type to int32_t in accordance with function
_dvr_get_cur_time/_dvr_get_play_cur_time

Verify:
FAE tests pass in Skyworth Beidu S905X2 environment.

Signed-off-by: Wentao.MA <wentao.ma@amlogic.com>
Change-Id: Ib2429545c8cac0462bcaa3dcea08d9b5e37dc633
2 files changed
tree: b384eab0c9856982b0265a70a316bc5aae515bea
  1. include/
  2. src/
  3. test/
  4. Android
  5. Android.bp
  6. Android.mk
  7. Doxyfile
  8. LICENSE
  9. Makefile