Home
last modified time | relevance | path

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

123

/third_party/gstreamer/gstplugins_bad/ext/openaptx/
Dgstopenaptxdec.c81 gint synced; in gst_openaptx_dec_handle_frame() local
129 out_map.data, output_size, &written, &synced, &dropped); in gst_openaptx_dec_handle_frame()
139 synced = 1; in gst_openaptx_dec_handle_frame()
144 if (!synced) { in gst_openaptx_dec_handle_frame()
/third_party/mesa3d/src/mesa/main/
Dglthread.c283 bool synced = false; in _mesa_glthread_finish() local
287 synced = true; in _mesa_glthread_finish()
305 synced = true; in _mesa_glthread_finish()
308 if (synced) in _mesa_glthread_finish()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.c221 gboolean synced; member
1117 GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC) && !clock->priv->synced)) in gst_clock_get_internal_time()
1737 || clock->priv->synced) { in gst_clock_wait_for_sync()
1746 while (!clock->priv->synced && !timed_out) { in gst_clock_wait_for_sync()
1753 while (!clock->priv->synced) { in gst_clock_wait_for_sync()
1779 || clock->priv->synced; in gst_clock_is_synced()
1796 gst_clock_set_synced (GstClock * clock, gboolean synced) in gst_clock_set_synced() argument
1803 if (clock->priv->synced != ! !synced) { in gst_clock_set_synced()
1804 clock->priv->synced = ! !synced; in gst_clock_set_synced()
1807 g_signal_emit (clock, gst_clock_signals[SIGNAL_SYNCED], 0, ! !synced); in gst_clock_set_synced()
Dgstclock.h652 void gst_clock_set_synced (GstClock * clock, gboolean synced);
/third_party/libsnd/src/
Dogg.c259 int synced ; in ogg_sync_next_page() local
263 { synced = ogg_sync_pageseek (&odata->osync, og) ; in ogg_sync_next_page()
264 if (synced < 0) in ogg_sync_next_page()
273 position -= synced ; in ogg_sync_next_page()
282 if (synced > 0) in ogg_sync_next_page()
/third_party/flutter/flutter/packages/flutter_tools/lib/
Dexecutable.dart11 // are synced internally.
102 // the build runner packages are not synced internally.
/third_party/json/benchmarks/thirdparty/benchmark/
Dreleasing.md3 * Make sure you're on master and synced to HEAD
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a630-bypass-flakes.txt8 # and the UBWC updates don't get synced. The current a650 blob also
/third_party/benchmark/docs/
Dreleasing.md3 * Make sure you're on main and synced to HEAD
/third_party/ninja/
DRELEASING6 3. Make sure branches 'master' and 'release' are synced up locally
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c1062 gboolean synced; in update_ptp_time() local
1122 synced = FALSE; in update_ptp_time()
1159 synced = (estimated_ptp_time_min < corrected_ptp_time in update_ptp_time()
1167 GST_TIME_FORMAT, synced, GST_TIME_ARGS (estimated_ptp_time_min), in update_ptp_time()
1191 if (synced && ABS (discont) > max_discont) { in update_ptp_time()
1235 if (synced || now_synced || domain->skipped_updates > MAX_SKIPPED_UPDATES) { in update_ptp_time()
1270 synced = TRUE; in update_ptp_time()
1286 "synced", G_TYPE_BOOLEAN, synced, in update_ptp_time()
Dgstnetclientclock.c1346 gst_net_client_clock_synced_cb (GstClock * internal_clock, gboolean synced, in gst_net_client_clock_synced_cb() argument
1349 gst_clock_set_synced (self, synced); in gst_net_client_clock_synced_cb()
/third_party/flutter/flutter/packages/flutter_goldens_client/lib/
Dclient.dart81 /// expected location within `bin/cache` and that it is synced to the Git
144 …n('flutter_goldens git checkout at ${comparisonRoot.path} has local changes and cannot be synced.')
/third_party/flutter/skia/site/dev/testing/
Dtests.md8 We assume you have already synced Skia's dependecies and set up Skia's build system.
/third_party/skia/site/docs/dev/testing/
Dtests.md6 We assume you have already synced Skia's dependencies and set up Skia's build
/third_party/libdrm/include/drm/
DREADME60 Ideally all files will be synced (updated) with the latest released kernel on
/third_party/node/deps/cares/
DSECURITY.md54 often synced with an upcoming release that contains the fix. If the
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dvalue_listenable_builder.dart21 /// A widget whose content stays synced with a [ValueListenable].
/third_party/ntfs-3g/
DREADME.md155 being synced.
/third_party/gstreamer/gstreamer/docs/random/company/
Dclocks51 pause an element that should be synced while the others continue running?
/third_party/flutter/flutter/packages/flutter_driver/lib/src/extension/
Dextension.dart379 /// Returns a future that waits until no pending frame is scheduled (frame is synced).
385 /// We consider the frame is synced when both conditions are met.
/third_party/gstreamer/gstplugins_bad/
DREADME.md59 If you find a plot hole or a badly lip-synced line of code in them,
/third_party/gstreamer/gstplugins_good/
DREADME.md59 If you find a plot hole or a badly lip-synced line of code in them,
/third_party/gstreamer/gstplugins_base/
DREADME.md59 If you find a plot hole or a badly lip-synced line of code in them,
/third_party/gstreamer/gstreamer/
DREADME.md59 If you find a plot hole or a badly lip-synced line of code in them,

123