Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopenjpeg.h845 int main_head_end; member
994 OPJ_OFF_T main_head_end; member
Dj2k.c4884 p_j2k->cstr_index->main_head_end = opj_stream_tell(p_stream);
7291 p_j2k->cstr_index->main_head_end = (OPJ_UINT32) opj_stream_tell(p_stream) - 2;
9106 cstr_index->main_head_start, cstr_index->main_head_end);
9305 l_cstr_index->main_head_end = p_j2k->cstr_index->main_head_end;
9616 … if (!(opj_stream_read_seek(p_stream, p_j2k->cstr_index->main_head_end + 2, p_manager) ) ) {