Home
last modified time | relevance | path

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

/third_party/boost/boost/python/detail/
Dpython_type.hpp25 static bool first_time = true; in register_() local
27 if ( !first_time ) return; in register_()
29 first_time = false; in register_()
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/
Dgstvideoframe-audiolevel.c186 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_init()
231 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_change_state()
263 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_finalize()
375 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_asink_event()
391 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_asink_event()
424 self->first_time = GST_CLOCK_TIME_NONE; in gst_videoframe_audiolevel_asink_event()
488 self->first_time + gst_util_uint64_scale (self->total_frames, GST_SECOND, in update_rms_from_buffer()
568 || self->first_time == GST_CLOCK_TIME_NONE) { in gst_videoframe_audiolevel_asink_chain()
607 self->first_time = running_time; in gst_videoframe_audiolevel_asink_chain()
669 self->first_time + gst_util_uint64_scale (self->total_frames, in gst_videoframe_audiolevel_asink_chain()
[all …]
Dgstvideoframe-audiolevel.h53 GstClockTime first_time; member
/third_party/grpc/tools/failures/
Ddetect_new_failures.py116 first_time = True
125 if first_time:
127 first_time = False
/third_party/libxml2/result/noent/
Dattrib.xml.sax23 SAX.startElementNs(item, NULL, NULL, 0, 5, 0, title='Icro...', 173, url='http...', 24, first_time='…
/third_party/libxml2/result/
Dattrib.xml.sax23 SAX.startElementNs(item, NULL, NULL, 0, 5, 0, title='Icro...', 173, url='http...', 24, first_time='…
Dattrib.xml.sax3 …                                    ', url='http://www.icrontic.com/', first_time='985034339', las…
/third_party/ltp/lib/
Dparse_opts.c495 static int first_time = 1; in usc_test_looping() local
504 if (first_time) { in usc_test_looping()
505 first_time = 0; in usc_test_looping()
Dtst_res.c369 static int first_time = 1; in check_env() local
372 if (!first_time) in check_env()
375 first_time = 0; in check_env()
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdgif.c99 boolean first_time; /* flags first call to GetCode */ member
201 sinfo->first_time = TRUE; in InitLZWCode()
223 if (sinfo->first_time) { in GetCode()
224 sinfo->first_time = FALSE; in GetCode()
/third_party/libjpeg/
Drdgif.c106 boolean first_time; /* flags first call to GetCode */ member
208 sinfo->first_time = TRUE; in InitLZWCode()
230 if (sinfo->first_time) { in GetCode()
231 sinfo->first_time = FALSE; in GetCode()
/third_party/python/Tools/ccbench/
Dccbench.py486 first_time = None
490 if first_time is None:
491 first_time = _time()
500 return (n - 1) / (end_time - first_time)
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosrc.h82 GstClockTime first_time; member
Dgstdecklinkaudiosrc.cpp497 if (videosrc->first_time == GST_CLOCK_TIME_NONE) in gst_decklink_audio_src_got_packet()
498 videosrc->first_time = stream_time; in gst_decklink_audio_src_got_packet()
501 && stream_time - videosrc->first_time < videosrc->skip_first_time) { in gst_decklink_audio_src_got_packet()
505 GST_TIME_ARGS (videosrc->skip_first_time + videosrc->first_time)); in gst_decklink_audio_src_got_packet()
Dgstdecklinkvideosrc.cpp768 if (self->first_time == GST_CLOCK_TIME_NONE) in gst_decklink_video_src_got_frame()
769 self->first_time = stream_time; in gst_decklink_video_src_got_frame()
772 && stream_time - self->first_time < self->skip_first_time) { in gst_decklink_video_src_got_frame()
777 GST_TIME_ARGS (self->skip_first_time + self->first_time)); in gst_decklink_video_src_got_frame()
1324 self->first_time = GST_CLOCK_TIME_NONE; in gst_decklink_video_src_start_streams()
/third_party/uboot/u-boot-2020.01/board/ti/am43xx/
Dboard.c488 static bool first_time = true; in gpi2c_init() local
490 if (first_time) { in gpi2c_init()
496 first_time = false; in gpi2c_init()
/third_party/gn/src/gn/
Dheader_checker.cc546 bool first_time = true; in IsDependencyOf() local
570 if (first_time || !require_permitted) { in IsDependencyOf()
575 first_time = false; in IsDependencyOf()
Dparser.cc648 bool first_time = true; in ParseList() local
650 if (!first_time) { in ParseList()
657 first_time = false; in ParseList()
/third_party/uboot/u-boot-2020.01/board/ti/am335x/
Dboard.c462 static bool first_time = true; in gpi2c_init() local
464 if (first_time) { in gpi2c_init()
470 first_time = false; in gpi2c_init()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.h98 GstClockTime first_time; /* the timestamp of the second page or granuletime of first page */ member
/third_party/glib/glib/
Dgiochannel.c1752 gboolean first_time = TRUE; in g_io_channel_read_line_backend() local
1779 if (!first_time || (BUF_LEN (USE_BUF (channel)) == 0)) in g_io_channel_read_line_backend()
1791 first_time = FALSE; in g_io_channel_read_line_backend()
1824 first_time = FALSE; in g_io_channel_read_line_backend()
Dgvariant.c5763 gboolean first_time = GVSI(iter)->loop_format == NULL; in g_variant_iter_loop() local
5767 g_return_val_if_fail (first_time || in g_variant_iter_loop()
5771 if (first_time) in g_variant_iter_loop()
5782 g_return_val_if_fail (!first_time || in g_variant_iter_loop()
5787 g_variant_valist_get (&format_string, value, !first_time, &ap); in g_variant_iter_loop()
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dlexer.hpp1225 handle_mb_char(char_t c, bool first_time, in handle_mb_char() argument
1230 if (first_time) in handle_mb_char()
1247 handle_mb_range(char_t c1, char_t c2, bool first_time,
1399 handle_mb_range(char_t c1, char_t c2, bool first_time, in handle_mb_range() argument
1490 if (first_time) in handle_mb_range()
/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp1930 static int first_time = 1; in builtin_python_import_rule() local
1943 if ( first_time ) in builtin_python_import_rule()
1952 first_time = 0; in builtin_python_import_rule()
/third_party/python/Modules/
Dposixmodule.c13734 int first_time; member
13777 if (!iterator->first_time) { in ScandirIterator_iternext()
13788 iterator->first_time = 0; in ScandirIterator_iternext()
14025 iterator->first_time = 1; in os_scandir_impl()