HomeSort by relevance Sort by last modified time
    Searched full:dx_time (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/
vpxdec.c 578 void show_progress(int frame_in, int frame_out, unsigned long dx_time) {
580 frame_in, frame_out, dx_time,
581 (float)frame_out * 1000000.0 / (float)dx_time);
678 unsigned long dx_time = 0; local
1003 dx_time += (unsigned int)vpx_usec_timer_elapsed(&timer);
1016 dx_time += (unsigned int)vpx_usec_timer_elapsed(&timer);
1026 show_progress(frame_in, frame_out, dx_time);
    [all...]

Completed in 4180 milliseconds