Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhapenc.c72 static void hap_write_section_header(PutByteContext *pbc, in hap_write_section_header() function
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()
173 hap_write_section_header(&pbc, HAP_HDR_SHORT, hap_decode_instructions_length(ctx), in hap_write_frame_header()
175 hap_write_section_header(&pbc, HAP_HDR_SHORT, ctx->chunk_count, in hap_write_frame_header()
182 hap_write_section_header(&pbc, HAP_HDR_SHORT, ctx->chunk_count * 4, in hap_write_frame_header()

Completed in 2 milliseconds