Searched refs:ff_hap_set_chunk_count (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hapdec.c | 64 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()
|
D | hap.c | 28 int ff_hap_set_chunk_count(HapContext *ctx, int count, int first_in_frame) in ff_hap_set_chunk_count() function
|
D | hap.h | 99 int ff_hap_set_chunk_count(HapContext *ctx, int count, int first_in_frame);
|
D | hapenc.c | 315 ret = ff_hap_set_chunk_count(ctx, corrected_chunk_count, 1); in hap_init()
|