Home
last modified time | relevance | path

Searched refs:opj_stream_tell (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Djp2.c1848 j2k_codestream_exit = opj_stream_tell(cio); in opj_jp2_write_jp2c()
2666 jp2->j2k_codestream_offset = opj_stream_tell(stream); in opj_jp2_skip_jp2c()
2684 jp2->jpip_iptr_offset = opj_stream_tell(stream); in opj_jpip_skip_iptr()
3272 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_iptr()
3328 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_fidx()
3352 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_cidx()
3374 j2k_codestream_exit = opj_stream_tell(cio); in opj_jpip_write_cidx()
3391 lenp = opj_stream_tell(cio);
3411 len = opj_stream_tell(cio) - lenp;
3428 lenp = opj_stream_tell(cio);
[all …]
Dcio.h315 OPJ_OFF_T opj_stream_tell(const opj_stream_private_t * p_stream);
Dcio.c579 OPJ_OFF_T opj_stream_tell(const opj_stream_private_t * p_stream) in opj_stream_tell() function
Dj2k.c1926 p_j2k->cstr_index->main_head_start = opj_stream_tell(p_stream) - 2; in opj_j2k_read_soc()
4163 p_j2k->m_specific_param.m_encoder.m_tlm_start = opj_stream_tell(p_stream); in opj_j2k_write_tlm()
4786 OPJ_OFF_T l_current_pos = opj_stream_tell(p_stream) - 2; in opj_j2k_read_sod()
5051 l_sot_remove = (OPJ_FLOAT32) opj_stream_tell(p_stream) / (OPJ_FLOAT32)( in opj_j2k_update_rates()
5265 p_j2k->cstr_index->main_head_end = opj_stream_tell(p_stream); in opj_j2k_get_end_header()
5409 l_cstr_index->codestream_size = (OPJ_UINT64)opj_stream_tell(p_stream); in opj_j2k_write_epc()
5477 … (OPJ_UINT32) opj_stream_tell(p_stream) - l_size_unk, in opj_j2k_read_unk()
8019 (OPJ_UINT32) opj_stream_tell(p_stream) - l_marker_size - 4, in opj_j2k_read_header_procedure()
8061 p_j2k->cstr_index->main_head_end = (OPJ_UINT32) opj_stream_tell(p_stream) - 2; in opj_j2k_read_header_procedure()
8512 l_stream_pos_backup = opj_stream_tell(p_stream); in opj_j2k_need_nb_tile_parts_correction()
[all …]