Searched refs:start_time (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/common/libva/test/decode/ |
D | loadjpeg.c | 114 clock_t start_time, finish_time; in main() local 126 start_time = clock(); in main() 129 duration = finish_time - start_time; in main()
|
/hardware/bsp/intel/peripheral/libupm/src/ppd42ns/ |
D | ppd42ns.cxx | 65 double start_time, end_time; in getData() local 68 start_time = m_timediff(printData_start, printData_now); in getData() 69 end_time = pulse_check_time - start_time; in getData()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | main.c | 337 uint32_t start_time, time=0; in viddec_fw_process_async_queues() local 339 start_time = set_wdog(VIDDEC_WATCHDOG_COUNTER_MAX); in viddec_fw_process_async_queues() 395 cxt_swap->wl_time += get_total_ticks(start_time, time); in viddec_fw_process_async_queues()
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_common.c | 412 unsigned int frame_num=0, start_time, putsurface_time; in putsurface_thread() local 436 start_time = get_tick_count(); in putsurface_thread() 479 putsurface_time += (get_tick_count() - start_time); in putsurface_thread()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 222 start_time(0), in perf_metrics() 234 OMX_U64 start_time; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | h264_utils.h | 217 start_time(0), in perf_metrics() 230 OMX_U64 start_time; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 222 start_time(0), in perf_metrics() 234 OMX_U64 start_time; variable
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | main.c | 736 inv_time_t start_time; in main() local 879 start_time = inv_get_tick_count(); in main() 886 total_time = (1.0 * inv_get_tick_count() - start_time) / 1000; in main()
|
/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 1084 struct timeval start_time, end_time; in main() local 1085 gettimeofday(&start_time, NULL); in main() 1100 float duration = (end_time.tv_sec - start_time.tv_sec) + in main() 1101 (end_time.tv_usec - start_time.tv_usec)/1000000.0; in main()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | h264_utils.cpp | 471 start_time = get_act_time(); in start() 481 proc_time += (stop_time - start_time); in stop() 498 start_time = 0; in reset()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 435 start_time = get_act_time(); in start() 444 proc_time += (stop_time - start_time); in stop() 460 start_time = 0; in reset()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 435 start_time = get_act_time(); in start() 444 proc_time += (stop_time - start_time); in stop() 460 start_time = 0; in reset()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.11.h | 561 uint8 start_time[8]; member 579 uint8 start_time[8]; member 593 uint8 start_time[8]; member
|