Home
last modified time | relevance | path

Searched refs:last_timestamp (Results 1 – 15 of 15) sorted by relevance

/third_party/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c155 ring->last_timestamp = req.timestamp; in kgsl_ringbuffer_flush()
189 if (ring->last_timestamp) in kgsl_ringbuffer_destroy()
190 fd_pipe_wait(ring->pipe, ring->last_timestamp); in kgsl_ringbuffer_destroy()
/third_party/pulseaudio/src/tests/
Dalsa-time-test.c34 struct timespec start, last_timestamp = { 0, 0 }; in main() local
209 memcmp(&timestamp, &last_timestamp, sizeof(timestamp)) == 0 && in main()
246 last_timestamp = timestamp; in main()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c171 uint32_t last_timestamp; member
1006 uint32_t last_timestamp = in read_oa_samples_until() local
1007 tail_buf->len == 0 ? start_timestamp : tail_buf->last_timestamp; in read_oa_samples_until()
1031 if ((last_timestamp - start_timestamp) >= INT32_MAX) in read_oa_samples_until()
1034 if ((last_timestamp - start_timestamp) < in read_oa_samples_until()
1052 last_timestamp = report[1]; in read_oa_samples_until()
1057 buf->last_timestamp = last_timestamp; in read_oa_samples_until()
/third_party/libdrm/etnaviv/
Detnaviv_cmd_stream.c125 return etna_cmd_stream_priv(stream)->last_timestamp; in etna_cmd_stream_timestamp()
211 priv->last_timestamp = req.fence; in flush()
243 etna_pipe_wait(priv->pipe, priv->last_timestamp, 5000); in etna_cmd_stream_finish()
Detnaviv_priv.h132 uint32_t last_timestamp; member
/third_party/node/deps/v8/tools/
Drun-clang-tidy.py280 last_timestamp = -1
285 if outdir_modified_timestamp > last_timestamp:
286 last_timestamp = outdir_modified_timestamp
/third_party/pulseaudio/src/modules/rtp/
Drtp-gstreamer.c66 uint32_t last_timestamp; member
691 c->last_timestamp = *rtp_tstamp; in pa_rtp_recv()
695 … uint32_t expected = c->last_timestamp + (uint32_t) (data_len / pa_rtp_context_get_frame_size(c)); in pa_rtp_recv()
701 c->last_timestamp = *rtp_tstamp; in pa_rtp_recv()
/third_party/ffmpeg/libavformat/
Ddhav.c51 int64_t last_timestamp; member
317 int64_t diff = dhav->timestamp - dst->last_timestamp; in get_pts()
329 dst->last_timestamp = dhav->timestamp; in get_pts()
Drtmpproto.c100 uint32_t last_timestamp; ///< last timestamp received in a packet member
2431 rt->last_timestamp = rpkt.timestamp; in get_packet()
2947 rt->last_timestamp); in rtmp_pause()
2948 if ((ret = gen_pause(s, rt, pause, rt->last_timestamp)) < 0) { in rtmp_pause()
2950 rt->last_timestamp); in rtmp_pause()
Dmatroskaenc.c185 int64_t last_timestamp; member
2655 track->last_timestamp - ts); in mkv_write_block()
2819 track->last_timestamp = ts; in mkv_write_packet_internal()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_cmd_stream.c153 return etna_cmd_stream_priv(stream)->last_timestamp; in etna_cmd_stream_timestamp()
240 priv->last_timestamp = req.fence; in etna_cmd_stream_flush()
Detnaviv_priv.h136 uint32_t last_timestamp; member
/third_party/libdrm/freedreno/
Dfreedreno_ringbuffer.h69 uint32_t last_timestamp; member
Dfreedreno_ringbuffer.c142 return ring->last_timestamp; in fd_ringbuffer_timestamp()
/third_party/libdrm/freedreno/msm/
Dmsm_ringbuffer.c525 msm_cmd->ring->last_timestamp = req.fence; in msm_ringbuffer_flush()