Home
last modified time | relevance | path

Searched refs:read_timestamp (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_trace_gallium.c65 u_trace_read_ts read_timestamp, in u_trace_pipe_context_init() argument
72 read_timestamp, in u_trace_pipe_context_init()
Du_trace_gallium.h42 u_trace_read_ts read_timestamp,
/third_party/mesa3d/src/util/perf/
Du_trace.h143 u_trace_read_ts read_timestamp; member
199 u_trace_read_ts read_timestamp,
Du_trace.c401 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/
Dinternal.h595 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
608 … int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
Dpva.c237 .read_timestamp = pva_read_timestamp,
Dflacdec.c340 .read_timestamp = flac_read_timestamp,
Dutils.c2137 … 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 …]
Dnuv.c404 .read_timestamp = nuv_read_dts,
Davformat.h745 int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index, member
Dgxf.c610 .read_timestamp = gxf_read_timestamp,
Doggdec.c978 .read_timestamp = ogg_read_timestamp,
Dmpeg.c691 .read_timestamp = mpegps_read_dts,
Drmdec.c1164 .read_timestamp = rm_read_dts,
Dmpegts.c3401 .read_timestamp = mpegts_get_dts,
3413 .read_timestamp = mpegts_get_dts,
Dasfdec_o.c1785 .read_timestamp = asf_read_timestamp,
Dasfdec_f.c1725 .read_timestamp = asf_read_pts,