Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Did3v2.h101 int ff_id3v2_match(const uint8_t *buf, const char *magic);
Dformat.c147 if (lpd.buf_size > 10 && ff_id3v2_match(lpd.buf, ID3v2_DEFAULT_MAGIC)) { in av_probe_input_format3()
Daacdec.c340 if (!ff_id3v2_match(pkt->data, ID3v2_DEFAULT_MAGIC)) { in adts_aac_read_packet()
Did3v2.c143 int ff_id3v2_match(const uint8_t *buf, const char *magic) in ff_id3v2_match() function
1127 found_header = ff_id3v2_match(buf, magic); in id3v2_read_internal()
Domadec.c579 if (p->buf_size >= ID3v2_HEADER_SIZE && ff_id3v2_match(buf, ID3v2_EA3_MAGIC)) in oma_read_probe()
Dmp3dec.c124 else if (ff_id3v2_match(buf0, ID3v2_DEFAULT_MAGIC) && 2*ff_id3v2_tag_len(buf0) >= p->buf_size) in mp3_read_probe()
Dhls.c1163 if (ff_id3v2_match(buf, ID3v2_DEFAULT_MAGIC)) { in intercept_id3()