Home
last modified time | relevance | path

Searched refs:vpx_usec_timer_elapsed (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dvpx_timer.h77 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) { in vpx_usec_timer_elapsed() function
111 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) { in vpx_usec_timer_elapsed() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddecode_perf_test.cc87 const double elapsed_secs = double(vpx_usec_timer_elapsed(&t)) in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c817 dx_time += vpx_usec_timer_elapsed(&timer); in main_loop()
830 dx_time += (unsigned int)vpx_usec_timer_elapsed(&timer); in main_loop()
Dvpxenc.c1297 stream->cx_time += vpx_usec_timer_elapsed(&timer); in encode_frame()
1702 cx_time += vpx_usec_timer_elapsed(&timer); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvpx_temporal_scalable_patterns.c617 cx_time += vpx_usec_timer_elapsed(&timer); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c3296 cpi->time_pick_lpf += vpx_usec_timer_elapsed(&timer); in vp8_loopfilter_frame()
4862 cpi->time_receive_data += vpx_usec_timer_elapsed(&timer); in vp8_receive_raw_frame()
5194 duration = (int)(vpx_usec_timer_elapsed(&ticktimer)); in vp8_get_compressed_data()
5253 cpi->time_compress_data += vpx_usec_timer_elapsed(&cmptimer); in vp8_get_compressed_data()
Dencodeframe.c946 cpi->time_encode_mb_row += vpx_usec_timer_elapsed(&emr_timer); in vp8_encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c2115 cpi->time_pick_lpf += vpx_usec_timer_elapsed(&timer);
2917 cpi->time_receive_data += vpx_usec_timer_elapsed(&timer);
3239 cpi->time_compress_data += vpx_usec_timer_elapsed(&cmptimer);
Dvp9_encodeframe.c3173 cpi->time_encode_sb_row += vpx_usec_timer_elapsed(&emr_timer); in encode_frame_internal()