/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 | 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 | 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() 760 av_log(avctx, AV_LOG_ERROR, "Unrecognized chunk type: %d\n", chunk_type); in flic_decode_frame_15_16BPP() [all …]
|
D | eamad.c | 257 int chunk_type; in decode_frame() local 262 chunk_type = bytestream2_get_le32(&gb); in decode_frame() 263 inter = (chunk_type == MADm_TAG || chunk_type == MADe_TAG); in decode_frame() 325 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 | 1377 uint32_t chunk_type, chunk_size; in webp_decode_frame() local 1409 chunk_type = bytestream2_get_le32(&gb); in webp_decode_frame() 1421 switch (chunk_type) { in webp_decode_frame() 1547 AV_WL32(chunk_str, chunk_type); in webp_decode_frame() 1553 AV_WL32(chunk_str, chunk_type); in webp_decode_frame()
|
D | g2meet.c | 1404 int chunk_type, chunk_start; in g2m_decode_frame() local 1428 chunk_type = bytestream2_get_byte(&bc); in g2m_decode_frame() 1432 chunk_size, chunk_type); in g2m_decode_frame() 1435 switch (chunk_type) { in g2m_decode_frame() 1570 chunk_type); in g2m_decode_frame()
|
D | cinepakenc.c | 392 static int write_chunk_header(unsigned char *buf, int chunk_type, int chunk_size) in write_chunk_header() argument 394 buf[0] = chunk_type; in write_chunk_header()
|
/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 | 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/uboot/u-boot-2020.01/lib/ |
D | image-sparse.c | 116 if (chunk_header->chunk_type != CHUNK_TYPE_RAW) { in write_sparse_image() 118 debug("chunk_type: 0x%x\n", chunk_header->chunk_type); in write_sparse_image() 134 switch (chunk_header->chunk_type) { in write_sparse_image() 245 chunk_header->chunk_type); in write_sparse_image()
|
/third_party/uboot/u-boot-2020.01/fs/ext4/ |
D | unsparse.c | 43 printf("chunk_type: 0x%x\n", chunk->chunk_type); in print_chunk_info() 111 switch (chunk->chunk_type) { in ext4_unsparse() 216 chunk->chunk_type); in ext4_unsparse() 299 switch (chunk->chunk_type) { in ufs_ext4_unsparse() 409 chunk->chunk_type); in ufs_ext4_unsparse()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | sparse_format.h | 36 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ 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/uboot/u-boot-2020.01/product/hiupdate/ |
D | auto_update_adaptation.c | 596 if ((chunk->chunk_type != CHUNK_TYPE_RAW) && in get_buffer_chunk_layout() 597 (chunk->chunk_type != CHUNK_TYPE_DONT_CARE) && in get_buffer_chunk_layout() 598 (chunk->chunk_type != CHUNK_TYPE_FILL)) { in get_buffer_chunk_layout() 600 chunk->chunk_type); in get_buffer_chunk_layout() 628 layout.type = chunk->chunk_type; in get_buffer_chunk_layout() 701 switch (chunk->chunk_type) { in chunk_write() 728 pbuf: %p\n", chunk->chunk_type, chunk_count, pbuf); in chunk_write()
|
/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/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/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_bad/gst/midi/ |
D | midiparse.c | 893 guint32 chunk_type; in find_midi_chunk() local 899 chunk_type = GST_STR_FOURCC (data); in find_midi_chunk() 911 if (chunk_type == GST_MAKE_FOURCC ('d', 'a', 't', 'a')) { in find_midi_chunk()
|