Searched refs:cmptimer (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2993 struct vpx_usec_timer cmptimer; local
3004 vpx_usec_timer_start(&cmptimer);
3238 vpx_usec_timer_mark(&cmptimer);
3239 cpi->time_compress_data += vpx_usec_timer_elapsed(&cmptimer);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c4899 struct vpx_usec_timer cmptimer; local
4925 vpx_usec_timer_start(&cmptimer);
5252 vpx_usec_timer_mark(&cmptimer);
5253 cpi->time_compress_data += vpx_usec_timer_elapsed(&cmptimer);

Completed in 192 milliseconds