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/
H A 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()
H A Dhap.h92 int ff_hap_set_chunk_count(HapContext *ctx, int count, int first_in_frame);
H A Dhap.c28 int ff_hap_set_chunk_count(HapContext *ctx, int count, int first_in_frame) in ff_hap_set_chunk_count() function
H A Dhapenc.c312 ret = ff_hap_set_chunk_count(ctx, corrected_chunk_count, 1); in hap_init()

Completed in 3 milliseconds