Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhapdec.c51 int is_first_table = 1, had_offsets = 0, had_compressors = 0, had_sizes = 0; in hap_parse_decode_instructions() local
64 ret = ff_hap_set_chunk_count(ctx, section_size, is_first_table); in hap_parse_decode_instructions()
71 is_first_table = 0; in hap_parse_decode_instructions()
74 ret = ff_hap_set_chunk_count(ctx, section_size / 4, is_first_table); in hap_parse_decode_instructions()
81 is_first_table = 0; in hap_parse_decode_instructions()
84 ret = ff_hap_set_chunk_count(ctx, section_size / 4, is_first_table); in hap_parse_decode_instructions()
91 is_first_table = 0; in hap_parse_decode_instructions()