Searched refs:chunk_type (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dipmovie.c118 int chunk_type; local
153 chunk_type = CHUNK_VIDEO;
203 chunk_type = CHUNK_VIDEO;
208 chunk_type = CHUNK_DONE;
212 return chunk_type;
221 int chunk_type; local
235 chunk_type = load_ipmovie_packet(s, pb, pkt);
236 if (chunk_type != CHUNK_DONE)
237 return chunk_type;
246 chunk_type
551 int chunk_type, i; local
[all...]
H A Dwestwood_vqa.c166 uint32_t chunk_type; local
171 chunk_type = AV_RB32(&preamble[0]);
176 if ((chunk_type == SND0_TAG) || (chunk_type == SND1_TAG) ||
177 (chunk_type == SND2_TAG) || (chunk_type == VQFR_TAG)) {
183 switch (chunk_type) {
206 switch (chunk_type) {
226 switch (chunk_type) {
250 switch(chunk_type){
[all...]
H A Dmmsh.c80 ChunkType chunk_type; local
88 chunk_type = AV_RL16(chunk_header);
91 switch (chunk_type) {
101 av_log(NULL, AV_LOG_ERROR, "Strange chunk type %d\n", chunk_type);
111 if (chunk_type == CHUNK_TYPE_END || chunk_type == CHUNK_TYPE_DATA)
113 return chunk_type;
148 ChunkType chunk_type; local
152 res = chunk_type = get_chunk_header(mmsh, &len);
155 } else if (chunk_type
326 ChunkType chunk_type; local
[all...]
H A Didroqdec.c101 unsigned int chunk_type; local
117 chunk_type = AV_RL16(&preamble[0]);
124 switch (chunk_type) {
184 if (chunk_type == RoQ_SOUND_STEREO) {
199 if (chunk_type == RoQ_QUAD_VQ) {
210 if (chunk_type == RoQ_QUAD_VQ) {
229 av_log(s, AV_LOG_ERROR, " unknown RoQ chunk (%04X)\n", chunk_type);
H A Ddtshddec.c55 uint64_t chunk_type, chunk_size; local
68 chunk_type = avio_rb64(pb);
80 switch (chunk_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dipmovie.c117 int chunk_type; local
152 chunk_type = CHUNK_VIDEO;
202 chunk_type = CHUNK_VIDEO;
207 chunk_type = CHUNK_DONE;
211 return chunk_type;
220 int chunk_type; local
234 chunk_type = load_ipmovie_packet(s, pb, pkt);
235 if (chunk_type != CHUNK_DONE)
236 return chunk_type;
245 chunk_type
546 int chunk_type; local
[all...]
H A Dmmsh.c79 ChunkType chunk_type; local
87 chunk_type = AV_RL16(chunk_header);
90 switch (chunk_type) {
100 av_log(NULL, AV_LOG_ERROR, "Strange chunk type %d\n", chunk_type);
110 if (chunk_type == CHUNK_TYPE_END || chunk_type == CHUNK_TYPE_DATA)
112 return chunk_type;
147 ChunkType chunk_type; local
151 res = chunk_type = get_chunk_header(mmsh, &len);
154 } else if (chunk_type
319 ChunkType chunk_type; local
[all...]
H A Dwestwood.c320 unsigned int chunk_type; local
325 chunk_type = AV_RB32(&preamble[0]);
329 if ((chunk_type == SND2_TAG || chunk_type == SND1_TAG) && wsvqa->audio_channels == 0) {
334 if ((chunk_type == SND1_TAG) || (chunk_type == SND2_TAG) || (chunk_type == VQFR_TAG)) {
344 if (chunk_type == SND2_TAG) {
348 } else if(chunk_type == SND1_TAG) {
361 switch(chunk_type){
[all...]
H A Didroqdec.c100 unsigned int chunk_type; local
116 chunk_type = AV_RL16(&preamble[0]);
121 switch (chunk_type) {
179 st->codec->channels = roq->audio_channels = chunk_type == RoQ_SOUND_STEREO ? 2 : 1;
193 if (chunk_type == RoQ_QUAD_VQ) {
212 av_log(s, AV_LOG_ERROR, " unknown RoQ chunk (%04X)\n", chunk_type);
H A Delectronicarts.c471 unsigned int chunk_type, chunk_size; local
476 chunk_type = avio_rl32(pb);
482 switch (chunk_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_sctp.c93 unsigned int chunk_type; member in struct:sctp_chunk_names
99 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "----IUBE"},
100 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"},
101 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"},
102 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"},
103 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"},
104 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"},
105 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
106 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"},
107 { .name = "SHUTDOWN_ACK", .chunk_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_sctp.c88 unsigned int chunk_type; member in struct:sctp_chunk_names
94 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "----IUBE"},
95 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"},
96 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"},
97 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"},
98 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"},
99 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"},
100 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
101 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"},
102 { .name = "SHUTDOWN_ACK", .chunk_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_sctp.c105 unsigned int chunk_type; member in struct:sctp_chunk_names
111 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "-----UBE"},
112 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"},
113 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"},
114 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"},
115 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"},
116 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"},
117 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
118 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"},
119 { .name = "SHUTDOWN_ACK", .chunk_type
[all...]
H A Dlibipt_sctp.c105 unsigned int chunk_type; member in struct:sctp_chunk_names
111 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "-----UBE"},
112 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"},
113 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"},
114 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"},
115 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"},
116 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"},
117 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
118 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"},
119 { .name = "SHUTDOWN_ACK", .chunk_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbrenderpix.c142 unsigned int chunk_type; local
163 chunk_type = bytestream2_get_be32(&gb);
164 if (chunk_type != HEADER1_CHUNK && chunk_type != HEADER2_CHUNK) {
165 av_log(avctx, AV_LOG_ERROR, "Invalid chunk type %d.\n", chunk_type);
214 chunk_type = bytestream2_get_be32(&gb);
217 (chunk_type == HEADER1_CHUNK ||
218 chunk_type == HEADER2_CHUNK)) {
231 chunk_type = bytestream2_get_be32(&gb);
234 if (chunk_type !
[all...]
H A Ddfa.c344 uint32_t chunk_type, chunk_size; local
357 chunk_type = bytestream2_get_le32(&gb);
358 if (!chunk_type)
360 if (chunk_type == 1) {
367 } else if (chunk_type <= 9) {
368 if (decoder[chunk_type - 2](&gb, s->frame_buf, avctx->width, avctx->height)) {
370 chunk_name[chunk_type - 2]);
376 chunk_type);
H A Dflicvideo.c169 int chunk_type; local
219 chunk_type = bytestream2_get_le16(&g2);
221 switch (chunk_type) {
228 if ((chunk_type == FLI_256_COLOR) && (s->fli_type != FLC_MAGIC_CARPET_SYNTHETIC_TYPE_CODE))
444 av_log(avctx, AV_LOG_ERROR, "Unrecognized chunk type: %d\n", chunk_type);
493 int chunk_type; local
537 chunk_type = bytestream2_get_le16(&g2);
540 switch (chunk_type) {
548 chunk_type);
740 av_log(avctx, AV_LOG_ERROR, "Unrecognized chunk type: %d\n", chunk_type);
[all...]
H A Dvqavideo.c317 unsigned int chunk_type; local
346 chunk_type = bytestream2_get_be32u(&s->gb);
350 switch (chunk_type) {
382 (chunk_type >> 24) & 0xFF,
383 (chunk_type >> 16) & 0xFF,
384 (chunk_type >> 8) & 0xFF,
385 (chunk_type >> 0) & 0xFF,
386 chunk_type);
H A Deatgv.c271 int chunk_type, ret; local
276 chunk_type = AV_RL32(&buf[0]);
279 if (chunk_type == kVGT_TAG) {
308 if (chunk_type == kVGT_TAG) {
H A Deamad.c250 int chunk_type; local
259 chunk_type = AV_RL32(&buf[0]);
260 inter = (chunk_type == MADm_TAG || chunk_type == MADe_TAG);
316 if (chunk_type != MADe_TAG) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddfa.c320 uint32_t chunk_type, chunk_size; local
337 chunk_type = bytestream2_get_le32(&gb);
338 if (!chunk_type)
340 if (chunk_type == 1) {
347 } else if (chunk_type <= 9) {
348 if (decoder[chunk_type - 2](&gb, s->frame_buf, avctx->width, avctx->height)) {
350 chunk_name[chunk_type - 2]);
355 chunk_type);
H A Dflicvideo.c148 int chunk_type; local
189 chunk_type = bytestream2_get_le16(&g2);
191 switch (chunk_type) {
200 if ((chunk_type == FLI_256_COLOR) && (s->fli_type != FLC_MAGIC_CARPET_SYNTHETIC_TYPE_CODE))
399 av_log(avctx, AV_LOG_ERROR, "Unrecognized chunk type: %d\n", chunk_type);
444 int chunk_type; local
481 chunk_type = bytestream2_get_le16(&g2);
483 switch (chunk_type) {
489 /* av_log(avctx, AV_LOG_ERROR, "Unexpected Palette chunk %d in non-paletised FLC\n",chunk_type);*/
667 av_log(avctx, AV_LOG_ERROR, "Unrecognized chunk type: %d\n", chunk_type);
[all...]
H A Dvqavideo.c296 unsigned int chunk_type; local
325 chunk_type = bytestream2_get_be32u(&s->gb);
329 switch (chunk_type) {
361 (chunk_type >> 24) & 0xFF,
362 (chunk_type >> 16) & 0xFF,
363 (chunk_type >> 8) & 0xFF,
364 (chunk_type >> 0) & 0xFF,
365 chunk_type);
H A Deatgv.c251 int chunk_type; local
253 chunk_type = AV_RL32(&buf[0]);
256 if (chunk_type==kVGT_TAG) {
301 if(chunk_type==kVGT_TAG) {
H A Deamad.c242 int chunk_type; local
251 chunk_type = AV_RL32(&buf[0]);
252 inter = (chunk_type == MADm_TAG || chunk_type == MADe_TAG);
292 if (chunk_type != MADe_TAG)

Completed in 148 milliseconds

12