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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_lookahead.h28 int64_t ts_start; member in struct:lookahead_entry
63 * \param[in] ts_start Timestamp for the start 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) {
158 buf->ts_start = ts_start;
93 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 36 milliseconds