Searched refs:possible_sync (Results 1 – 1 of 1) sorted by relevance
280 const guint8 *possible_sync; in gst_sbc_parse_handle_frame() local284 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()