Home
last modified time | relevance | path

Searched refs:FORM_TAG (Results 1 – 25 of 29) sorted by relevance

12

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dwestwood_vqa.c35 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
72 if ((AV_RB32(&p->buf[0]) != FORM_TAG) || in wsvqa_probe()
H A Drl2.c44 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
61 if(AV_RB32(&p->buf[0]) != FORM_TAG) in rl2_probe()
H A Dwc3movie.c37 #define FORM_TAG MKTAG('F', 'O', 'R', 'M') macro
81 if ((AV_RL32(&p->buf[0]) != FORM_TAG) || in wc3_probe()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dwestwood_vqa.c35 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
72 if ((AV_RB32(&p->buf[0]) != FORM_TAG) || in wsvqa_probe()
H A Drl2.c44 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
61 if(AV_RB32(&p->buf[0]) != FORM_TAG) in rl2_probe()
H A Dwc3movie.c37 #define FORM_TAG MKTAG('F', 'O', 'R', 'M') macro
81 if ((AV_RL32(&p->buf[0]) != FORM_TAG) || in wc3_probe()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dwestwood_vqa.c35 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
72 if ((AV_RB32(&p->buf[0]) != FORM_TAG) || in wsvqa_probe()
H A Dwc3movie.c37 #define FORM_TAG MKTAG('F', 'O', 'R', 'M') macro
90 if ((AV_RL32(&p->buf[0]) != FORM_TAG) || in wc3_probe()
H A Drl2.c44 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
61 if(AV_RB32(&p->buf[0]) != FORM_TAG) in rl2_probe()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dwestwood_vqa.c35 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
72 if ((AV_RB32(&p->buf[0]) != FORM_TAG) || in wsvqa_probe()
H A Dwc3movie.c37 #define FORM_TAG MKTAG('F', 'O', 'R', 'M') macro
81 if ((AV_RL32(&p->buf[0]) != FORM_TAG) || in wc3_probe()
H A Drl2.c44 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
61 if(AV_RB32(&p->buf[0]) != FORM_TAG) in rl2_probe()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dwestwood_vqa.c35 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
72 if ((AV_RB32(&p->buf[0]) != FORM_TAG) || in wsvqa_probe()
H A Drl2.c44 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
61 if(AV_RB32(&p->buf[0]) != FORM_TAG) in rl2_probe()
H A Dwc3movie.c37 #define FORM_TAG MKTAG('F', 'O', 'R', 'M') macro
81 if ((AV_RL32(&p->buf[0]) != FORM_TAG) || in wc3_probe()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dwestwood_vqa.c35 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
72 if ((AV_RB32(&p->buf[0]) != FORM_TAG) || in wsvqa_probe()
H A Drl2.c44 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
61 if(AV_RB32(&p->buf[0]) != FORM_TAG) in rl2_probe()
H A Dwc3movie.c37 #define FORM_TAG MKTAG('F', 'O', 'R', 'M') macro
91 if ((AV_RL32(&p->buf[0]) != FORM_TAG) || in wc3_probe()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dwestwood_vqa.c35 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
72 if ((AV_RB32(&p->buf[0]) != FORM_TAG) || in wsvqa_probe()
H A Dwc3movie.c37 #define FORM_TAG MKTAG('F', 'O', 'R', 'M') macro
90 if ((AV_RL32(&p->buf[0]) != FORM_TAG) || in wc3_probe()
H A Drl2.c44 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
61 if(AV_RB32(&p->buf[0]) != FORM_TAG) in rl2_probe()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Drl2.c40 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M') macro
57 if(AV_RB32(&p->buf[0]) != FORM_TAG) in rl2_probe()
H A Dwc3movie.c34 #define FORM_TAG MKTAG('F', 'O', 'R', 'M') macro
118 if ((AV_RL32(&p->buf[0]) != FORM_TAG) || in wc3_probe()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/form/
H A DFormTag.java76 private static final String FORM_TAG = "form"; field in FormTag
333 tagWriter.startTag(FORM_TAG); in writeTagContent()
/dports/www/elgg/elgg-3.3.23/vendor/fzaninotto/faker/src/Faker/Provider/
H A DHtmlLorem.php30 const FORM_TAG = "form"; define in Faker\\Provider\\HtmlLorem
224 $submit = $element->ownerDocument->createElement(static::FORM_TAG);

12