Home
last modified time | relevance | path

Searched defs:start_ts (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_perfetto.h68 uint64_t start_ts[NUM_STAGES]; member
/third_party/flutter/skia/third_party/externals/sdl/src/timer/unix/
DSDL_systimer.c62 static struct timespec start_ts; variable
/third_party/ffmpeg/tests/api/
Dapi-seek-test.c196 long int start_ts, end_ts; in seek_test() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_perfetto.h93 uint64_t start_ts[NUM_STAGES]; member
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiofxbasefirfilter.h83 GstClockTime start_ts; /* start timestamp after a discont */ member
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dfpsdisplaysink.h57 GstClockTime start_ts; member
/third_party/ffmpeg/libavfilter/
Df_sendcmd.c88 int64_t start_ts; ///< start timestamp expressed as microseconds units member
490 #define WITHIN_INTERVAL(ts, start_ts, end_ts) ((ts) >= (start_ts) && (ts) < (end_ts)) in filter_frame() argument
/third_party/mesa3d/src/intel/ds/
Dintel_driver_ds.h183 uint64_t start_ts) in intel_ds_end_submit()
Dintel_driver_ds.cc454 uint64_t start_ts) in intel_ds_end_submit()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub.c281 GstClockTime start_ts, GstBuffer * spu_buf) in gst_dvd_spu_dump_dcsq()
/third_party/ffmpeg/libavformat/
Dsmoothstreamingenc.c392 static int parse_fragment(AVFormatContext *s, const char *filename, int64_t *start_ts, int64_t *dur… in parse_fragment()
506 int64_t start_ts, duration, moof_size; in ism_flush() local
Dhdsenc.c288 static int init_file(AVFormatContext *s, OutputStream *os, int64_t start_ts) in init_file()
Dsbgdec.c116 int64_t start_ts; member
/third_party/gstreamer/gstplugins_good/ext/shout2/
Dgstshout2.c560 GstClockTime start_ts; local
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.h71 GstClockTime start_ts; member
Dmatroska-mux.c4341 GstClockTime start_ts = buffer_timestamp; in gst_matroska_mux_handle_buffer() local
/third_party/mesa3d/src/intel/common/
Dintel_measure.h118 uint64_t start_ts, end_ts, idle_duration; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c1059 uint64_t start_ts = intel_ds_begin_submit(batch->ds); in _iris_batch_flush() local
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsparse.c930 GstClockTime start_ts; in drain_pending_buffers() local
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c357 GstClockTime start_ts; member
4599 GstClockTime start_ts; in gst_base_parse_handle_seek() local
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c2402 uint64_t start_ts = intel_ds_begin_submit(queue->ds); in anv_queue_submit() local
Danv_private.h4234 uint64_t start_ts) in anv_perfetto_end_submit()