Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp467 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/src/
Dh264_utils.cpp505 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/sm8150/media/libarbitrarybytes/src/
Dh264_utils.cpp459 struct timeval act_time = {0, 0}; in get_act_time() local
460 gettimeofday(&act_time, NULL); in get_act_time()
461 return (act_time.tv_usec + act_time.tv_sec * 1e6); in get_act_time()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp467 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/msm8998/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp467 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/
Domx_vdec_test.cpp614 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/
Domx_vdec_test.cpp736 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/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp4075 struct timeval act_time = {0, 0}; in profile_etb() local
4076 gettimeofday(&act_time, NULL); in profile_etb()
4078 profile_start_time = (act_time.tv_usec + act_time.tv_sec * 1e6); in profile_etb()
4080 profile_last_time = (act_time.tv_usec + act_time.tv_sec * 1e6); in profile_etb()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp11970 struct timeval act_time = {0, 0}; in get_act_time() local
11971 gettimeofday(&act_time, NULL); in get_act_time()
11972 return (act_time.tv_usec + act_time.tv_sec * 1e6); in get_act_time()