Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavformat/
Dgifdec.c85 static int resync(AVIOContext *pb) in resync() function
118 if ((ret = resync(pb)) < 0) in gif_read_header()
308 goto resync; in gif_read_packet()
327 goto resync; in gif_read_packet()
331 goto resync; in gif_read_packet()
359 resync: in gif_read_packet()
362 if ((ret = resync(pb)) < 0) in gif_read_packet()
Davidec.c1446 goto resync; in avi_read_packet()
1455 resync: in avi_read_packet()
1509 goto resync; in avi_read_packet()
1558 goto resync; in avi_read_packet()
1578 goto resync; in avi_read_packet()
Dnutdec.c1184 goto resync; in nut_read_packet()
1188 goto resync; in nut_read_packet()
1197 resync: in nut_read_packet()
Dflvdec.c970 static int resync(AVFormatContext *s) in resync() function
1336 ret = resync(s); in flv_read_packet()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgststreamsplitter.c241 resync: in gst_stream_splitter_sink_event()
258 goto resync; in gst_stream_splitter_sink_event()
296 resync: in gst_stream_splitter_sink_getcaps()
325 goto resync; in gst_stream_splitter_sink_getcaps()
347 resync: in gst_stream_splitter_sink_acceptcaps()
369 goto resync; in gst_stream_splitter_sink_acceptcaps()
433 resync: in gst_stream_splitter_sink_setcaps()
460 goto resync; in gst_stream_splitter_sink_setcaps()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpklvdepay.c132 klvdepay->resync = TRUE; in gst_rtp_klv_depay_reset()
334 if (klvdepay->resync && klvdepay->last_marker_seq == -1 && start) in gst_rtp_klv_depay_process()
335 klvdepay->resync = FALSE; in gst_rtp_klv_depay_process()
343 if (klvdepay->resync && !start) { in gst_rtp_klv_depay_process()
347 klvdepay->resync = FALSE; in gst_rtp_klv_depay_process()
Dgstrtpklvdepay.h49 gboolean resync; member
/third_party/gstreamer/gstreamer/gst/
Dgstiterator.c105 GstIteratorResyncFunction resync, GstIteratorFreeFunction free) in gst_iterator_init() argument
115 it->resync = resync; in gst_iterator_init()
151 GstIteratorResyncFunction resync, GstIteratorFreeFunction free) in gst_iterator_new() argument
159 g_return_val_if_fail (resync != NULL, NULL); in gst_iterator_new()
164 resync, free); in gst_iterator_new()
402 it->resync (it); in gst_iterator_resync()
Dgstiterator.h212 GstIteratorResyncFunction resync; member
241 GstIteratorResyncFunction resync,
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegparse.c199 gboolean resync; in gst_jpeg_parse_get_image_length() local
233 if ((resync = (noffset != offset))) { in gst_jpeg_parse_get_image_length()
237 resync = resync || parse->last_resync; in gst_jpeg_parse_get_image_length()
311 if (resync) { in gst_jpeg_parse_get_image_length()
334 parse->last_resync = resync; in gst_jpeg_parse_get_image_length()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
DCMakeLists.txt34 # bump 3 to resync CMake
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstsbcparse.c207 goto resync; in gst_sbc_parse_handle_frame()
278 resync: in gst_sbc_parse_handle_frame()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.h145 gboolean resync; member
Dgstoggmux.c856 goto resync; in gst_ogg_mux_decorate_buffer()
935 resync: in gst_ogg_mux_decorate_buffer()
Dgstoggdemux.c1170 if (ogg->resync) { in gst_ogg_pad_submit_packet()
1224 ogg->resync = FALSE; in gst_ogg_pad_submit_packet()
2412 ogg->resync = TRUE; in gst_ogg_demux_reset_streams()
5177 ogg->resync = FALSE; in gst_ogg_demux_sink_activate_mode()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dstateful_components_test.dart47 testWidgets('resync stateful widget', (WidgetTester tester) async {
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c301 gboolean resync; in gst_jpeg_dec_parse() local
354 if ((resync = (noffset != offset))) { in gst_jpeg_dec_parse()
358 resync = resync || dec->parse_resync; in gst_jpeg_dec_parse()
441 if (resync) { in gst_jpeg_dec_parse()
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtoggleable.dart113 positionController.resync(vsync);
114 reactionController.resync(vsync);
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dswitch.dart284 _positionController.resync(vsync);
285 _reactionController.resync(vsync);
/third_party/gstreamer/gstreamer/docs/random/wtay/
Devents63 might need to resync.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_draw_elements_base_vertex.txt456 1 6/26/09 dgkoch resync language with GL3.2 spec
458 2 7/21/09 dgkoch resync language with 20090630 3.2 spec
/third_party/openGLES/extensions/ARB/
DARB_draw_elements_base_vertex.txt466 1 6/26/09 dgkoch resync language with GL3.2 spec
468 2 7/21/09 dgkoch resync language with 20090630 3.2 spec
/third_party/toybox/
DREADME174 generally resync on fridays). The exception is patches to their build scripts
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Danimated_size.dart156 _controller.resync(vsync);
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Danimation_controller.dart229 /// changed by calling [resync]. It is required and must not be null. See
259 /// changed by calling [resync]. It is required and must not be null. See
319 void resync(TickerProvider vsync) {

12