Searched refs:act_time (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | h264_utils.cpp | 505 struct timeval act_time = {0, 0}; in get_act_time() local 506 gettimeofday(&act_time, NULL); in get_act_time() 507 return (act_time.tv_usec + act_time.tv_sec * 1e6); in get_act_time()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 467 struct timeval act_time = {0, 0}; in get_act_time() local 468 gettimeofday(&act_time, NULL); in get_act_time() 469 return (act_time.tv_usec + act_time.tv_sec * 1e6); in get_act_time()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 467 struct timeval act_time = {0, 0}; in get_act_time() local 468 gettimeofday(&act_time, NULL); in get_act_time() 469 return (act_time.tv_usec + act_time.tv_sec * 1e6); in get_act_time()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 467 struct timeval act_time = {0, 0}; in get_act_time() local 468 gettimeofday(&act_time, NULL); in get_act_time() 469 return (act_time.tv_usec + act_time.tv_sec * 1e6); in get_act_time()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 614 long unsigned act_time = 0, display_time = 0, render_time = 5e3, lipsync = 15e3; in fbd_thread() local 688 act_time = (t_avsync.tv_sec - base_avsync.tv_sec) * 1e6 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() 699 else if ((act_time + render_time) < (display_time - lipsync)) in fbd_thread() 701 display_time -= (lipsync + act_time + render_time); in fbd_thread()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 736 long unsigned act_time = 0, display_time = 0, render_time = 5e3, lipsync = 15e3; in fbd_thread() local 812 act_time = (t_avsync.tv_sec - base_avsync.tv_sec) * 1e6 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() 823 else if ((act_time + render_time) < (display_time - lipsync)) in fbd_thread() 825 display_time -= (lipsync + act_time + render_time); in fbd_thread()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 11964 struct timeval act_time = {0, 0}; in get_act_time() local 11965 gettimeofday(&act_time, NULL); in get_act_time() 11966 return (act_time.tv_usec + act_time.tv_sec * 1e6); in get_act_time()
|