Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp614 long unsigned act_time = 0, display_time = 0, render_time = 5e3, lipsync = 15e3; in fbd_thread() local
680 display_time = 0; in fbd_thread()
690 display_time = pBuffer->nTimeStamp - base_timestamp; in fbd_thread()
692 __FUNCTION__, act_time, display_time); in fbd_thread()
694 if (((act_time + render_time) >= (display_time - lipsync) && in fbd_thread()
695 (act_time + render_time) <= (display_time + lipsync)) || in fbd_thread()
698 display_time = 0; in fbd_thread()
699 else if ((act_time + render_time) < (display_time - lipsync)) in fbd_thread()
701 display_time -= (lipsync + act_time + render_time); in fbd_thread()
712 if (display_time) in fbd_thread()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp736 long unsigned act_time = 0, display_time = 0, render_time = 5e3, lipsync = 15e3; in fbd_thread() local
806 display_time = 0; in fbd_thread()
814 display_time = pBuffer->nTimeStamp - base_timestamp; in fbd_thread()
816 __FUNCTION__, act_time, display_time); in fbd_thread()
818 if (((act_time + render_time) >= (display_time - lipsync) && in fbd_thread()
819 (act_time + render_time) <= (display_time + lipsync)) || in fbd_thread()
822 display_time = 0; in fbd_thread()
823 else if ((act_time + render_time) < (display_time - lipsync)) in fbd_thread()
825 display_time -= (lipsync + act_time + render_time); in fbd_thread()
834 if (display_time) in fbd_thread()
[all …]