Home
last modified time | relevance | path

Searched refs:delay (Results 376 - 400 of 598) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/ffmpeg/libavfilter/
H A Daf_mcompand.c72 double delay; member
433 sscanf(tstr2, "%lf", &s->bands[i].delay); in config_output()
434 max_delay_size = FFMAX(max_delay_size, s->bands[i].delay * outlink->sample_rate); in config_output()
523 total delay doesn't, the volume is applied in an iteration in mcompand_channel()
525 the band(s) with the longest vol app delay. in mcompand_channel()
529 band's delay and the longest delay of all the bands. */ in mcompand_channel()
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c102 pa_usec_t delay; member
620 position = u->write_count - pa_usec_to_bytes(u->delay, &u->sink->sample_spec); in thread_func()
797 u->delay = 0; in pa_raop_sink_new()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c975 snd_pcm_sframes_t delay = 0; in update_smoother() local
992 if (PA_UNLIKELY((err = pa_alsa_safe_delay(u->pcm_handle, status, &delay, u->hwbuf_size, &u->sink->sample_spec, false)) < 0)) { in update_smoother()
1004 position = (int64_t) u->write_count - ((int64_t) delay * (int64_t) u->frame_size); in update_smoother()
1028 int64_t delay; in sink_get_latency() local
1038 delay = pa_smoother_2_get_delay(u->smoother, now1, u->write_count); in sink_get_latency()
1042 delay = (int64_t) pa_bytes_to_usec(u->write_count, &u->sink->sample_spec) - (int64_t) now2; in sink_get_latency()
1046 delay += pa_bytes_to_usec(u->memchunk.length, &u->sink->sample_spec); in sink_get_latency()
1048 return delay; in sink_get_latency()
2097 pa_log_info("Scheduling delay of %0.2f ms > %0.2f ms, you might want to investigate this to improve latency...", in thread_func()
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_single_kv_store.h86 const std::vector<std::string> &devices, DistributedKv::SyncMode mode, uint32_t delay) override
/foundation/ability/ability_runtime/services/common/src/
H A Dtask_handler_wrap.cpp216 result.delay(taskAttr.delayMillis_ * MILL_TO_MICRO); in BuildFfrtTaskAttr()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp105 attr.delay(DELAY); in ClearTempData()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.h138 void TimerCallback(const std::string& callbackId, const std::string& delay, bool isInterval) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_gesture_interrupt_animation_demo.cpp160 [handler](const std::function<void()>& task, uint32_t delay) { handler->PostTask(task); }); in main()
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h138 void SendMsgToEvtHandler(NfcCommonEvent evt, int64_t delay);
/third_party/ffmpeg/libavcodec/
H A Dlibopusdec.c140 /* Decoder delay (in samples) at 48kHz */ in libopus_decode_init()
141 avc->delay = avc->internal->skip_samples = opus->pre_skip; in libopus_decode_init()
H A Dmpegvideo_enc.c581 "low delay forcing is only available for mpeg2, " in ff_mpv_encode_init()
587 "B-frames cannot be used with low delay\n"); in ff_mpv_encode_init()
652 avctx->delay = s->low_delay ? 0 : (s->max_b_frames + 1); in ff_mpv_encode_init()
657 avctx->delay = s->low_delay ? 0 : (s->max_b_frames + 1); in ff_mpv_encode_init()
667 avctx->delay = 0; in ff_mpv_encode_init()
678 avctx->delay = 0; in ff_mpv_encode_init()
692 avctx->delay = 0; in ff_mpv_encode_init()
709 avctx->delay = 0; in ff_mpv_encode_init()
723 avctx->delay = 0; in ff_mpv_encode_init()
731 avctx->delay in ff_mpv_encode_init()
[all...]
/third_party/libinput/include/linux/linux/
H A Dinput.h297 * @delay: delay before effect should start playing
301 __u16 delay; member
/third_party/libevdev/libevdev/
H A Dlibevdev.h2348 * Get the repeat delay and repeat period values for this device. This
2353 * @param delay If not null, set to the repeat delay value
2362 int libevdev_get_repeat(const struct libevdev *dev, int *delay, int *period);
/third_party/libinput/include/linux/freebsd/
H A Dinput.h298 * @delay: delay before effect should start playing
302 uint16_t delay; member
/third_party/libevdev/export_include/libevdev/
H A Dlibevdev.h2348 * Get the repeat delay and repeat period values for this device. This
2353 * @param delay If not null, set to the repeat delay value
2362 int libevdev_get_repeat(const struct libevdev *dev, int *delay, int *period);
/third_party/libevdev/include/linux/linux/
H A Dinput.h306 * @delay: delay before effect should start playing
310 __u16 delay; member
/third_party/ltp/testcases/network/stress/tcp/multi-diffnic/
H A Dtcp4-multi-diffnic0192 # Amount of network delay [ms]
95 # The deflection of network delay [ms]
119 # Unset network delay
164 tst_resm TINFO "- Network delay is ${NET_DELAY}ms +/- ${NET_DELAY_DEFL}ms"
258 # Make the network delay
260 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH tc' qdisc add dev $rhost_ifname root netem delay ${NET_DELAY}ms ${NET_DELAY_DEFL}ms distribution normal' ; echo $?'`
/third_party/ltp/testcases/network/stress/tcp/multi-sameport/
H A Dtcp4-multi-sameport0195 # Amount of network delay [ms]
98 # The deflection of network delay [ms]
116 # Unset network delay
150 tst_resm TINFO "- Network delay is ${NET_DELAY}ms +/- ${NET_DELAY_DEFL}ms"
255 # Make the network delay
257 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH tc' qdisc add dev $rhost_ifname root netem delay ${NET_DELAY}ms ${NET_DELAY_DEFL}ms distribution normal' ; echo $?'`
/third_party/ltp/testcases/network/stress/tcp/multi-diffport/
H A Dtcp4-multi-diffport0195 # Amount of network delay [ms]
98 # The deflection of network delay [ms]
119 # Unset network delay
150 tst_resm TINFO "- Network delay is ${NET_DELAY}ms +/- ${NET_DELAY_DEFL}ms"
256 # Make the network delay
258 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH tc' qdisc add dev $rhost_ifname root netem delay ${NET_DELAY}ms ${NET_DELAY_DEFL}ms distribution normal' ; echo $?'`
/third_party/python/Lib/turtledemo/
H A Dbytedesign.py18 t.delay(0)
20 in line 152, which sets the animation delay
151 t.getscreen().delay(0)
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c602 struct timespec delay; \
603 delay.tv_sec = (_ms) / FILLP_CONST_1K; \
604 delay.tv_nsec = ((_ms) % FILLP_CONST_1K) * FILLP_CONST_1K * FILLP_CONST_1K; \
605 (void) nanosleep (&delay, FILLP_NULL_PTR); \
/third_party/curl/tests/server/
H A Dsockfilt.c1215 int delay = 20; in sockdaemon() local
1229 rc = wait_ms(delay); in sockdaemon()
1243 totdelay += delay; in sockdaemon()
1244 delay *= 2; /* double the sleep for next attempt */ in sockdaemon()
/third_party/alsa-lib/src/pcm/
H A Dpcm_ioplug.c115 io->data->callback->delay) in snd_pcm_ioplug_delay()
116 return io->data->callback->delay(io->data, delayp); in snd_pcm_ioplug_delay()
140 status->delay = sd; in snd_pcm_ioplug_status()
938 .delay = snd_pcm_ioplug_delay,
/third_party/node/test/parallel/
H A Dtest-readline-interface.js1236 // Emit two line events when the delay
1261 const delay = 200;
1272 }), delay);
1305 // Emit one line event when the delay between \r and \n is
1308 const delay = 125;
1317 }), delay);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp577 Status SingleStoreImpl::Sync(const std::vector<std::string> &devices, SyncMode mode, uint32_t delay) in Sync() argument
583 syncInfo.delay = delay; in Sync()
589 std::shared_ptr<SyncCallback> syncCallback, uint32_t delay) in Sync()
597 syncInfo.delay = delay; in Sync()
588 Sync(const std::vector<std::string> &devices, SyncMode mode, const DataQuery &query, std::shared_ptr<SyncCallback> syncCallback, uint32_t delay) Sync() argument

Completed in 32 milliseconds

1...<<11121314151617181920>>...24