Searched defs:ts_end (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dlookahead.h23 int64_t ts_end; member in struct:lookahead_entry
60 * \param[in] ts_end Timestamp for the end of this frame
68 int64_t ts_end,
H A Dlookahead.c107 int64_t ts_end,
172 buf->ts_end = ts_end;
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
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_lookahead.h31 int64_t ts_end; member in struct:lookahead_entry
77 * \param[in] ts_end Timestamp for the end 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,
200 buf->ts_end = ts_end;
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

Completed in 135 milliseconds