Home
last modified time | relevance | path

Searched refs:in_time (Results 76 – 100 of 215) sorted by relevance

123456789

/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdnav/
H A Dnavigation.h77 uint32_t in_time; member
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdnav/
H A Dnavigation.h77 uint32_t in_time; member
/dports/graphics/pngrewrite/pngrewrite-1.4.0_2/
H A Dlibpngrewrite.c170 png_timep in_time; /* a struct POINTER */ in pngrw_read_tIME_chunk() local
176 if(png_get_tIME(png_ptr, info_ptr, &in_time) == PNG_INFO_tIME) { in pngrw_read_tIME_chunk()
177 ctx->savechunk_time = *in_time; in pngrw_read_tIME_chunk()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/
H A Dbluray.c274 if (time < bd->st0.clip->in_time) { in _update_time_psr()
295 if (clip_time >= clip->in_time && clip_time <= clip->out_time) { in _update_time_psr_from_stream()
300 clip->name, SPN(bd->st0.clip_pos), clip_time, clip->in_time, clip->out_time); in _update_time_psr_from_stream()
366 bd_psr_write(bd->regs, PSR_TIME, clip->in_time); in _update_clip_psrs()
543 … if (cmds.wakeup_time >= bd->st0.clip->in_time && cmds.wakeup_time < bd->st0.clip->out_time) { in _update_textst_timer()
652 st->m2ts_filter = m2ts_filter_init((int64_t)st->clip->in_time << 1, in _open_m2ts()
883 m2ts_filter_seek(st->m2ts_filter, 0, (int64_t)st->clip->in_time << 1); in _seek_stream()
1672 if (media_time >= clip->in_time) { in _seek_internal()
1673 media_time = media_time - clip->in_time + clip->title_time; in _seek_internal()
2032 _queue_event(bd, BD_EVENT_DISCONTINUITY, st->clip->in_time); in _bd_read()
[all …]
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/
H A Dbluray.c274 if (time < bd->st0.clip->in_time) { in _update_time_psr()
295 if (clip_time >= clip->in_time && clip_time <= clip->out_time) { in _update_time_psr_from_stream()
300 clip->name, SPN(bd->st0.clip_pos), clip_time, clip->in_time, clip->out_time); in _update_time_psr_from_stream()
366 bd_psr_write(bd->regs, PSR_TIME, clip->in_time); in _update_clip_psrs()
543 … if (cmds.wakeup_time >= bd->st0.clip->in_time && cmds.wakeup_time < bd->st0.clip->out_time) { in _update_textst_timer()
652 st->m2ts_filter = m2ts_filter_init((int64_t)st->clip->in_time << 1, in _open_m2ts()
883 m2ts_filter_seek(st->m2ts_filter, 0, (int64_t)st->clip->in_time << 1); in _seek_stream()
1672 if (media_time >= clip->in_time) { in _seek_internal()
1673 media_time = media_time - clip->in_time + clip->title_time; in _seek_internal()
2032 _queue_event(bd, BD_EVENT_DISCONTINUITY, st->clip->in_time); in _bd_read()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dmaketexture.cpp1045 std::time_t in_time; in make_texture_impl() local
1047 in_time = Filesystem::last_write_time(src->name()); in make_texture_impl()
1049 time(&in_time); // make it look initialized in make_texture_impl()
1056 && in_time == Filesystem::last_write_time(outputfilename)) { in make_texture_impl()
1380 date = in_time; // update mode: use the time stamp of the input in make_texture_impl()
1753 Filesystem::last_write_time(tmpfilename, in_time); in make_texture_impl()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dmaketexture.cpp1045 std::time_t in_time; in make_texture_impl() local
1047 in_time = Filesystem::last_write_time(src->name()); in make_texture_impl()
1049 time(&in_time); // make it look initialized in make_texture_impl()
1056 && in_time == Filesystem::last_write_time(outputfilename)) { in make_texture_impl()
1380 date = in_time; // update mode: use the time stamp of the input in make_texture_impl()
1753 Filesystem::last_write_time(tmpfilename, in_time); in make_texture_impl()
/dports/lang/php73/php-7.3.33/ext/date/lib/
H A Dparse_iso_intervals.c293 int in_time = 0; in scan() local
299 in_time = 1; in scan()
315 if (in_time) { in scan()
/dports/www/mod_php81/php-8.1.1/ext/date/lib/
H A Dparse_iso_intervals.c277 int in_time = 0; in scan() local
283 in_time = 1; in scan()
299 if (in_time) { in scan()
/dports/lang/php80/php-8.0.15/ext/date/lib/
H A Dparse_iso_intervals.c277 int in_time = 0; in scan() local
283 in_time = 1; in scan()
299 if (in_time) { in scan()
/dports/lang/php81/php-8.1.1/ext/date/lib/
H A Dparse_iso_intervals.c277 int in_time = 0; in scan() local
283 in_time = 1; in scan()
299 if (in_time) { in scan()
/dports/lang/php74/php-7.4.27/ext/date/lib/
H A Dparse_iso_intervals.c275 int in_time = 0; in scan() local
281 in_time = 1; in scan()
297 if (in_time) { in scan()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcResourceCount.cc534 void cResourceCount::Update(double in_time) in Update() argument
536 update_time += in_time; in Update()
537 spatial_update_time += in_time; in Update()
H A DcResourceCount.h132 void Update(double in_time);
/dports/www/mod_php74/php-7.4.27/ext/date/lib/
H A Dparse_iso_intervals.c275 int in_time = 0; in scan() local
281 in_time = 1; in scan()
297 if (in_time) { in scan()
/dports/www/mod_php80/php-8.0.15/ext/date/lib/
H A Dparse_iso_intervals.c277 int in_time = 0; in scan() local
283 in_time = 1; in scan()
299 if (in_time) { in scan()
/dports/www/mod_php73/php-7.3.33/ext/date/lib/
H A Dparse_iso_intervals.c293 int in_time = 0; in scan() local
299 in_time = 1; in scan()
315 if (in_time) { in scan()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/timelib-2017.05/
H A Dparse_iso_intervals.c277 int in_time = 0; in scan() local
283 in_time = 1; in scan()
299 if (in_time) { in scan()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/include/shared_core/
H A DFilePath.hpp732 void setLastWriteTime(std::time_t in_time = ::time(nullptr)) const;
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DStreamProcessTeletext.java1010 long in_time = source_pts - time_difference; in processStream() local
1024 in_time = l - time_difference + 7200; in processStream()
1027 System.out.println("termination too late, new in_time: " + in_time); in processStream()
1043 write_buffer.put("in_time", "" + in_time); in processStream()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/appleseed/
H A Das_texture3d.osl99 float in_time = 0.0
351 "time", in_time);
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/
H A Dsound_system.h183 int calculateVolumeFor(unsigned int in_time);
/dports/www/mod_gnutls/mod_gnutls-0.8.4/src/
H A Dgnutls_cache.c117 char *mgs_time2sz(time_t in_time, char *str, int strsize) in mgs_time2sz() argument
124 apr_time_ansi_put(&t, in_time); in mgs_time2sz()
/dports/security/libressl-static/libressl-3.3.5/crypto/x509/
H A Dx509_vfy.c2055 X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_time)
2057 return X509_time_adj_ex(s, 0, offset_sec, in_time);
2061 X509_time_adj_ex(ASN1_TIME *s, int offset_day, long offset_sec, time_t *in_time)
2064 if (in_time == NULL)
2067 t = *in_time;
/dports/security/libressl/libressl-3.4.3/crypto/x509/
H A Dx509_vfy.c2033 X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_time) in X509_time_adj() argument
2035 return X509_time_adj_ex(s, 0, offset_sec, in_time); in X509_time_adj()
2039 X509_time_adj_ex(ASN1_TIME *s, int offset_day, long offset_sec, time_t *in_time) in X509_time_adj_ex() argument
2042 if (in_time == NULL) in X509_time_adj_ex()
2045 t = *in_time; in X509_time_adj_ex()

123456789