HomeSort by relevance Sort by last modified time
    Searched refs:cx_time (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 597 uint64_t cx_time; member in struct:stream_state
1492 uint64_t cx_time = 0; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 630 uint64_t cx_time; member in struct:stream_state
1523 uint64_t cx_time = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 630 uint64_t cx_time; member in struct:stream_state
1523 uint64_t cx_time = 0; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vpx_temporal_svc_encoder.c 455 int64_t cx_time = 0; local
617 cx_time += vpx_usec_timer_elapsed(&timer);
656 1000 * (float)cx_time / (double)(frame_cnt * 1000000),
657 1000000 * (double)frame_cnt / (double)cx_time);
  /external/libvpx/libvpx/examples/
vpx_temporal_scalable_patterns.c 455 int64_t cx_time = 0; local
617 cx_time += vpx_usec_timer_elapsed(&timer);
656 1000 * (float)cx_time / (double)(frame_cnt * 1000000),
657 1000000 * (double)frame_cnt / (double)cx_time);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c 455 int64_t cx_time = 0; local
617 cx_time += vpx_usec_timer_elapsed(&timer);
656 1000 * (float)cx_time / (double)(frame_cnt * 1000000),
657 1000000 * (double)frame_cnt / (double)cx_time);

Completed in 974 milliseconds