Home
last modified time | relevance | path

Searched refs:fourcc_tag (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dwc3movie.c100 unsigned int fourcc_tag; in wc3_read_header() local
120 fourcc_tag = avio_rl32(pb); in wc3_read_header()
124 switch (fourcc_tag) { in wc3_read_header()
165 av_fourcc2str(fourcc_tag)); in wc3_read_header()
169 fourcc_tag = avio_rl32(pb); in wc3_read_header()
175 } while (fourcc_tag != BRCH_TAG); in wc3_read_header()
212 unsigned int fourcc_tag; in wc3_read_packet() local
220 fourcc_tag = avio_rl32(pb); in wc3_read_packet()
226 switch (fourcc_tag) { in wc3_read_packet()
286 av_fourcc2str(fourcc_tag)); in wc3_read_packet()
[all...]
H A D4xm.c60 fourcc_tag = avio_rl32(pb); \
62 if (fourcc_tag != LIST_TAG) { \
66 fourcc_tag = avio_rl32(pb);
215 unsigned int fourcc_tag; in fourxm_read_header() local
233 if (fourcc_tag != HEAD_TAG || header_size < 0) in fourxm_read_header()
247 fourcc_tag = AV_RL32(&header[i]); in fourxm_read_header()
249 if (size > header_size - i - 8 && (fourcc_tag == vtrk_TAG || fourcc_tag == strk_TAG)) { in fourxm_read_header()
255 if (fourcc_tag == std__TAG) { in fourxm_read_header()
262 } else if (fourcc_tag in fourxm_read_header()
299 unsigned int fourcc_tag; fourxm_read_packet() local
[all...]

Completed in 2 milliseconds