Searched refs:read_timestamp (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_trace_gallium.c | 65 u_trace_read_ts read_timestamp, in u_trace_pipe_context_init() argument 72 read_timestamp, in u_trace_pipe_context_init()
|
D | u_trace_gallium.h | 42 u_trace_read_ts read_timestamp,
|
/third_party/mesa3d/src/util/perf/ |
D | u_trace.h | 143 u_trace_read_ts read_timestamp; member 199 u_trace_read_ts read_timestamp,
|
D | u_trace.c | 401 u_trace_read_ts read_timestamp, in u_trace_context_init() argument 408 utctx->read_timestamp = read_timestamp; in u_trace_context_init() 507 uint64_t ns = utctx->read_timestamp(utctx, chunk->timestamps, idx, chunk->flush_data); in process_chunk()
|
/third_party/ffmpeg/libavformat/ |
D | internal.h | 595 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )); 608 … int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
|
D | pva.c | 237 .read_timestamp = pva_read_timestamp,
|
D | flacdec.c | 340 .read_timestamp = flac_read_timestamp,
|
D | utils.c | 2137 … int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) in ff_read_timestamp() 2139 int64_t ts = read_timestamp(s, stream_index, ppos, pos_limit); in ff_read_timestamp() 2199 ts_min, ts_max, flags, &ts, avif->read_timestamp); in ff_seek_frame_binary() 2214 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) in ff_find_last_ts() 2224 &pos_max, limit, read_timestamp); in ff_find_last_ts() 2233 &tmp_pos, INT64_MAX, read_timestamp); in ff_find_last_ts() 2255 int64_t (*read_timestamp)(struct AVFormatContext *, int, in ff_gen_search() 2267 ts_min = ff_read_timestamp(s, stream_index, &pos_min, INT64_MAX, read_timestamp); in ff_gen_search() 2278 if ((ret = ff_find_last_ts(s, stream_index, &ts_max, &pos_max, read_timestamp)) < 0) in ff_gen_search() 2318 ts = ff_read_timestamp(s, stream_index, &pos, INT64_MAX, read_timestamp); in ff_gen_search() [all …]
|
D | nuv.c | 404 .read_timestamp = nuv_read_dts,
|
D | avformat.h | 745 int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index, member
|
D | gxf.c | 610 .read_timestamp = gxf_read_timestamp,
|
D | oggdec.c | 978 .read_timestamp = ogg_read_timestamp,
|
D | mpeg.c | 691 .read_timestamp = mpegps_read_dts,
|
D | rmdec.c | 1164 .read_timestamp = rm_read_dts,
|
D | mpegts.c | 3401 .read_timestamp = mpegts_get_dts, 3413 .read_timestamp = mpegts_get_dts,
|
D | asfdec_o.c | 1785 .read_timestamp = asf_read_timestamp,
|
D | asfdec_f.c | 1725 .read_timestamp = asf_read_pts,
|