Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Donyx_int.h390 int64_t last_time_stamp_seen; member
Donyx_if.c4909 last_duration = cpi->last_end_time_stamp_seen - cpi->last_time_stamp_seen; in vp8_get_compressed_data()
4974 cpi->last_time_stamp_seen = cpi->source->ts_start; in vp8_get_compressed_data()
/external/libvpx/vp9/encoder/
Dvp9_encoder.h753 int64_t last_time_stamp_seen; member
Dvp9_encoder.c3561 cpi->last_time_stamp_seen,
5898 cpi->last_end_time_stamp_seen - cpi->last_time_stamp_seen;
5923 cpi->last_time_stamp_seen = source->ts_start;
6045 level_stats->frame_window_buffer.buf[idx].ts = cpi->last_time_stamp_seen;
/external/libvpx/vp8/
Dvp8_cx_iface.c1013 ((cpi->last_time_stamp_seen * ctx->timestamp_ratio.den + round) / in vp8e_encode()