Home
last modified time | relevance | path

Searched refs:comment_size (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dsoxdec.c50 unsigned header_size, comment_size; in sox_read_header() local
67 comment_size = avio_rl32(pb); in sox_read_header()
74 comment_size = avio_rb32(pb); in sox_read_header()
79 if (comment_size > 0xFFFFFFFFU - SOX_FIXED_HDR - 4U) { in sox_read_header()
80 av_log(s, AV_LOG_ERROR, "invalid comment size (%u)\n", comment_size); in sox_read_header()
95 if ((header_size + 4) & 7 || header_size < SOX_FIXED_HDR + comment_size in sox_read_header()
101 if (comment_size && comment_size < UINT_MAX) { in sox_read_header()
102 char *comment = av_malloc(comment_size+1); in sox_read_header()
105 if (avio_read(pb, comment, comment_size) ! in sox_read_header()
[all...]
H A Dsoxenc.c50 size_t comment_len = 0, comment_size; in sox_write_header() local
55 comment_size = FFALIGN(comment_len, 8); in sox_write_header()
57 sox->header_size = SOX_FIXED_HDR + comment_size; in sox_write_header()
65 avio_wl32(pb, comment_size); in sox_write_header()
72 avio_wb32(pb, comment_size); in sox_write_header()
81 ffio_fill(pb, 0, comment_size - comment_len); in sox_write_header()
/third_party/ffmpeg/libavcodec/
H A Dmpeg4audio.h134 int five_bit_ch, four_bit_ch, comment_size, bits; in ff_copy_pce_data() local
156 comment_size = ff_pce_copy_bits(pb, gb, 8); in ff_copy_pce_data()
157 for (; comment_size > 0; comment_size--) in ff_copy_pce_data()
/third_party/musl/porting/linux/user/ldso/
H A Dzip_archive.h95 uint16_t comment_size; member
H A Ddynlink.c4695 current_dir_pos += c_dir_entry.name_size + c_dir_entry.extra_size + c_dir_entry.comment_size; in open_uncompressed_library_in_zipfile()
/third_party/musl/ldso/linux/
H A Dzip_archive.h95 uint16_t comment_size; member
H A Ddynlink.c5045 current_dir_pos += c_dir_entry.name_size + c_dir_entry.extra_size + c_dir_entry.comment_size; in open_uncompressed_library_in_zipfile()
/third_party/python/Lib/
H A Dzipimport.py484 comment_size = _unpack_uint16(buffer[32:34])
486 header_size = name_size + extra_size + comment_size
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_shaderdefs.h353 uint32 comment_size : 16; member
/third_party/astc-encoder/Source/
H A Dtinyexr.h804 comment_size, mz_uint level_and_flags);
1501 mz_uint16 comment_size,
1513 mz_uint16 comment_size, mz_uint level_and_flags);
1547 size_t buf_size, const void *pComment, mz_uint16 comment_size,
6163 mz_uint16 extra_size, mz_uint16 comment_size, mz_uint64 uncomp_size, in mz_zip_writer_create_central_dir_header()
6180 MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_COMMENT_LEN_OFS, comment_size); in mz_zip_writer_create_central_dir_header()
6189 mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, in mz_zip_writer_add_to_central_dir()
6202 comment_size) > 0xFFFFFFFF)) in mz_zip_writer_add_to_central_dir()
6206 pZip, central_dir_header, filename_size, extra_size, comment_size, in mz_zip_writer_add_to_central_dir()
6218 comment_size)) || in mz_zip_writer_add_to_central_dir()
6161 mz_zip_writer_create_central_dir_header( mz_zip_archive *pZip, mz_uint8 *pDst, mz_uint16 filename_size, mz_uint16 extra_size, mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, mz_uint32 ext_attributes) mz_zip_writer_create_central_dir_header() argument
6186 mz_zip_writer_add_to_central_dir( mz_zip_archive *pZip, const char *pFilename, mz_uint16 filename_size, const void *pExtra, mz_uint16 extra_size, const void *pComment, mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, mz_uint32 ext_attributes) mz_zip_writer_add_to_central_dir() argument
6265 mz_zip_writer_add_mem_ex(mz_zip_archive *pZip, const char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags, mz_uint64 uncomp_size, mz_uint32 uncomp_crc32) mz_zip_writer_add_mem_ex() argument
6438 mz_zip_writer_add_file(mz_zip_archive *pZip, const char *pArchive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags) mz_zip_writer_add_file() argument
6877 mz_zip_add_mem_to_archive_file_in_place( const char *pZip_filename, const char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags) mz_zip_add_mem_to_archive_file_in_place() argument
[all...]

Completed in 34 milliseconds