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

/external/chromium_org/third_party/libvpx/source/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/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.h29 int64_t ts_end; member in struct:lookahead_entry
64 * \param[in] ts_end Timestamp for the end of this frame
69 int64_t ts_start, int64_t ts_end, unsigned int flags);
H A Dvp9_lookahead.c94 int64_t ts_start, int64_t ts_end, unsigned int flags) {
159 buf->ts_end = ts_end;
93 vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, int64_t ts_start, int64_t ts_end, unsigned int flags) argument
/external/chromium_org/third_party/libvpx/source/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, unsigned int flags);
H A Dvp9_lookahead.c91 int64_t ts_start, int64_t ts_end, unsigned int flags) {
156 buf->ts_end = ts_end;
90 vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, int64_t ts_start, int64_t ts_end, unsigned int flags) argument

Completed in 1601 milliseconds