Home
last modified time | relevance | path

Searched refs:time_receive_data (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp8/encoder/
Donyx_int.h623 unsigned int time_receive_data; member
Donyx_if.c2177 … double total_encode_time = (cpi->time_receive_data + cpi->time_compress_data) / 1000.000; in vp8_remove_compressor()
2337 …t_video_frame, cpi->time_receive_data / 1000, cpi->time_encode_mb_row / 1000, cpi->time_compress_d… in vp8_remove_compressor()
4767 cpi->time_receive_data += vpx_usec_timer_elapsed(&timer); in vp8_receive_raw_frame()