Searched refs:end_time (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp1084 struct timeval start_time, end_time; local
1099 gettimeofday(&end_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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2904 int64_t end_time) {
2914 sd, time_stamp, end_time, frame_flags))
2902 vp9_receive_raw_frame(VP9_COMP *cpi, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c4828 int vp8_receive_raw_frame(VP8_COMP *cpi, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time) argument
4858 if(vp8_lookahead_push(cpi->lookahead, sd, time_stamp, end_time,

Completed in 99 milliseconds