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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Did3v2.h33 int ff_id3v2_match(const uint8_t *buf);
H A Did3v2.c24 int ff_id3v2_match(const uint8_t *buf) function
H A Dflacdec.c41 if (ret == ID3v2_HEADER_SIZE && ff_id3v2_match(buf)) {
55 if(ff_id3v2_match(bufptr))
H A Dmpc.c47 if (ff_id3v2_match(d)) {
H A Dmp3.c369 if(ff_id3v2_match(buf0)) {
487 if (ff_id3v2_match(buf)) {
H A Draw.c596 if (ff_id3v2_match(buf0)) {

Completed in 103 milliseconds