Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhapqa_extract_bsf.c63 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
77 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
86 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
Dhapdec.c56 ret = ff_hap_parse_section_header(gbc, &section_size, &section_type); in hap_parse_decode_instructions()
139 ret = ff_hap_parse_section_header(gbc, &ctx->texture_section_size, &section_type); in hap_parse_frame_header()
170 ret = ff_hap_parse_section_header(gbc, &section_size, &section_type); in hap_parse_frame_header()
321 ret = ff_hap_parse_section_header(&ctx->gbc, &section_size, &section_type); in hap_decode()
Dhap.c57 int ff_hap_parse_section_header(GetByteContext *gbc, int *section_size, in ff_hap_parse_section_header() function
Dhap.h109 int ff_hap_parse_section_header(GetByteContext *gbc, int *section_size,