/third_party/ffmpeg/libavformat/ |
D | ipmovie.c | 122 int chunk_type; in load_ipmovie_packet() local 157 chunk_type = CHUNK_VIDEO; in load_ipmovie_packet() 236 chunk_type = CHUNK_VIDEO; in load_ipmovie_packet() 241 chunk_type = CHUNK_DONE; in load_ipmovie_packet() 245 return chunk_type; in load_ipmovie_packet() 279 int chunk_type; in process_ipmovie_chunk() local 293 chunk_type = load_ipmovie_packet(s, pb, pkt); in process_ipmovie_chunk() 294 if (chunk_type != CHUNK_DONE) in process_ipmovie_chunk() 295 return chunk_type; in process_ipmovie_chunk() 304 chunk_type = AV_RL16(&chunk_preamble[2]); in process_ipmovie_chunk() [all …]
|
D | westwood_vqa.c | 165 uint32_t chunk_type; in wsvqa_read_packet() local 170 chunk_type = AV_RB32(&preamble[0]); in wsvqa_read_packet() 175 if ((chunk_type == SND0_TAG) || (chunk_type == SND1_TAG) || in wsvqa_read_packet() 176 (chunk_type == SND2_TAG) || (chunk_type == VQFR_TAG)) { in wsvqa_read_packet() 182 switch (chunk_type) { in wsvqa_read_packet() 205 switch (chunk_type) { in wsvqa_read_packet() 225 switch (chunk_type) { in wsvqa_read_packet() 249 switch(chunk_type){ in wsvqa_read_packet() 254 av_fourcc2str(av_bswap32(chunk_type))); in wsvqa_read_packet()
|
D | mmsh.c | 79 ChunkType chunk_type; in get_chunk_header() local 87 chunk_type = AV_RL16(chunk_header); in get_chunk_header() 90 switch (chunk_type) { in get_chunk_header() 100 av_log(NULL, AV_LOG_ERROR, "Strange chunk type %d\n", chunk_type); in get_chunk_header() 110 if (chunk_type == CHUNK_TYPE_END || chunk_type == CHUNK_TYPE_DATA) in get_chunk_header() 112 return chunk_type; in get_chunk_header() 147 ChunkType chunk_type; in get_http_header_data() local 151 res = chunk_type = get_chunk_header(mmsh, &len); in get_http_header_data() 154 } else if (chunk_type == CHUNK_TYPE_ASF_HEADER){ in get_http_header_data() 189 } else if (chunk_type == CHUNK_TYPE_DATA) { in get_http_header_data() [all …]
|
D | idroqdec.c | 101 unsigned int chunk_type; in roq_read_packet() local 117 chunk_type = AV_RL16(&preamble[0]); in roq_read_packet() 124 switch (chunk_type) { in roq_read_packet() 187 if (chunk_type == RoQ_SOUND_STEREO) { in roq_read_packet() 202 if (chunk_type == RoQ_QUAD_VQ) { in roq_read_packet() 214 if (chunk_type == RoQ_QUAD_VQ) { in roq_read_packet() 234 av_log(s, AV_LOG_ERROR, " unknown RoQ chunk (%04X)\n", chunk_type); in roq_read_packet()
|
D | imx.c | 93 uint32_t chunk_size, chunk_type; in simbiosis_imx_read_packet() local 102 chunk_type = avio_rl32(pb); in simbiosis_imx_read_packet() 104 switch (chunk_type) { in simbiosis_imx_read_packet()
|
D | dtshddec.c | 57 uint64_t chunk_type, chunk_size; in dtshd_read_header() local 71 chunk_type = avio_rb64(pb); in dtshd_read_header() 86 switch (chunk_type) { in dtshd_read_header()
|
D | electronicarts.c | 580 unsigned int chunk_type, chunk_size; in ea_read_packet() local 587 chunk_type = avio_rl32(pb); in ea_read_packet() 593 switch (chunk_type) { in ea_read_packet() 734 partial_packet = chunk_type == MVIh_TAG; in ea_read_packet() 735 if (chunk_type == AV0K_TAG || chunk_type == AV0F_TAG) in ea_read_packet()
|
/third_party/ffmpeg/libavcodec/ |
D | brenderpix.c | 142 unsigned int chunk_type; in pix_decode_frame() local 163 chunk_type = bytestream2_get_be32(&gb); in pix_decode_frame() 164 if (chunk_type != HEADER1_CHUNK && chunk_type != HEADER2_CHUNK) { in pix_decode_frame() 165 av_log(avctx, AV_LOG_ERROR, "Invalid chunk type %d.\n", chunk_type); in pix_decode_frame() 218 chunk_type = bytestream2_get_be32(&gb); in pix_decode_frame() 221 (chunk_type == HEADER1_CHUNK || in pix_decode_frame() 222 chunk_type == HEADER2_CHUNK)) { in pix_decode_frame() 235 chunk_type = bytestream2_get_be32(&gb); in pix_decode_frame() 238 if (chunk_type != IMAGE_DATA_CHUNK || data_len != 1032 || in pix_decode_frame() 251 chunk_type = bytestream2_get_be32(&gb); in pix_decode_frame() [all …]
|
D | flicvideo.c | 166 int chunk_type; in flic_decode_frame_8BPP() local 219 chunk_type = bytestream2_get_le16(&g2); in flic_decode_frame_8BPP() 221 switch (chunk_type) { in flic_decode_frame_8BPP() 228 … if ((chunk_type == FLI_256_COLOR) && (s->fli_type != FLC_MAGIC_CARPET_SYNTHETIC_TYPE_CODE)) in flic_decode_frame_8BPP() 452 av_log(avctx, AV_LOG_ERROR, "Unrecognized chunk type: %d\n", chunk_type); in flic_decode_frame_8BPP() 505 int chunk_type; in flic_decode_frame_15_16BPP() local 551 chunk_type = bytestream2_get_le16(&g2); in flic_decode_frame_15_16BPP() 554 switch (chunk_type) { in flic_decode_frame_15_16BPP() 562 chunk_type); in flic_decode_frame_15_16BPP() 762 av_log(avctx, AV_LOG_ERROR, "Unrecognized chunk type: %d\n", chunk_type); in flic_decode_frame_15_16BPP() [all …]
|
D | dfa.c | 347 uint32_t chunk_type, chunk_size; in dfa_decode_frame() local 362 chunk_type = bytestream2_get_le32(&gb); in dfa_decode_frame() 363 if (!chunk_type) in dfa_decode_frame() 365 if (chunk_type == 1) { in dfa_decode_frame() 372 } else if (chunk_type <= 9) { in dfa_decode_frame() 373 if (decoder[chunk_type - 2](&gb, s->frame_buf, avctx->width, avctx->height)) { in dfa_decode_frame() 375 chunk_name[chunk_type - 2]); in dfa_decode_frame() 381 chunk_type); in dfa_decode_frame()
|
D | eamad.c | 259 int chunk_type; in decode_frame() local 264 chunk_type = bytestream2_get_le32(&gb); in decode_frame() 265 inter = (chunk_type == MADm_TAG || chunk_type == MADe_TAG); in decode_frame() 327 if (chunk_type != MADe_TAG) { in decode_frame()
|
D | eatgv.c | 273 int chunk_type, ret; in tgv_decode_frame() local 278 chunk_type = AV_RL32(&buf[0]); in tgv_decode_frame() 281 if (chunk_type == kVGT_TAG) { in tgv_decode_frame() 313 if (chunk_type == kVGT_TAG) { in tgv_decode_frame()
|
D | vqavideo.c | 323 unsigned int chunk_type; in vqa_decode_chunk() local 352 chunk_type = bytestream2_get_be32u(&s->gb); in vqa_decode_chunk() 356 switch (chunk_type) { in vqa_decode_chunk() 388 av_fourcc2str(av_bswap32(chunk_type)), chunk_type); in vqa_decode_chunk()
|
D | webp.c | 1341 uint32_t chunk_type, chunk_size; in webp_decode_frame() local 1373 chunk_type = bytestream2_get_le32(&gb); in webp_decode_frame() 1385 switch (chunk_type) { in webp_decode_frame() 1511 AV_WL32(chunk_str, chunk_type); in webp_decode_frame() 1517 AV_WL32(chunk_str, chunk_type); in webp_decode_frame()
|
D | g2meet.c | 1385 int chunk_type, chunk_start; in g2m_decode_frame() local 1409 chunk_type = bytestream2_get_byte(&bc); in g2m_decode_frame() 1413 chunk_size, chunk_type); in g2m_decode_frame() 1416 switch (chunk_type) { in g2m_decode_frame() 1551 chunk_type); in g2m_decode_frame()
|
/third_party/iptables/extensions/ |
D | libxt_sctp.c | 93 unsigned int chunk_type; member 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 = 8, .valid_flags = "--------"}, [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_input.c | 1171 sctp_process_unrecog_chunk(struct sctp_tcb *stcb, uint8_t chunk_type) in sctp_process_unrecog_chunk() argument 1173 switch (chunk_type) { in sctp_process_unrecog_chunk() 1185 chunk_type, chunk_type); in sctp_process_unrecog_chunk() 1354 sctp_process_unrecog_chunk(stcb, unrec_chunk->ch.chunk_type); in sctp_handle_error() 1647 if (init_cp->ch.chunk_type != SCTP_INITIATION) { in sctp_process_cookie_existing() 1662 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) { in sctp_process_cookie_existing() 2198 if (init_cp->ch.chunk_type != SCTP_INITIATION) { 2215 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) { 3476 switch (desc->chunk_type) { 3970 fwdtsn.ch.chunk_type = SCTP_FORWARD_CUM_TSN; [all …]
|
D | sctp_constants.h | 393 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA)) 394 #define IS_SCTP_DATA(a) (((a)->chunk_type == SCTP_DATA) || ((a)->chunk_type == SCTP_IDATA))
|
D | sctp.h | 72 uint8_t chunk_type; /* chunk type */ member
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | bench-c-deflate-fragmentation.c | 153 uint32_t chunk_type = load_u32be(p + 4); in process_png_chunks() local 161 switch (chunk_type) { in process_png_chunks()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 1557 png_uint_32 chunk_type; /* From header */ member 1569 type_message(chunk->file, chunk->chunk_type, message); in chunk_message() 1599 chunk->chunk_type = file->type; in chunk_init() 1621 png_uint_32 type = file->chunk->chunk_type; in current_type() 2086 type_name(zlib->chunk->chunk_type, stderr); in zlib_message() 2120 type_name(zlib->chunk->chunk_type, stdout); in zlib_end() 2145 type_name(zlib->chunk->chunk_type, stdout); in zlib_end() 2856 assert(file->chunk->chunk_type == png_IDAT); in process_chunk() 3253 type = chunk->chunk_type; in read_callback() 3289 type = chunk->chunk_type; in read_callback()
|
/third_party/libpng/contrib/tools/ |
D | pngfix.c | 1557 png_uint_32 chunk_type; /* From header */ member 1569 type_message(chunk->file, chunk->chunk_type, message); in chunk_message() 1599 chunk->chunk_type = file->type; in chunk_init() 1621 png_uint_32 type = file->chunk->chunk_type; in current_type() 2086 type_name(zlib->chunk->chunk_type, stderr); in zlib_message() 2120 type_name(zlib->chunk->chunk_type, stdout); in zlib_end() 2145 type_name(zlib->chunk->chunk_type, stdout); in zlib_end() 2856 assert(file->chunk->chunk_type == png_IDAT); in process_chunk() 3253 type = chunk->chunk_type; in read_callback() 3289 type = chunk->chunk_type; in read_callback()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 1557 png_uint_32 chunk_type; /* From header */ member 1569 type_message(chunk->file, chunk->chunk_type, message); in chunk_message() 1599 chunk->chunk_type = file->type; in chunk_init() 1621 png_uint_32 type = file->chunk->chunk_type; in current_type() 2086 type_name(zlib->chunk->chunk_type, stderr); in zlib_message() 2120 type_name(zlib->chunk->chunk_type, stdout); in zlib_end() 2145 type_name(zlib->chunk->chunk_type, stdout); in zlib_end() 2856 assert(file->chunk->chunk_type == png_IDAT); in process_chunk() 3253 type = chunk->chunk_type; in read_callback() 3289 type = chunk->chunk_type; in read_callback()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtptwcc.c | 1072 guint8 chunk_type; in rtp_twcc_manager_parse_fci() local 1076 gst_bit_reader_get_bits_uint8 (&reader, &chunk_type, 1); in rtp_twcc_manager_parse_fci() 1078 if (chunk_type == RTP_TWCC_CHUNK_TYPE_RUN_LENGTH) { in rtp_twcc_manager_parse_fci()
|
/third_party/gstreamer/gstplugins_bad/gst/midi/ |
D | midiparse.c | 895 guint32 chunk_type; in find_midi_chunk() local 901 chunk_type = GST_STR_FOURCC (data); in find_midi_chunk() 913 if (chunk_type == GST_MAKE_FOURCC ('d', 'a', 't', 'a')) { in find_midi_chunk()
|