Home
last modified time | relevance | path

Searched refs:last_end_time_stamp_seen (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h382 int64_t last_end_time_stamp_seen; member
Dvp9_onyx_if.c1523 double time_encoded = (cpi->last_end_time_stamp_seen in vp9_remove_compressor()
2957 int64_t last_duration = cpi->last_end_time_stamp_seen
2960 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen;
2984 cpi->last_end_time_stamp_seen = cpi->source->ts_end;
3141 cpi->last_end_time_stamp_seen = cpi->source->ts_start;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h412 int64_t last_end_time_stamp_seen; member
Donyx_if.c2152 double time_encoded = (cpi->last_end_time_stamp_seen in vp8_remove_compressor()
5021 cpi->last_end_time_stamp_seen = 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()
5040 last_duration = cpi->last_end_time_stamp_seen in vp8_get_compressed_data()
5090 cpi->last_end_time_stamp_seen = cpi->source->ts_end; in vp8_get_compressed_data()