Searched refs:ts_start (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dlookahead.h22 int64_t ts_start; member in struct:lookahead_entry
59 * \param[in] ts_start Timestamp for the start of this frame
67 int64_t ts_start,
H A Dlookahead.c106 int64_t ts_start,
171 buf->ts_start = ts_start;
104 vp8_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, int64_t ts_start, int64_t ts_end, unsigned int flags, unsigned char *active_map) argument
H A Donyx_if.c5336 *time_stamp = cpi->source->ts_start;
5361 if (cpi->source->ts_start < cpi->first_time_stamp_ever)
5363 cpi->first_time_stamp_ever = cpi->source->ts_start;
5364 cpi->last_end_time_stamp_seen = cpi->source->ts_start;
5373 if (cpi->source->ts_start == cpi->first_time_stamp_ever)
5375 this_duration = cpi->source->ts_end - cpi->source->ts_start;
5452 cpi->last_time_stamp_seen = cpi->source->ts_start;
H A Dfirstpass.c847 - cpi->source->ts_start);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_lookahead.h30 int64_t ts_start; member in struct:lookahead_entry
76 * \param[in] ts_start Timestamp for the start of this frame
82 int64_t ts_start, int64_t ts_end,
H A Dvp9_lookahead.c93 int64_t ts_start, int64_t ts_end,
199 buf->ts_start = ts_start;
92 vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, int64_t ts_start, int64_t ts_end, int use_highbitdepth, unsigned int flags) argument
H A Dvp9_svc_layercontext.c671 cpi->svc.empty_frame.ts_start = buf->ts_start;
H A Dvp9_encoder.c4084 if (source->ts_start == cpi->first_time_stamp_ever) {
4085 this_duration = source->ts_end - source->ts_start;
4114 cpi->last_time_stamp_seen = source->ts_start;
4305 *time_stamp = source->ts_start;
4318 if (source->ts_start < cpi->first_time_stamp_ever) {
4319 cpi->first_time_stamp_ever = source->ts_start;
4320 cpi->last_end_time_stamp_seen = source->ts_start;
H A Dvp9_firstpass.c1086 fps.duration = (double)(source->ts_end - source->ts_start);

Completed in 1961 milliseconds