Searched refs:last_end_time_stamp_seen (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h409 int64_t last_end_time_stamp_seen; member in struct:VP8_COMP
H A Donyx_if.c2201 double time_encoded = (cpi->last_end_time_stamp_seen
5185 cpi->last_end_time_stamp_seen = cpi->source->ts_start;
5203 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen;
5204 last_duration = cpi->last_end_time_stamp_seen
5255 cpi->last_end_time_stamp_seen = cpi->source->ts_end;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h284 int64_t last_end_time_stamp_seen; member in struct:VP9_COMP
H A Dvp9_encoder.c1097 double time_encoded = (cpi->last_end_time_stamp_seen
2495 int64_t last_duration = cpi->last_end_time_stamp_seen
2498 this_duration = source->ts_end - cpi->last_end_time_stamp_seen;
2522 cpi->last_end_time_stamp_seen = source->ts_end;
2683 cpi->last_end_time_stamp_seen = source->ts_start;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h381 int64_t last_end_time_stamp_seen; member in struct:VP9_COMP
H A Dvp9_onyx_if.c1458 double time_encoded = (cpi->last_end_time_stamp_seen
2874 int64_t last_duration = cpi->last_end_time_stamp_seen
2877 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen;
2901 cpi->last_end_time_stamp_seen = cpi->source->ts_end;
3058 cpi->last_end_time_stamp_seen = cpi->source->ts_start;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h412 int64_t last_end_time_stamp_seen; member in struct:VP8_COMP
H A Donyx_if.c2151 double time_encoded = (cpi->last_end_time_stamp_seen
5019 cpi->last_end_time_stamp_seen = cpi->source->ts_start;
5037 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen;
5038 last_duration = cpi->last_end_time_stamp_seen
5088 cpi->last_end_time_stamp_seen = cpi->source->ts_end;

Completed in 2589 milliseconds