Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c2950 int64_t this_duration; local
2954 this_duration = cpi->source->ts_end - cpi->source->ts_start;
2960 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen;
2964 step = (int)((this_duration - last_duration) * 10 / last_duration);
2967 if (this_duration) {
2969 vp9_new_framerate(cpi, 10000000.0 / this_duration);
2977 avg_duration *= (interval - avg_duration + this_duration);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c5027 int64_t this_duration; in vp8_get_compressed_data() local
5032 this_duration = cpi->source->ts_end - cpi->source->ts_start; in vp8_get_compressed_data()
5039 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen; in vp8_get_compressed_data()
5044 step = (int)(((this_duration - last_duration) * in vp8_get_compressed_data()
5048 if (this_duration) in vp8_get_compressed_data()
5051 cpi->ref_framerate = 10000000.0 / this_duration; in vp8_get_compressed_data()
5066 avg_duration *= (interval - avg_duration + this_duration); in vp8_get_compressed_data()