Searched refs:ff_hap_set_chunk_count (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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()
|
H A D | hap.h | 92 int ff_hap_set_chunk_count(HapContext *ctx, int count, int first_in_frame);
|
H A 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
|
H A D | hapenc.c | 312 ret = ff_hap_set_chunk_count(ctx, corrected_chunk_count, 1); in hap_init()
|
Completed in 3 milliseconds