Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstsbcparse.c280 const guint8 *possible_sync; in gst_sbc_parse_handle_frame() local
284 possible_sync = memchr (map.data, SBC_SYNCBYTE, map.size); in gst_sbc_parse_handle_frame()
286 if (possible_sync != NULL) in gst_sbc_parse_handle_frame()
287 *skipsize = (gint) (possible_sync - map.data); in gst_sbc_parse_handle_frame()