Searched refs:last_timestamp (Results 1 – 15 of 15) sorted by relevance
/third_party/libdrm/freedreno/kgsl/ |
D | kgsl_ringbuffer.c | 155 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/ |
D | alsa-time-test.c | 34 struct timespec start, last_timestamp = { 0, 0 }; in main() local 209 memcmp(×tamp, &last_timestamp, sizeof(timestamp)) == 0 && in main() 246 last_timestamp = timestamp; in main()
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf_query.c | 171 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/ |
D | etnaviv_cmd_stream.c | 125 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()
|
D | etnaviv_priv.h | 132 uint32_t last_timestamp; member
|
/third_party/node/deps/v8/tools/ |
D | run-clang-tidy.py | 280 last_timestamp = -1 285 if outdir_modified_timestamp > last_timestamp: 286 last_timestamp = outdir_modified_timestamp
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rtp-gstreamer.c | 66 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/ |
D | dhav.c | 51 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()
|
D | rtmpproto.c | 100 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()
|
D | matroskaenc.c | 185 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/ |
D | etnaviv_cmd_stream.c | 153 return etna_cmd_stream_priv(stream)->last_timestamp; in etna_cmd_stream_timestamp() 240 priv->last_timestamp = req.fence; in etna_cmd_stream_flush()
|
D | etnaviv_priv.h | 136 uint32_t last_timestamp; member
|
/third_party/libdrm/freedreno/ |
D | freedreno_ringbuffer.h | 69 uint32_t last_timestamp; member
|
D | freedreno_ringbuffer.c | 142 return ring->last_timestamp; in fd_ringbuffer_timestamp()
|
/third_party/libdrm/freedreno/msm/ |
D | msm_ringbuffer.c | 525 msm_cmd->ring->last_timestamp = req.fence; in msm_ringbuffer_flush()
|