Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h408 int64_t last_time_stamp_seen; member
Donyx_if.c5384 - cpi->last_time_stamp_seen; in vp8_get_compressed_data()
5452 cpi->last_time_stamp_seen = cpi->source->ts_start; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h352 int64_t last_time_stamp_seen; member
Dvp9_encoder.c4089 - cpi->last_time_stamp_seen;
4114 cpi->last_time_stamp_seen = source->ts_start;
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c991 pkt.data.frame.pts = ((cpi->last_time_stamp_seen in vp8e_encode()