Searched refs:opj_stream_tell (Results 1 – 4 of 4) sorted by relevance
1715 j2k_codestream_exit = opj_stream_tell(cio); in opj_jp2_write_jp2c()2461 jp2->j2k_codestream_offset = opj_stream_tell(stream); in opj_jp2_skip_jp2c()2479 jp2->jpip_iptr_offset = opj_stream_tell(stream); in opj_jpip_skip_iptr()3014 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_iptr()3066 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_fidx()3088 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_cidx()3109 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_cidx()3125 lenp = opj_stream_tell(cio);3145 len = opj_stream_tell(cio)-lenp;3161 lenp = opj_stream_tell(cio);[all …]
310 OPJ_OFF_T opj_stream_tell (const opj_stream_private_t * p_stream);
1840 p_j2k->cstr_index->main_head_start = opj_stream_tell(p_stream) - 2; in opj_j2k_read_soc()3886 p_j2k->m_specific_param.m_encoder.m_tlm_start = opj_stream_tell(p_stream); in opj_j2k_write_tlm()4388 OPJ_OFF_T l_current_pos = opj_stream_tell(p_stream) - 2; in opj_j2k_read_sod()4640 l_sot_remove = (OPJ_FLOAT32) opj_stream_tell(p_stream) / (OPJ_FLOAT32)(l_cp->th * l_cp->tw); in opj_j2k_update_rates()4833 p_j2k->cstr_index->main_head_end = opj_stream_tell(p_stream); in opj_j2k_get_end_header()4974 l_cstr_index->codestream_size = (OPJ_UINT64)opj_stream_tell(p_stream); in opj_j2k_write_epc()5041 … (OPJ_UINT32) opj_stream_tell(p_stream) - l_size_unk, in opj_j2k_read_unk()7240 (OPJ_UINT32) opj_stream_tell(p_stream) - l_marker_size - 4, in opj_j2k_read_header_procedure()7277 p_j2k->cstr_index->main_head_end = (OPJ_UINT32) opj_stream_tell(p_stream) - 2; in opj_j2k_read_header_procedure()7703 l_stream_pos_backup = opj_stream_tell(p_stream); in opj_j2k_need_nb_tile_parts_correction()[all …]
544 OPJ_OFF_T opj_stream_tell (const opj_stream_private_t * p_stream) in opj_stream_tell() function