sync               46 libavcodec/aac_ac3_parser.c                 if((len=s->sync(s->state, s, &s->need_next_header, &new_frame_start)))
sync               44 libavcodec/aac_ac3_parser.h     int (*sync)(uint64_t state, struct AACAC3ParseContext *hdr_info,
sync              106 libavcodec/aac_parser.c     s->sync = aac_sync;
sync              192 libavcodec/ac3_parser.c     s->sync = ac3_sync;
sync              655 libavformat/avidec.c     int64_t i, sync;
sync              793 libavformat/avidec.c     for(i=sync=url_ftell(pb); !url_feof(pb); i++) {
sync              867 libavformat/avidec.c             } else if(   ((ast->prefix_count<5 || sync+9 > i) && d[2]<128 && d[3]<128) ||
sync              211 libavformat/oggdec.c     uint8_t sync[4];
sync              214 libavformat/oggdec.c     if (get_buffer (bc, sync, 4) < 4)
sync              220 libavformat/oggdec.c         if (sync[sp & 3] == 'O' &&
sync              221 libavformat/oggdec.c             sync[(sp + 1) & 3] == 'g' &&
sync              222 libavformat/oggdec.c             sync[(sp + 2) & 3] == 'g' && sync[(sp + 3) & 3] == 'S')
sync              228 libavformat/oggdec.c         sync[sp++ & 3] = c;
sync              743 libavformat/rmdec.c         len=sync(s, &timestamp, &flags, &i, &pos);
sync              800 libavformat/rmdec.c         len=sync(s, &dts, &flags, &stream_index2, &pos);