HomeSort by relevance Sort by last modified time
    Searched full:t_avsync (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 615 struct timeval t_avsync = {0, 0}, base_avsync = {0, 0}; local
677 gettimeofday(&t_avsync, NULL);
681 base_avsync = t_avsync;
688 act_time = (t_avsync.tv_sec - base_avsync.tv_sec) * 1e6
689 + t_avsync.tv_usec - base_avsync.tv_usec;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 737 struct timeval t_avsync = {0, 0}, base_avsync = {0, 0}; local
804 gettimeofday(&t_avsync, NULL);
807 base_avsync = t_avsync;
812 act_time = (t_avsync.tv_sec - base_avsync.tv_sec) * 1e6
813 + t_avsync.tv_usec - base_avsync.tv_usec;
    [all...]

Completed in 88 milliseconds