Home
last modified time | relevance | path

Searched refs:MKBETAG (Results 1 - 25 of 70) sorted by relevance

123

/third_party/ffmpeg/libavdevice/
H A Davdevice.h129 AV_APP_TO_DEV_NONE = MKBETAG('N','O','N','E'),
140 AV_APP_TO_DEV_WINDOW_SIZE = MKBETAG('G','E','O','M'),
150 AV_APP_TO_DEV_WINDOW_REPAINT = MKBETAG('R','E','P','A'),
161 AV_APP_TO_DEV_PAUSE = MKBETAG('P', 'A', 'U', ' '),
162 AV_APP_TO_DEV_PLAY = MKBETAG('P', 'L', 'A', 'Y'),
163 AV_APP_TO_DEV_TOGGLE_PAUSE = MKBETAG('P', 'A', 'U', 'T'),
174 AV_APP_TO_DEV_SET_VOLUME = MKBETAG('S', 'V', 'O', 'L'),
185 AV_APP_TO_DEV_MUTE = MKBETAG(' ', 'M', 'U', 'T'),
186 AV_APP_TO_DEV_UNMUTE = MKBETAG('U', 'M', 'U', 'T'),
187 AV_APP_TO_DEV_TOGGLE_MUTE = MKBETAG('
[all...]
/third_party/ffmpeg/libavformat/
H A Dnspdec.c56 case MKBETAG('H', 'E', 'D', 'R'): in nsp_read_header()
57 case MKBETAG('H', 'D', 'R', '8'): in nsp_read_header()
64 case MKBETAG('N', 'O', 'T', 'E'): in nsp_read_header()
69 case MKBETAG('S', 'D', 'A', 'B'): in nsp_read_header()
72 case MKBETAG('S', 'D', '_', '2'): in nsp_read_header()
73 case MKBETAG('S', 'D', '_', '3'): in nsp_read_header()
74 case MKBETAG('S', 'D', '_', '4'): in nsp_read_header()
75 case MKBETAG('S', 'D', '_', '5'): in nsp_read_header()
76 case MKBETAG('S', 'D', '_', '6'): in nsp_read_header()
77 case MKBETAG(' in nsp_read_header()
[all...]
H A Dwestwood_vqa.c38 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M')
39 #define WVQA_TAG MKBETAG('W', 'V', 'Q', 'A')
40 #define VQHD_TAG MKBETAG('V', 'Q', 'H', 'D')
41 #define FINF_TAG MKBETAG('F', 'I', 'N', 'F')
42 #define SND0_TAG MKBETAG('S', 'N', 'D', '0')
43 #define SND1_TAG MKBETAG('S', 'N', 'D', '1')
44 #define SND2_TAG MKBETAG('S', 'N', 'D', '2')
45 #define VQFR_TAG MKBETAG('V', 'Q', 'F', 'R')
46 #define VQFL_TAG MKBETAG('V', 'Q', 'F', 'L')
49 #define CINF_TAG MKBETAG('
[all...]
H A Dsmush.c59 if (magic == MKBETAG('A', 'N', 'I', 'M')) { in smush_read_header()
60 if (avio_rb32(pb) != MKBETAG('A', 'H', 'D', 'R')) in smush_read_header()
79 } else if (magic == MKBETAG('S', 'A', 'N', 'M')) { in smush_read_header()
80 if (avio_rb32(pb) != MKBETAG('S', 'H', 'D', 'R')) in smush_read_header()
99 if (avio_rb32(pb) != MKBETAG('F', 'L', 'H', 'D')) in smush_read_header()
113 case MKBETAG('W', 'a', 'v', 'e'): in smush_read_header()
126 case MKBETAG('B', 'l', '1', '6'): in smush_read_header()
127 case MKBETAG('A', 'N', 'N', 'O'): in smush_read_header()
205 case MKBETAG('F', 'R', 'M', 'E'): in smush_read_packet()
214 case MKBETAG(' in smush_read_packet()
[all...]
H A Dapngenc.c144 existing_acTL_chunk = apng_find_chunk(MKBETAG('a', 'c', 'T', 'L'), apng->extra_data, apng->extra_data_size); in flush_packet()
154 existing_fcTL_chunk = apng_find_chunk(MKBETAG('f', 'c', 'T', 'L'), apng->prev_packet->data, apng->prev_packet->size); in flush_packet()
172 existing_acTL_chunk = apng_find_chunk(MKBETAG('a', 'c', 'T', 'L'), apng->extra_data, apng->extra_data_size); in flush_packet()
179 apng_write_chunk(io_context, MKBETAG('a', 'c', 'T', 'L'), buf, 8); in flush_packet()
185 existing_fcTL_chunk = apng_find_chunk(MKBETAG('f', 'c', 'T', 'L'), apng->prev_packet->data, apng->prev_packet->size); in flush_packet()
220 apng_write_chunk(io_context, MKBETAG('f', 'c', 'T', 'L'), in flush_packet()
270 apng_write_chunk(io_context, MKBETAG('I', 'E', 'N', 'D'), NULL, 0); in apng_write_trailer()
277 apng_write_chunk(io_context, MKBETAG('a', 'c', 'T', 'L'), buf, 8); in apng_write_trailer()
H A Dsegafilmenc.c207 bytestream_put_be32(&ptr, MKBETAG('F', 'I', 'L', 'M')); in film_write_header()
211 bytestream_put_be32(&ptr, MKBETAG('1', '.', '0', '9')); in film_write_header()
216 bytestream_put_be32(&ptr, MKBETAG('F', 'D', 'S', 'C')); in film_write_header()
224 bytestream_put_be32(&ptr, MKBETAG('c', 'v', 'i', 'd')); in film_write_header()
227 bytestream_put_be32(&ptr, MKBETAG('r', 'a', 'w', ' ')); in film_write_header()
253 bytestream_put_be32(&ptr, MKBETAG('S', 'T', 'A', 'B')); in film_write_header()
H A Dcafdec.c55 if (AV_RB32(p->buf) == MKBETAG('c','a','f','f') && AV_RB16(&p->buf[4]) == 1) in probe()
307 if (avio_rb32(pb) != MKBETAG('d','e','s','c')) { in read_header()
336 case MKBETAG('d','a','t','a'): in read_header()
345 case MKBETAG('c','h','a','n'): in read_header()
351 case MKBETAG('k','u','k','i'): in read_header()
357 case MKBETAG('p','a','k','t'): in read_header()
362 case MKBETAG('i','n','f','o'): in read_header()
370 case MKBETAG('f','r','e','e'): in read_header()
H A Dacedec.c30 if (AV_RB32(p->buf) != MKBETAG('A','A','C',' ')) in ace_probe()
37 if (AV_RB32(p->buf + asc) != MKBETAG('A','S','C',' ')) in ace_probe()
56 if (avio_rb32(pb) != MKBETAG('A','S','C',' ')) in ace_read_header()
H A Dsegafilm.c35 #define FILM_TAG MKBETAG('F', 'I', 'L', 'M')
36 #define FDSC_TAG MKBETAG('F', 'D', 'S', 'C')
37 #define STAB_TAG MKBETAG('S', 'T', 'A', 'B')
38 #define CVID_TAG MKBETAG('c', 'v', 'i', 'd')
39 #define RAW_TAG MKBETAG('r', 'a', 'w', ' ')
H A Did3v2enc.c140 avio_wb32(avioc, MKBETAG('P', 'R', 'I', 'V')); in id3v2_put_priv()
211 avio_wb32(pb, MKBETAG(magic[0], magic[1], magic[2], id3v2_version)); in ff_id3v2_start()
251 if ((ret = id3v2_put_ttag(id3, pb, t->key, t->value, MKBETAG('T', 'X', 'X', 'X'), enc)) < 0) in write_metadata()
282 avio_wb32(s->pb, MKBETAG('C', 'T', 'O', 'C')); in write_ctoc()
320 avio_wb32(s->pb, MKBETAG('C', 'H', 'A', 'P')); in write_chapter()
407 avio_wb32(s->pb, MKBETAG('A', 'P', 'I', 'C')); in ff_id3v2_write_apic()
H A Dmp3dec.c180 mp3->is_cbr = v == MKBETAG('I', 'n', 'f', 'o'); in mp3_parse_info_tag()
181 if (v != MKBETAG('X', 'i', 'n', 'g') && !mp3->is_cbr) in mp3_parse_info_tag()
252 if (AV_RB32(version) == MKBETAG('L', 'A', 'M', 'E') in mp3_parse_info_tag()
253 || AV_RB32(version) == MKBETAG('L', 'a', 'v', 'f') in mp3_parse_info_tag()
254 || AV_RB32(version) == MKBETAG('L', 'a', 'v', 'c') in mp3_parse_info_tag()
304 if (v == MKBETAG('V', 'B', 'R', 'I')) { in mp3_parse_vbri_tag()
H A Drl2.c45 #define FORM_TAG MKBETAG('F', 'O', 'R', 'M')
46 #define RLV2_TAG MKBETAG('R', 'L', 'V', '2')
47 #define RLV3_TAG MKBETAG('R', 'L', 'V', '3')
H A Dfilmstripenc.c32 #define RAND_TAG MKBETAG('R','a','n','d')
/third_party/ffmpeg/libavcodec/
H A Dhcadec.c130 if (bytestream2_get_be32u(gb) != MKBETAG('f', 'm', 't', 0)) in decode_init()
137 if (chunk == MKBETAG('c', 'o', 'm', 'p')) { in decode_init()
147 } else if (chunk == MKBETAG('d', 'e', 'c', 0)) { in decode_init()
168 if (chunk == MKBETAG('v', 'b', 'r', 0)) { in decode_init()
170 } else if (chunk == MKBETAG('a', 't', 'h', 0)) { in decode_init()
172 } else if (chunk == MKBETAG('r', 'v', 'a', 0)) { in decode_init()
174 } else if (chunk == MKBETAG('c', 'o', 'm', 'm')) { in decode_init()
176 } else if (chunk == MKBETAG('c', 'i', 'p', 'h')) { in decode_init()
178 } else if (chunk == MKBETAG('l', 'o', 'o', 'p')) { in decode_init()
180 } else if (chunk == MKBETAG(' in decode_init()
[all...]
H A Ddpx_parser.c58 if (state == MKBETAG('S','D','P','X') || in dpx_parse()
61 d->is_be = state == MKBETAG('S','D','P','X'); in dpx_parse()
92 if (d->pc.state == MKBETAG('S','D','P','X') || in dpx_parse()
H A Dvqavideo.c93 #define CBF0_TAG MKBETAG('C', 'B', 'F', '0')
94 #define CBFZ_TAG MKBETAG('C', 'B', 'F', 'Z')
95 #define CBP0_TAG MKBETAG('C', 'B', 'P', '0')
96 #define CBPZ_TAG MKBETAG('C', 'B', 'P', 'Z')
97 #define CPL0_TAG MKBETAG('C', 'P', 'L', '0')
98 #define CPLZ_TAG MKBETAG('C', 'P', 'L', 'Z')
99 #define VPTZ_TAG MKBETAG('V', 'P', 'T', 'Z')
100 #define VPTR_TAG MKBETAG('V', 'P', 'T', 'R')
101 #define VPRZ_TAG MKBETAG('V', 'P', 'R', 'Z')
H A Dwebp_parser.c54 if ((state >> 32) == MKBETAG('R', 'I', 'F', 'F')) { in webp_parse()
62 if ((state >> 32) != MKBETAG('W', 'E', 'B', 'P')) { in webp_parse()
H A Dargo.c621 case MKBETAG('P', 'A', 'L', '8'): in decode_frame()
627 case MKBETAG('M', 'A', 'D', '1'): in decode_frame()
633 case MKBETAG('A', 'V', 'C', 'F'): in decode_frame()
639 case MKBETAG('A', 'L', 'C', 'D'): in decode_frame()
645 case MKBETAG('R', 'L', 'E', 'F'): in decode_frame()
651 case MKBETAG('R', 'L', 'E', 'D'): in decode_frame()
H A Dmpeg4audio.c38 if (get_bits_long(gb, 32) != MKBETAG('A','L','S','\0')) in parse_config_ALS()
127 if (show_bits(gb, 24) != MKBETAG('\0','A','L','S')) in ff_mpeg4audio_get_config_gb()
H A Dproresdata.h28 #define FRAME_ID MKBETAG('i', 'c', 'p', 'f')
H A Dmovtextenc.c109 bytestream_put_be32(&p, MKBETAG('s','t','y','l')); in encode_styl()
137 bytestream_put_be32(&p, MKBETAG('h','l','i','t')); in encode_hlit()
151 bytestream_put_be32(&p, MKBETAG('h','c','l','r')); in encode_hclr()
290 bytestream_put_be32(&p, MKBETAG('f','t','a','b')); in encode_sample_description()
H A Dmovtextdec.c326 { MKBETAG('s','t','y','l'), 2, decode_styl },
327 { MKBETAG('h','l','i','t'), 4, decode_hlit },
328 { MKBETAG('h','c','l','r'), 4, decode_hclr },
329 { MKBETAG('t','w','r','p'), 1, decode_twrp }
/third_party/ffmpeg/libavutil/
H A Dencryption_info.c166 case MKBETAG('c','e','n','c'): in av_encryption_info_set_drm_algo()
167 case MKBETAG('c','e','n','s'): in av_encryption_info_set_drm_algo()
170 case MKBETAG('c','b','c','1'): in av_encryption_info_set_drm_algo()
171 case MKBETAG('c','b','c','s'): in av_encryption_info_set_drm_algo()
174 case MKBETAG('s','m','4','c'): in av_encryption_info_set_drm_algo()
175 case MKBETAG('s','m','4','s'): in av_encryption_info_set_drm_algo()
178 case MKBETAG('s','m','4','t'): in av_encryption_info_set_drm_algo()
179 case MKBETAG('s','m','4','r'): in av_encryption_info_set_drm_algo()
220 ((info->scheme == MKBETAG('c','e','n','s')) || (info->scheme == MKBETAG(' in av_encryption_info_add_side_data_ex()
[all...]
H A Dmacros.h56 #define MKBETAG(a,b,c,d) ((d) | ((c) << 8) | ((b) << 16) | ((unsigned)(a) << 24)) macro
/third_party/ffmpeg/tools/
H A Dismindex.c156 ret = copy_tag(in, out, MKBETAG('m', 'o', 'o', 'f')); in write_fragment()
158 ret = copy_tag(in, out, MKBETAG('m', 'd', 'a', 't')); in write_fragment()
169 ret = skip_tag(in, MKBETAG('m', 'o', 'o', 'f')); in skip_fragment()
171 ret = skip_tag(in, MKBETAG('m', 'd', 'a', 't')); in skip_fragment()
280 if (expect_tag(tag, MKBETAG('m', 'o', 'o', 'f')) != 0) in read_moof_duration()
286 if (tag == MKBETAG('t', 'r', 'a', 'f')) { in read_moof_duration()
293 if (tag == MKBETAG('t', 'f', 'h', 'd')) { in read_moof_duration()
305 if (tag == MKBETAG('t', 'r', 'u', 'n')) { in read_moof_duration()
330 if (avio_rb32(f) != MKBETAG('t', 'f', 'r', 'a')) in read_tfra()
432 if (avio_rb32(f) != MKBETAG(' in read_mfra()
[all...]

Completed in 15 milliseconds

123