ff_id3v2_match    180 libavformat/format.c     if (lpd.buf_size > 10 && ff_id3v2_match(lpd.buf, ID3v2_DEFAULT_MAGIC)) {
ff_id3v2_match    839 libavformat/hls.c         if (ff_id3v2_match(buf, ID3v2_DEFAULT_MAGIC)) {
ff_id3v2_match   1021 libavformat/id3v2.c         found_header = ff_id3v2_match(buf, magic);
ff_id3v2_match     88 libavformat/id3v2.h int ff_id3v2_match(const uint8_t *buf, const char *magic);
ff_id3v2_match    100 libavformat/mp3dec.c     else if(ff_id3v2_match(buf0, ID3v2_DEFAULT_MAGIC) && 2*ff_id3v2_tag_len(buf0) >= p->buf_size)
ff_id3v2_match    457 libavformat/omadec.c     if (p->buf_size >= ID3v2_HEADER_SIZE && ff_id3v2_match(buf, ID3v2_EA3_MAGIC))