Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhapdec.c139 ret = ff_hap_parse_section_header(gbc, &ctx->texture_section_size, &section_type); in hap_parse_frame_header()
161 ctx->chunks[0].compressed_size = ctx->texture_section_size; in hap_parse_frame_header()
353 start_texture_section += ctx->texture_section_size + 4; in hap_decode()
363 tex_size = FFMIN(ctx->texture_section_size, bytestream2_get_bytes_left(&ctx->gbc)); in hap_decode()
Dhap.h86 int texture_section_size; /* size of the part of the texture section (for HAPQA) */ member