Searched defs:start_time (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/libva/test/decode/
H A Dloadjpeg.c114 clock_t start_time, finish_time; local
126 start_time = clock();
129 duration = finish_time - start_time;
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_common.c412 unsigned int frame_num=0, start_time, putsurface_time; local
436 start_time = get_tick_count();
479 putsurface_time += (get_tick_count() - start_time);
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp1084 struct timeval start_time, end_time; local
1085 gettimeofday(&start_time, NULL);
1100 float duration = (end_time.tv_sec - start_time.tv_sec) +
1101 (end_time.tv_usec - start_time.tv_usec)/1000000.0;
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.h400 long start_time; member in struct:inv_obj_t
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h217 start_time(0),
230 OMX_U64 start_time; member in class:perf_metrics
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h222 start_time(0),
234 OMX_U64 start_time; member in class:perf_metrics
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h561 uint8 start_time[8]; member in struct:dot11_meas_req
579 uint8 start_time[8]; member in struct:dot11_meas_rep::__anon29::__anon30
593 uint8 start_time[8]; member in struct:dot11_meas_rep_basic

Completed in 307 milliseconds