Home
last modified time | relevance | path

Searched refs:end_time (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/ppd42ns/
Dppd42ns.cxx65 double start_time, end_time; in getData() local
69 end_time = pulse_check_time - start_time; in getData()
70 low_pulse_occupancy += pulseIn_polyfill(0, end_time); in getData()
87 double PPD42NS::pulseIn_polyfill(bool high_low_value, double end_time) in pulseIn_polyfill() argument
102 while (!ended_timing && (m_timediff(pulseIn_start, pulseIn_now) < end_time)) in pulseIn_polyfill()
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp1084 struct timeval start_time, end_time; in main() local
1099 gettimeofday(&end_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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c2904 int64_t end_time) { argument
2914 sd, time_stamp, end_time, frame_flags))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c4828 …_COMP *cpi, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time) in vp8_receive_raw_frame() argument
4858 if(vp8_lookahead_push(cpi->lookahead, sd, time_stamp, end_time, in vp8_receive_raw_frame()