Home
last modified time | relevance | path

Searched refs:comment_len (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dsoxenc.c50 size_t comment_len = 0, comment_size; in sox_write_header() local
54 comment_len = strlen(comment->value); in sox_write_header()
55 comment_size = FFALIGN(comment_len, 8); in sox_write_header()
78 if (comment_len) in sox_write_header()
79 avio_write(pb, comment->value, comment_len); in sox_write_header()
81 ffio_fill(pb, 0, comment_size - comment_len); in sox_write_header()
/third_party/musl/porting/linux/user/ldso/
H A Dzip_archive.h111 uint16_t comment_len; member
/third_party/musl/ldso/linux/
H A Dzip_archive.h111 uint16_t comment_len; member
/third_party/mesa3d/src/intel/tools/
H A Daub_write.c122 int comment_len, comment_dwords, dwords; in write_legacy_header() local
124 comment_len = snprintf(comment, sizeof(comment), "PCI-ID=0x%x", aub->pci_id); in write_legacy_header()
125 comment_dwords = ((comment_len + 3) / 4); in write_legacy_header()
140 dword_out(aub, comment_len); in write_legacy_header()
/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c857 int comment_len; in decode_pce() local
904 comment_len = get_bits(gb, 8) * 8; in decode_pce()
905 if (get_bits_left(gb) < comment_len) { in decode_pce()
909 skip_bits_long(gb, comment_len); in decode_pce()
/third_party/astc-encoder/Source/
H A Dtinyexr.h5417 size_t name_len, comment_len; in mz_zip_reader_locate_file() local
5426 comment_len = pComment ? strlen(pComment) : 0; in mz_zip_reader_locate_file()
5427 if (comment_len > 0xFFFF) return -1; in mz_zip_reader_locate_file()
5437 if (comment_len) { in mz_zip_reader_locate_file()
5442 if ((file_comment_len != comment_len) || in mz_zip_reader_locate_file()

Completed in 26 milliseconds