Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:opj_stream_tell

1840         p_j2k->cstr_index->main_head_start = opj_stream_tell(p_stream) - 2;
3886 p_j2k->m_specific_param.m_encoder.m_tlm_start = opj_stream_tell(p_stream);
4388 OPJ_OFF_T l_current_pos = opj_stream_tell(p_stream) - 2;
4640 l_sot_remove = (OPJ_FLOAT32) opj_stream_tell(p_stream) / (OPJ_FLOAT32)(l_cp->th * l_cp->tw);
4833 p_j2k->cstr_index->main_head_end = opj_stream_tell(p_stream);
4974 l_cstr_index->codestream_size = (OPJ_UINT64)opj_stream_tell(p_stream);
5041 (OPJ_UINT32) opj_stream_tell(p_stream) - l_size_unk,
7240 (OPJ_UINT32) opj_stream_tell(p_stream) - l_marker_size - 4,
7277 p_j2k->cstr_index->main_head_end = (OPJ_UINT32) opj_stream_tell(p_stream) - 2;
7703 l_stream_pos_backup = opj_stream_tell(p_stream);
7910 (OPJ_UINT32) opj_stream_tell(p_stream) - l_marker_size - 4,
7918 OPJ_UINT32 sot_pos = (OPJ_UINT32) opj_stream_tell(p_stream) - l_marker_size - 4 ;
10651 l_current_position = opj_stream_tell(p_stream);
10763 /*l_cstr_info->main_head_start = opj_stream_tell(p_stream);*/ /* position of SOC */