Searched refs:opj_stream_tell (Results 1 – 4 of 4) sorted by relevance
1847 j2k_codestream_exit = opj_stream_tell(cio); in opj_jp2_write_jp2c()2665 jp2->j2k_codestream_offset = opj_stream_tell(stream); in opj_jp2_skip_jp2c()2683 jp2->jpip_iptr_offset = opj_stream_tell(stream); in opj_jpip_skip_iptr()3271 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_iptr()3327 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_fidx()3351 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_cidx()3373 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_cidx()3390 lenp = opj_stream_tell(cio);3410 len = opj_stream_tell(cio) - lenp;3427 lenp = opj_stream_tell(cio);[all …]
315 OPJ_OFF_T opj_stream_tell(const opj_stream_private_t * p_stream);
579 OPJ_OFF_T opj_stream_tell(const opj_stream_private_t * p_stream) in opj_stream_tell() function
1926 p_j2k->cstr_index->main_head_start = opj_stream_tell(p_stream) - 2; in opj_j2k_read_soc()4174 p_j2k->m_specific_param.m_encoder.m_tlm_start = opj_stream_tell(p_stream); in opj_j2k_write_tlm()4797 OPJ_OFF_T l_current_pos = opj_stream_tell(p_stream) - 2; in opj_j2k_read_sod()5062 l_sot_remove = (OPJ_FLOAT32) opj_stream_tell(p_stream) / (OPJ_FLOAT32)( in opj_j2k_update_rates()5276 p_j2k->cstr_index->main_head_end = opj_stream_tell(p_stream); in opj_j2k_get_end_header()5420 l_cstr_index->codestream_size = (OPJ_UINT64)opj_stream_tell(p_stream); in opj_j2k_write_epc()5488 … (OPJ_UINT32) opj_stream_tell(p_stream) - l_size_unk, in opj_j2k_read_unk()8032 (OPJ_UINT32) opj_stream_tell(p_stream) - l_marker_size - 4, in opj_j2k_read_header_procedure()8074 p_j2k->cstr_index->main_head_end = (OPJ_UINT32) opj_stream_tell(p_stream) - 2; in opj_j2k_read_header_procedure()8525 l_stream_pos_backup = opj_stream_tell(p_stream); in opj_j2k_need_nb_tile_parts_correction()[all …]