Home
last modified time | relevance | path

Searched refs:ff_hap_set_chunk_count (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhapdec.c64 ret = ff_hap_set_chunk_count(ctx, section_size, is_first_table); in hap_parse_decode_instructions()
74 ret = ff_hap_set_chunk_count(ctx, section_size / 4, is_first_table); in hap_parse_decode_instructions()
84 ret = ff_hap_set_chunk_count(ctx, section_size / 4, is_first_table); in hap_parse_decode_instructions()
157 ret = ff_hap_set_chunk_count(ctx, 1, 1); in hap_parse_frame_header()
Dhap.c28 int ff_hap_set_chunk_count(HapContext *ctx, int count, int first_in_frame) in ff_hap_set_chunk_count() function
Dhap.h99 int ff_hap_set_chunk_count(HapContext *ctx, int count, int first_in_frame);
Dhapenc.c315 ret = ff_hap_set_chunk_count(ctx, corrected_chunk_count, 1); in hap_init()