Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c630 uint64_t cx_time; member
1214 stream->cx_time = 0; in setup_pass()
1297 stream->cx_time += vpx_usec_timer_elapsed(&timer); in encode_frame()
1523 uint64_t cx_time = 0; in main() local
1674 float fps = usec_to_fps(cx_time, seen_frames); in main()
1685 cx_time > 9999999 ? cx_time / 1000 : cx_time, in main()
1686 cx_time > 9999999 ? "ms" : "us", in main()
1702 cx_time += vpx_usec_timer_elapsed(&timer); in main()
1718 rate = cx_time ? frame_in_lagged * (int64_t)1000000 / cx_time : 0; in main()
1726 rate = cx_time ? input_pos_lagged * (int64_t)1000000 / cx_time : 0; in main()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvpx_temporal_scalable_patterns.c455 int64_t cx_time = 0; in main() local
617 cx_time += vpx_usec_timer_elapsed(&timer); in main()
656 1000 * (float)cx_time / (double)(frame_cnt * 1000000), in main()
657 1000000 * (double)frame_cnt / (double)cx_time); in main()