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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 285 struct timeval t_start = {0, 0}, t_end = {0, 0}; variable in typeref:struct:
844 gettimeofday(&t_end, NULL);
845 total_time = ((float) ((t_end.tv_sec - t_start.tv_sec) * 1e6
846 + t_end.tv_usec - t_start.tv_usec))/ 1e6;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 378 struct timeval t_start = {0, 0}, t_end = {0, 0}; variable in typeref:struct:
    [all...]

Completed in 638 milliseconds