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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Did3v2.h35 int ff_id3v2_match(const uint8_t *buf);
H A Dflacdec.c46 if (ret == ID3v2_HEADER_SIZE && ff_id3v2_match(buf)) {
133 if(ff_id3v2_match(bufptr))
H A Did3v2.c26 int ff_id3v2_match(const uint8_t *buf) function
59 if (ff_id3v2_match(buf)) {
H A Dmpc.c48 if (ff_id3v2_match(d)) {
70 if (ret != ID3v2_HEADER_SIZE || !ff_id3v2_match(buf)) {
H A Dtta.c35 if (ff_id3v2_match(d))
H A Dmp3.c45 if(ff_id3v2_match(buf0)) {
H A Draw.c666 if (ff_id3v2_match(buf0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Did3v2.h35 int ff_id3v2_match(const uint8_t *buf);
H A Dflacdec.c46 if (ret == ID3v2_HEADER_SIZE && ff_id3v2_match(buf)) {
133 if(ff_id3v2_match(bufptr))
H A Did3v2.c26 int ff_id3v2_match(const uint8_t *buf) function
59 if (ff_id3v2_match(buf)) {
H A Dmpc.c48 if (ff_id3v2_match(d)) {
70 if (ret != ID3v2_HEADER_SIZE || !ff_id3v2_match(buf)) {
H A Dtta.c35 if (ff_id3v2_match(d))
H A Dmp3.c45 if(ff_id3v2_match(buf0)) {
H A Draw.c666 if (ff_id3v2_match(buf0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Did3v2.h35 int ff_id3v2_match(const uint8_t *buf);
H A Dflacdec.c46 if (ret == ID3v2_HEADER_SIZE && ff_id3v2_match(buf)) {
133 if(ff_id3v2_match(bufptr))
H A Did3v2.c26 int ff_id3v2_match(const uint8_t *buf) function
59 if (ff_id3v2_match(buf)) {
H A Dmpc.c48 if (ff_id3v2_match(d)) {
70 if (ret != ID3v2_HEADER_SIZE || !ff_id3v2_match(buf)) {
H A Dtta.c35 if (ff_id3v2_match(d))
H A Dmp3.c45 if(ff_id3v2_match(buf0)) {
H A Draw.c666 if (ff_id3v2_match(buf0)) {

Completed in 139 milliseconds