Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Did3v2.h101 int ff_id3v2_match(const uint8_t *buf, const char *magic);
H A Daacdec.c342 if (!ff_id3v2_match(pkt->data, ID3v2_DEFAULT_MAGIC)) { in adts_aac_read_packet()
H A Dformat.c149 if (lpd.buf_size > 10 && ff_id3v2_match(lpd.buf, ID3v2_DEFAULT_MAGIC)) { in av_probe_input_format3()
H A Did3v2.c144 int ff_id3v2_match(const uint8_t *buf, const char *magic) in ff_id3v2_match() function
1175 found_header = ff_id3v2_match(buf, magic); in id3v2_read_internal()
H A Dmp3dec.c123 else if (ff_id3v2_match(buf0, ID3v2_DEFAULT_MAGIC) && 2*ff_id3v2_tag_len(buf0) >= p->buf_size) in mp3_read_probe()
H A Domadec.c562 if (p->buf_size >= ID3v2_HEADER_SIZE && ff_id3v2_match(buf, ID3v2_EA3_MAGIC)) in oma_read_probe()
H A Dhls.c1209 if (ff_id3v2_match(buf, ID3v2_DEFAULT_MAGIC)) { in intercept_id3()

Completed in 10 milliseconds