Home
last modified time | relevance | path

Searched refs:max_delay (Results 1 – 25 of 47) sorted by relevance

12

/third_party/mesa3d/src/freedreno/ir3/
Dir3_postsched.c83 unsigned max_delay; member
146 di(n->instr, "maxdel=%3d ", n->max_delay); in dump_state()
190 if (!chosen || (chosen->max_delay < n->max_delay)) in choose_instr()
207 if (!chosen || (chosen->max_delay < n->max_delay)) in choose_instr()
227 if (!chosen || (chosen->max_delay < n->max_delay)) in choose_instr()
247 if (!chosen || (chosen->max_delay < n->max_delay)) in choose_instr()
275 if (!chosen || (chosen->max_delay < n->max_delay)) in choose_instr()
297 if (!chosen || (chosen->max_delay < n->max_delay)) in choose_instr()
317 if (!chosen || (chosen->max_delay < n->max_delay)) in choose_instr()
332 if (!chosen || chosen->max_delay < n->max_delay) in choose_instr()
[all …]
Dir3_sched.c126 unsigned max_delay; member
678 (rank == chosen_rank && chosen->max_delay < n->max_delay)) { in choose_instr_dec()
787 if (!chosen || (chosen->max_delay < n->max_delay)) in choose_instr_prio()
806 di(n->instr, "maxdel=%3d le=%d del=%u ", n->max_delay, in dump_state()
1088 uint32_t max_delay = 0; in sched_dag_max_delay_cb() local
1092 max_delay = MAX2(child->max_delay, max_delay); in sched_dag_max_delay_cb()
1095 n->max_delay = MAX2(n->max_delay, max_delay + n->delay); in sched_dag_max_delay_cb()
/third_party/mesa3d/src/compiler/nir/
Dnir_schedule.c77 uint32_t max_delay; member
607 if (!chosen || chosen->max_delay > n->max_delay) in nir_schedule_choose_instruction_fallback()
622 if (!chosen || chosen->max_delay > n->max_delay) in nir_schedule_choose_instruction_fallback()
653 if (!chosen || chosen->max_delay < n->max_delay) in nir_schedule_choose_instruction_csp()
668 if (!chosen || chosen->max_delay < n->max_delay) in nir_schedule_choose_instruction_csp()
696 if (regs_freed > 0 && (!chosen || chosen->max_delay < n->max_delay)) { in nir_schedule_choose_instruction_csr()
714 if (regs_freed > 0 && (!chosen || chosen->max_delay < n->max_delay)) { in nir_schedule_choose_instruction_csr()
731 (!chosen || chosen->max_delay < n->max_delay)) { in nir_schedule_choose_instruction_csr()
756 if (!chosen || chosen->max_delay < n->max_delay) in nir_schedule_choose_instruction_csr()
773 if (!chosen || chosen->max_delay < n->max_delay) in nir_schedule_choose_instruction_csr()
[all …]
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudioecho.c185 self->max_delay = 1; in gst_audio_echo_init()
217 guint64 max_delay, delay; in gst_audio_echo_set_property() local
222 max_delay = self->max_delay; in gst_audio_echo_set_property()
224 if (delay > max_delay && GST_STATE (self) > GST_STATE_READY) { in gst_audio_echo_set_property()
227 GST_TIME_ARGS (delay), GST_TIME_ARGS (max_delay)); in gst_audio_echo_set_property()
228 self->delay = max_delay; in gst_audio_echo_set_property()
231 self->max_delay = MAX (delay, max_delay); in gst_audio_echo_set_property()
232 if (delay > max_delay) { in gst_audio_echo_set_property()
246 guint64 max_delay; in gst_audio_echo_set_property() local
249 max_delay = g_value_get_uint64 (value); in gst_audio_echo_set_property()
[all …]
Daudioecho.h47 guint64 max_delay; member
/third_party/ltp/testcases/realtime/func/sched_latency/
Dsched_latency.c120 nsec_t delay, avg_delay = 0, start_delay, min_delay = -1ULL, max_delay = in periodic_thread() local
186 if (delay > max_delay) in periodic_thread()
187 max_delay = delay; in periodic_thread()
197 debug(DBG_INFO, "%9i %9llu %13llu %8i\r", i, delay, max_delay, in periodic_thread()
228 printf("Max: %4llu us: %s\n", max_delay, in periodic_thread()
229 max_delay < pass_criteria ? "PASS" : "FAIL"); in periodic_thread()
/third_party/flutter/skia/third_party/externals/sdl/src/timer/psp/
DSDL_systimer.c82 const Uint32 max_delay = 0xffffffffUL / 1000; in SDL_Delay() local
83 if(ms > max_delay) in SDL_Delay()
84 ms = max_delay; in SDL_Delay()
/third_party/ffmpeg/libavfilter/
Daf_adelay.c45 int64_t max_delay; member
201 s->max_delay = FFMAX(s->max_delay, d->delay); in config_input()
292 if (s->eof && s->max_delay) { in activate()
293 int nb_samples = FFMIN(s->max_delay, 2048); in activate()
298 s->max_delay -= nb_samples; in activate()
309 if (s->eof && s->max_delay == 0) { in activate()
Daf_afir.c293 float min_delay = FLT_MAX, max_delay = FLT_MIN; in draw_response() local
326 max_delay = fmaxf(max_delay, delay[i]); in draw_response()
331 int ydelay = (delay[i] - min_delay) / (max_delay - min_delay) * (s->h - 1); in draw_response()
364 snprintf(text, sizeof(text), "%.2f", max_delay); in draw_response()
/third_party/ffmpeg/libavcodec/
Dsbcenc.c43 int64_t max_delay; member
230 if (sbc->max_delay <= 3000 || avctx->bit_rate > 270000) in sbc_encode_init()
239 if (sbc->max_delay <= 4000 || avctx->bit_rate > 420000) in sbc_encode_init()
245 frame->blocks = av_clip(((sbc->max_delay * avctx->sample_rate + 2) in sbc_encode_init()
330 OFFSET(max_delay), AV_OPT_TYPE_DURATION, {.i64 = 13000}, 1000,13000, AE },
/third_party/ffmpeg/libavformat/
Dgifdec.c47 int max_delay; member
163 delay = FFMIN(delay, gdc->max_delay); in gif_read_header()
229 gdc->delay = FFMIN(gdc->delay, gdc->max_delay); in gif_read_ext()
386 …y between frames (in hundredths of seconds)", offsetof(GIFDemuxContext, max_delay) , AV_OPT_TYPE…
Drtpenc_chain.c58 rtpctx->max_delay = s->max_delay; in ff_rtp_chain_mux_open()
Dsapdec.c163 sap->sdp_ctx->max_delay = s->max_delay; in sap_read_header()
Drtpenc_mpegts.c75 mpegts_ctx->max_delay = s->max_delay; in rtp_mpegts_write_header()
Drtpenc_amr.c44 s1->max_delay, AV_TIME_BASE_Q) >= 0)) { in ff_rtp_send_amr()
Drtpenc_aac.c47 s1->max_delay, AV_TIME_BASE_Q) >= 0)) { in ff_rtp_send_aac()
Dwebm_chunk.c83 oc->max_delay = s->max_delay; in webm_chunk_init()
Drtpenc_xiph.c84 s1->max_delay, AV_TIME_BASE_Q) >= 0)) { in ff_rtp_send_xiph()
Dmpegenc.c323 if (ctx->max_delay < 0) /* Not set by the caller */ in mpeg_mux_init()
324 ctx->max_delay = AV_TIME_BASE*7/10; in mpeg_mux_init()
1010 const int64_t max_delay = av_rescale(ctx->max_delay, 90000, AV_TIME_BASE); in output_packet() local
1033 if (next_pkt && next_pkt->dts - scr > max_delay && !ignore_delay) in output_packet()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c62 int max_delay; member
340 ffmpegmux->max_delay = 0; in gst_ffmpegmux_init()
356 src->max_delay = g_value_get_int (value); in gst_ffmpegmux_set_property()
377 g_value_set_int (value, src->max_delay); in gst_ffmpegmux_get_property()
484 ffmpegmux->context->max_delay = ffmpegmux->max_delay; in gst_ffmpegmux_setcaps()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.h348 gboolean (*send_rtcp) (RTPSession *sess, GstClockTime max_delay);
428 GstClockTime max_delay);
438 GstClockTime max_delay);
Drtpsession.c128 GstClockTime max_delay);
4590 GstClockTime max_delay) in rtp_session_request_early_rtcp() argument
4608 ret = (current_time + max_delay > sess->next_early_rtcp_time); in rtp_session_request_early_rtcp()
4626 if (current_time + max_delay > sess->next_rtcp_check_time) { in rtp_session_request_early_rtcp()
4630 GST_TIME_ARGS (max_delay), in rtp_session_request_early_rtcp()
4637 GST_TIME_ARGS (current_time), GST_TIME_ARGS (max_delay), in rtp_session_request_early_rtcp()
4666 ret = T_dither_max <= max_delay; in rtp_session_request_early_rtcp()
4677 } else if (sess->last_rtcp_check_time + T_rr <= current_time + max_delay) { in rtp_session_request_early_rtcp()
4693 GST_TIME_ARGS (current_time), GST_TIME_ARGS (max_delay)); in rtp_session_request_early_rtcp()
4698 if (current_time + max_delay > sess->next_rtcp_check_time) { in rtp_session_request_early_rtcp()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/netsim/
Dgstnetsim.c347 netsim->max_delay); in gst_net_sim_delay_buffer()
351 netsim->max_delay, &netsim->delay_state); in gst_net_sim_delay_buffer()
355 netsim->max_delay, &netsim->delay_state); in gst_net_sim_delay_buffer()
517 netsim->max_delay = g_value_get_int (value); in gst_net_sim_set_property()
562 g_value_set_int (value, netsim->max_delay); in gst_net_sim_get_property()
Dgstnetsim.h82 gint max_delay; member
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.h123 guint64 max_delay; member

12