Home
last modified time | relevance | path

Searched refs:last_time_stamp_seen (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h384 int64_t last_time_stamp_seen; member
Donyx_if.c4903 last_duration = cpi->last_end_time_stamp_seen - cpi->last_time_stamp_seen; in vp8_get_compressed_data()
4966 cpi->last_time_stamp_seen = cpi->source->ts_start; in vp8_get_compressed_data()
/external/libaom/libaom/av1/encoder/
Dencode_strategy.c430 cpi->last_end_time_stamp_seen - cpi->last_time_stamp_seen; in adjust_frame_rate()
455 cpi->last_time_stamp_seen = source->ts_start; in adjust_frame_rate()
Dencoder.h809 int64_t last_time_stamp_seen; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h639 int64_t last_time_stamp_seen; member
Dvp9_encoder.c3373 cpi->last_time_stamp_seen,
5097 cpi->last_end_time_stamp_seen - cpi->last_time_stamp_seen;
5122 cpi->last_time_stamp_seen = source->ts_start;
5244 level_stats->frame_window_buffer.buf[idx].ts = cpi->last_time_stamp_seen;
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c944 ((cpi->last_time_stamp_seen * ctx->cfg.g_timebase.den + round) / in vp8e_encode()