Searched refs:ff_hap_parse_section_header (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hapqa_extract_bsf.c | 63 ret = ff_hap_parse_section_header(&gbc, §ion_size, §ion_type); in hapqa_extract() 77 ret = ff_hap_parse_section_header(&gbc, §ion_size, §ion_type); in hapqa_extract() 86 ret = ff_hap_parse_section_header(&gbc, §ion_size, §ion_type); in hapqa_extract()
|
D | hapdec.c | 56 ret = ff_hap_parse_section_header(gbc, §ion_size, §ion_type); in hap_parse_decode_instructions() 139 ret = ff_hap_parse_section_header(gbc, &ctx->texture_section_size, §ion_type); in hap_parse_frame_header() 170 ret = ff_hap_parse_section_header(gbc, §ion_size, §ion_type); in hap_parse_frame_header() 321 ret = ff_hap_parse_section_header(&ctx->gbc, §ion_size, §ion_type); in hap_decode()
|
D | hap.c | 57 int ff_hap_parse_section_header(GetByteContext *gbc, int *section_size, in ff_hap_parse_section_header() function
|
D | hap.h | 109 int ff_hap_parse_section_header(GetByteContext *gbc, int *section_size,
|