Searched refs:fourcc_tag (Results 1 – 2 of 2) sorted by relevance
60 fourcc_tag = avio_rl32(pb); \62 if (fourcc_tag != LIST_TAG) { \66 fourcc_tag = avio_rl32(pb);211 unsigned int fourcc_tag; in fourxm_read_header() local229 if (fourcc_tag != HEAD_TAG || header_size < 0) in fourxm_read_header()243 fourcc_tag = AV_RL32(&header[i]); in fourxm_read_header()245 if (size > header_size - i - 8 && (fourcc_tag == vtrk_TAG || fourcc_tag == strk_TAG)) { in fourxm_read_header()251 if (fourcc_tag == std__TAG) { in fourxm_read_header()258 } else if (fourcc_tag == vtrk_TAG) { in fourxm_read_header()264 } else if (fourcc_tag == strk_TAG) { in fourxm_read_header()[all …]
101 unsigned int fourcc_tag; in wc3_read_header() local121 fourcc_tag = avio_rl32(pb); in wc3_read_header()125 switch (fourcc_tag) { in wc3_read_header()170 av_fourcc2str(fourcc_tag)); in wc3_read_header()175 fourcc_tag = avio_rl32(pb); in wc3_read_header()183 } while (fourcc_tag != BRCH_TAG); in wc3_read_header()228 unsigned int fourcc_tag; in wc3_read_packet() local236 fourcc_tag = avio_rl32(pb); in wc3_read_packet()242 switch (fourcc_tag) { in wc3_read_packet()302 av_fourcc2str(fourcc_tag)); in wc3_read_packet()