HomeSort by relevance Sort by last modified time
    Searched refs:OPJ_OFF_T (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
cio.h 141 OPJ_OFF_T (* m_opj_skip)(struct opj_stream_private * ,OPJ_OFF_T , struct opj_event_mgr *);
146 OPJ_BOOL (* m_opj_seek) (struct opj_stream_private * , OPJ_OFF_T , struct opj_event_mgr *);
156 OPJ_OFF_T m_byte_offset;
301 OPJ_OFF_T opj_stream_skip (opj_stream_private_t * p_stream,OPJ_OFF_T p_size, struct opj_event_mgr * p_event_mgr);
310 OPJ_OFF_T opj_stream_tell (const opj_stream_private_t * p_stream);
320 OPJ_OFF_T opj_stream_get_number_byte_left (const opj_stream_private_t * p_stream);
329 OPJ_OFF_T opj_stream_write_skip (opj_stream_private_t * p_stream, OPJ_OFF_T p_size, struct opj_event_mgr * p_event_mgr)
    [all...]
cio.c 288 p_stream->m_byte_offset += (OPJ_OFF_T)p_size;
297 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer;
309 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer;
341 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer;
349 p_stream->m_byte_offset += (OPJ_OFF_T)p_size;
372 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer;
378 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer;
409 p_stream->m_byte_offset += (OPJ_OFF_T)p_size;
425 p_stream->m_byte_offset += (OPJ_OFF_T)l_remaining_bytes;
464 OPJ_OFF_T opj_stream_read_skip (opj_stream_private_t * p_stream, OPJ_OFF_T p_size, opj_event_mgr_t * p_event (…)
    [all...]
openjpeg.h 130 typedef int64_t OPJ_OFF_T; /* 64-bit file offset type */
523 typedef OPJ_OFF_T (* opj_stream_skip_fn) (OPJ_OFF_T p_nb_bytes, void * p_user_data) ;
528 typedef OPJ_BOOL (* opj_stream_seek_fn) (OPJ_OFF_T p_nb_bytes, void * p_user_data) ;
642 OPJ_OFF_T start_pos;
644 OPJ_OFF_T end_ph_pos;
646 OPJ_OFF_T end_pos;
660 OPJ_OFF_T pos;
869 OPJ_OFF_T start_pos;
871 OPJ_OFF_T end_header
    [all...]
jp2.h 189 OPJ_OFF_T j2k_codestream_offset;
190 OPJ_OFF_T jpip_iptr_offset;
j2k.h 474 OPJ_OFF_T m_last_sot_read_pos;
501 OPJ_OFF_T m_tlm_start;
openjpeg.c 99 OPJ_OFF_T file_length = 0;
102 file_length = (OPJ_OFF_T)OPJ_FTELL(p_file);
113 static OPJ_OFF_T opj_skip_from_file (OPJ_OFF_T p_nb_bytes, FILE * p_user_data)
122 static OPJ_BOOL opj_seek_from_file (OPJ_OFF_T p_nb_bytes, FILE * p_user_data)
jp2.c 462 const OPJ_OFF_T bleft = opj_stream_get_number_byte_left(cio);
464 assert( (OPJ_OFF_T)box->length == bleft );
    [all...]
j2k.c     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 59 static OPJ_OFF_T opj_skip_from_memory (OPJ_OFF_T p_nb_bytes, decodeData* srcData)
64 OPJ_OFF_T postion = srcData->offset + p_nb_bytes;
72 static OPJ_BOOL opj_seek_from_memory (OPJ_OFF_T p_nb_bytes, decodeData * srcData)

Completed in 1782 milliseconds