Searched refs:end_time (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 1084 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/ |
D | vp9_onyx_if.c | 2904 int64_t end_time) { argument 2914 sd, time_stamp, end_time, frame_flags))
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 4828 …_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()
|