Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c2406 const guint8 *data, *data0, *first_sync, *end; in mpeg_sys_type_find() local
2435 first_sync = NULL; in mpeg_sys_type_find()
2441 if (first_sync == NULL) in mpeg_sys_type_find()
2442 first_sync = data - 3; in mpeg_sys_type_find()
2523 if (data0 != first_sync && prob >= 10) in mpeg_sys_type_find()