Home
last modified time | relevance | path

Searched refs:start_section_size (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhapqa_extract_bsf.c54 int start_section_size; in hapqa_extract() local
73 start_section_size = 4; in hapqa_extract()
75 bytestream2_seek(&gbc, start_section_size, SEEK_SET);/* go to start of the first texture */ in hapqa_extract()
84 start_section_size += 4 + section_size; in hapqa_extract()
85 bytestream2_seek(&gbc, start_section_size, SEEK_SET);/* go to start of the second texture */ in hapqa_extract()
99 pkt->data += start_section_size; in hapqa_extract()

Completed in 2 milliseconds