Home
last modified time | relevance | path

Searched defs:delay (Results 301 - 325 of 388) sorted by relevance

1...<<111213141516

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_transition_test.cpp93 int32_t delay = 500; in TestStackTransition006() local
123 int32_t delay = 0; in TestStackTransition007() local
151 int32_t delay = 0; in TestStackTransition008() local
179 int32_t delay in TestStackTransition009() local
207 int32_t delay = 0; TestStackTransition010() local
235 int32_t delay = 0; TestStackTransition011() local
263 int32_t delay = 0; TestStackTransition012() local
291 int32_t delay = 0; TestStackTransition013() local
319 int32_t delay = 0; TestStackTransition014() local
347 int32_t delay = 0; TestStackTransition015() local
375 int32_t delay = 300; TestStackTransition016() local
403 int32_t delay = -300; TestStackTransition017() local
431 int32_t delay = -1300; TestStackTransition018() local
459 int32_t delay = 0; TestStackTransition019() local
489 int32_t delay = 0; TestStackTransition020() local
523 int32_t delay = 500; TestStackTransition021() local
561 int32_t delay = 0; TestStackTransition022() local
597 int32_t delay = 0; TestStackTransition023() local
633 int32_t delay = 0; TestStackTransition024() local
669 int32_t delay = 0; TestStackTransition025() local
705 int32_t delay = 0; TestStackTransition026() local
741 int32_t delay = 0; TestStackTransition027() local
777 int32_t delay = 0; TestStackTransition028() local
813 int32_t delay = 0; TestStackTransition029() local
849 int32_t delay = 0; TestStackTransition030() local
885 int32_t delay = 300; TestStackTransition031() local
921 int32_t delay = -300; TestStackTransition032() local
957 int32_t delay = -1300; TestStackTransition033() local
993 int32_t delay = 0; TestStackTransition034() local
1031 int32_t delay = 0; TestStackTransition035() local
1067 int32_t delay = 500; TestStackTransition036() local
1101 int32_t delay = 0; TestStackTransition037() local
1133 int32_t delay = 0; TestStackTransition038() local
1165 int32_t delay = 0; TestStackTransition039() local
1197 int32_t delay = 0; TestStackTransition040() local
1229 int32_t delay = 0; TestStackTransition041() local
1261 int32_t delay = 0; TestStackTransition042() local
1293 int32_t delay = 0; TestStackTransition043() local
1325 int32_t delay = 0; TestStackTransition044() local
1357 int32_t delay = 0; TestStackTransition045() local
1389 int32_t delay = 300; TestStackTransition046() local
1421 int32_t delay = -300; TestStackTransition047() local
1453 int32_t delay = -1300; TestStackTransition048() local
1485 int32_t delay = 0; TestStackTransition049() local
1519 int32_t delay = 0; TestStackTransition050() local
1553 int32_t delay = 500; TestStackTransition051() local
1587 int32_t delay = 0; TestStackTransition052() local
1619 int32_t delay = 0; TestStackTransition053() local
1651 int32_t delay = 0; TestStackTransition054() local
1683 int32_t delay = 0; TestStackTransition055() local
1715 int32_t delay = 0; TestStackTransition056() local
1747 int32_t delay = 0; TestStackTransition057() local
1779 int32_t delay = 0; TestStackTransition058() local
1811 int32_t delay = 0; TestStackTransition059() local
1843 int32_t delay = 0; TestStackTransition060() local
1875 int32_t delay = 300; TestStackTransition061() local
1907 int32_t delay = -300; TestStackTransition062() local
1939 int32_t delay = -1300; TestStackTransition063() local
1971 int32_t delay = 0; TestStackTransition064() local
2005 int32_t delay = 0; TestStackTransition065() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcuviddec.c387 int delay = ctx->cuparseinfo.ulMaxDisplayDelay; in cuvid_is_buffer_full() local
H A Ddca_xll.c1070 static int copy_to_pbr(DCAXllDecoder *s, const uint8_t *data, int size, int delay) in copy_to_pbr() argument
H A Devrcdec.c378 static void bl_intrp(EVRCContext *e, float *ex, float delay) in bl_intrp() argument
406 acb_excitation(EVRCContext *e, float *excitation, float gain, const float delay[3], int length) acb_excitation() argument
809 float delay; evrc_decode_frame() local
[all...]
H A Datrac3.c879 int version, delay, samples_per_frame, frame_factor; in atrac3_decode_init() local
/third_party/ffmpeg/libavfilter/
H A Daf_compand.c61 double delay; member
H A Daf_sofalizer.c88 int *delay[2]; /* broadband delay for each channel/IR to be convolved */ member
322 int **delay; member
339 const int *const delay = td->delay[jobnr]; in sofalizer_convolute() local
[all...]
H A Daf_firequalizer.c97 double delay; member
333 double delay = s->zero_phase ? 0.0 : (double) center / rate; in dump_fir() local
[all...]
H A Daf_mcompand.c72 double delay; member
/third_party/ffmpeg/libavformat/
H A Dmp3enc.c126 int delay; member
H A Dfifo.c629 int64_t delay = av_gettime_relative() - now; in fifo_write_trailer() local
H A Dflvenc.c85 int64_t delay; ///< first dts delay (needed for AVC & Speex) member
H A Dmpeg.c742 int64_t delay = 0; in vobsub_read_header() local
H A Dmux.c500 int delay = st->codecpar->video_delay; in compute_muxer_pkt_fields() local
/third_party/backends/backend/
H A Dtamarack.h245 char delay; member
H A Dmustek_pp_cis.h137 SANE_Int delay; member
/third_party/alsa-lib/include/
H A Daserver.h81 } delay; member
/third_party/libuv/src/win/
H A Dtcp.c52 static int uv__tcp_keepalive(uv_tcp_t* handle, SOCKET socket, int enable, unsigned int delay) { in uv__tcp_keepalive() argument
1326 int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) { in uv_tcp_keepalive() argument
/third_party/mbedtls/programs/test/
H A Dudp_proxy.c144 int delay; /* delay 1 packet in N (none if 0) */ member
625 delay_packet(packet *delay) delay_packet() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_schedule.c74 uint32_t delay; member
[all...]
/third_party/node/deps/uv/src/win/
H A Dtcp.c60 static int uv__tcp_keepalive(uv_tcp_t* handle, SOCKET socket, int enable, unsigned int delay) { in uv__tcp_keepalive() argument
1358 int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) { in uv_tcp_keepalive() argument
/third_party/curl/tests/server/
H A Dsockfilt.c1215 int delay = 20; in sockdaemon() local
H A Dsocksd.c817 int delay = 20; in sockdaemon() local
H A Dmqttd.c800 int delay = 20; in sockdaemon() local
/third_party/ffmpeg/libavdevice/
H A Dxcbgrab.c204 int64_t curtime, delay; in wait_frame() local

Completed in 35 milliseconds

1...<<111213141516