Home
last modified time | relevance | path

Searched defs:comment_size (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dsoxenc.c50 size_t comment_len = 0, comment_size; in sox_write_header() local
H A Dsoxdec.c50 unsigned header_size, comment_size; in sox_read_header() local
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Dzip_archive.h95 uint16_t comment_size; member
/third_party/musl/ldso/linux/
H A Dzip_archive.h95 uint16_t comment_size; member
/third_party/ffmpeg/libavcodec/
H A Dmpeg4audio.h134 int five_bit_ch, four_bit_ch, comment_size, bits; in ff_copy_pce_data() local
/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.h6161 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 16 milliseconds