Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhapenc.c53 HAP_HDR_LONG = 8, enumerator
81 bytestream2_put_le24(pbc, header_length == HAP_HDR_LONG ? 0 : section_length); in hap_write_section_header()
84 if (header_length == HAP_HDR_LONG) { in hap_write_section_header()
149 int length = HAP_HDR_LONG; in hap_header_length()
167 hap_write_section_header(&pbc, HAP_HDR_LONG, frame_length - 8, in hap_write_frame_header()
171 hap_write_section_header(&pbc, HAP_HDR_LONG, frame_length - 8, in hap_write_frame_header()

Completed in 2 milliseconds