Home
last modified time | relevance | path

Searched refs:life (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvsrc_life.c23 * life video source, based on John Conways' Life Game
94 { "life_color", "set life color", OFFSET( life_color), AV_OPT_TYPE_COLOR, {.str="white"}, 0, 0, FLAGS },
100 AVFILTER_DEFINE_CLASS(life); variable
147 LifeContext *life = ctx->priv; in show_life_grid() local
150 char *line = av_malloc(life->w + 1); in show_life_grid()
153 for (i = 0; i < life->h; i++) { in show_life_grid()
154 for (j = 0; j < life->w; j++) in show_life_grid()
155 line[j] = life->buf[life->buf_idx][i*life in show_life_grid()
165 LifeContext *life = ctx->priv; init_pattern_from_file() local
223 LifeContext *life = ctx->priv; init() local
272 LifeContext *life = ctx->priv; uninit() local
282 LifeContext *life = outlink->src->priv; config_props() local
294 LifeContext *life = ctx->priv; evolve() local
349 LifeContext *life = ctx->priv; fill_picture_monoblack() local
374 LifeContext *life = ctx->priv; fill_picture_rgb() local
401 LifeContext *life = outlink->src->priv; request_frame() local
418 LifeContext *life = ctx->priv; query_formats() local
[all...]
/third_party/skia/tests/
H A DCanvasTest.cpp513 bool life[2]; in DEF_TEST() local
515 LifeLineCanvas c0(w, h, &life[0]); in DEF_TEST()
516 REPORTER_ASSERT(r, life[0]); in DEF_TEST()
518 REPORTER_ASSERT(r, !life[0]); in DEF_TEST()
521 std::unique_ptr<SkCanvas> c0 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[0])); in DEF_TEST()
522 std::unique_ptr<SkCanvas> c1 = std::unique_ptr<SkCanvas>(new LifeLineCanvas(w, h, &life[1])); in DEF_TEST()
523 REPORTER_ASSERT(r, life[0]); in DEF_TEST()
524 REPORTER_ASSERT(r, life[1]); in DEF_TEST()
530 REPORTER_ASSERT(r, life[0]); in DEF_TEST()
531 REPORTER_ASSERT(r, life[ in DEF_TEST()
542 bool life[2]; DEF_TEST() local
[all...]
/third_party/libwebsockets/lib/tls/
H A Dtls-network.c76 time_t now = (time_t)lws_now_secs(), life = 0; in lws_tls_check_cert_lifetime() local
92 life = (ir.time - now) / (24 * 3600); in lws_tls_check_cert_lifetime()
94 (int)life); in lws_tls_check_cert_lifetime()
101 (size_t)(ssize_t)life); in lws_tls_check_cert_lifetime()
/third_party/lwip/src/core/ipv6/
H A Dnd6.c1089 u32_t life = netif_ip6_addr_valid_life(netif, i); local
1090 if (life <= ND6_TMR_INTERVAL / 1000) {
1096 if (!ip6_addr_life_isinfinite(life)) {
1097 life -= ND6_TMR_INTERVAL / 1000;
1098 LWIP_ASSERT("bad valid lifetime", life != IP6_ADDR_LIFE_STATIC);
1099 netif_ip6_addr_set_valid_life(netif, i, life);
1102 life = netif_ip6_addr_pref_life(netif, i);
1103 if (life <= ND6_TMR_INTERVAL / 1000) {
1104 /* This case must also trigger if 'life' was already zero, so as to
1109 } else if (!ip6_addr_life_isinfinite(life)) {
1235 u32_t life = netif_ip6_addr_valid_life(netif, i); global() local
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm32 repetitive tasks. This module provides functions to make life easier.
/third_party/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm32 repetitive tasks. This module provides functions to make life easier.
/third_party/glfw/examples/
H A Dparticles.c192 float life; // Life of particle (1.0 = newborn, < 0.0 = dead) member
284 p->life = 1.f; in init_particle()
302 p->life -= dt * (1.f / LIFE_SPAN); in update_particle()
305 if (p->life <= 0.f) in update_particle()
485 // of its life, then it fades out) in draw_particles()
486 alpha = 4.f * pptr->life; in draw_particles()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.h250 u32 life, enum mka_created_mode mode,
H A Dieee802_1x_kay.c2091 * and MKA life time elapse since last distribution in ieee802_1x_kay_generate_new_sak()
2102 * MKA life time has elapsed since the prior SAK was first distributed, in ieee802_1x_kay_generate_new_sak()
2521 * when the MKA life elapsed since its creating */ in ieee802_1x_participant_timer()
3588 const struct mka_key *cak, u32 life, in ieee802_1x_kay_create_mka()
3631 if (life) in ieee802_1x_kay_create_mka()
3632 participant->cak_life = life + time(NULL); in ieee802_1x_kay_create_mka()
3586 ieee802_1x_kay_create_mka(struct ieee802_1x_kay *kay, const struct mka_key_name *ckn, const struct mka_key *cak, u32 life, enum mka_created_mode mode, Boolean is_authenticator) ieee802_1x_kay_create_mka() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.h250 u32 life, enum mka_created_mode mode,
H A Dieee802_1x_kay.c2128 * and MKA life time elapse since last distribution in ieee802_1x_kay_generate_new_sak()
2139 * MKA life time has elapsed since the prior SAK was first distributed, in ieee802_1x_kay_generate_new_sak()
2558 * when the MKA life elapsed since its creating */ in ieee802_1x_participant_timer()
3625 const struct mka_key *cak, u32 life, in ieee802_1x_kay_create_mka()
3668 if (life) in ieee802_1x_kay_create_mka()
3669 participant->cak_life = life + time(NULL); in ieee802_1x_kay_create_mka()
3623 ieee802_1x_kay_create_mka(struct ieee802_1x_kay *kay, const struct mka_key_name *ckn, const struct mka_key *cak, u32 life, enum mka_created_mode mode, bool is_authenticator) ieee802_1x_kay_create_mka() argument
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak70 FATE_FILTER-$(call FILTERFRAMECRC, LIFE, LAVFI_INDEV) += fate-filter-lavd-life
71 fate-filter-lavd-life: CMD = framecrc -f lavfi -i life=s=40x40:r=5:seed=42:mold=64:ratio=0.1:death_color=red:life_color=green -t 2

Completed in 20 milliseconds