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

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

Completed in 63 milliseconds