Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c5037 int64_t last_duration; in vp8_get_compressed_data() local
5040 last_duration = cpi->last_end_time_stamp_seen in vp8_get_compressed_data()
5043 if (last_duration) in vp8_get_compressed_data()
5044 step = (int)(((this_duration - last_duration) * in vp8_get_compressed_data()
5045 10 / last_duration)); in vp8_get_compressed_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c2957 int64_t last_duration = cpi->last_end_time_stamp_seen local
2963 if (last_duration)
2964 step = (int)((this_duration - last_duration) * 10 / last_duration);