Searched refs:act_time (Results 1 – 9 of 9) sorted by relevance
/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/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/sm8150/media/libarbitrarybytes/src/ |
D | h264_utils.cpp | 459 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/ |
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/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-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/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 4075 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/ |
D | omx_vdec_v4l2.cpp | 11970 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()
|