Home
last modified time | relevance | path

Searched refs:nb_bytes (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp28 OPJ_SIZE_T nb_bytes, in opj_read_from_memory() argument
39 OPJ_SIZE_T readlength = nb_bytes < bufferLength ? nb_bytes : bufferLength; in opj_read_from_memory()
45 OPJ_SIZE_T nb_bytes, in opj_write_from_memory() argument
56 OPJ_SIZE_T writeLength = nb_bytes < bufferLength ? nb_bytes : bufferLength; in opj_write_from_memory()
61 OPJ_OFF_T opj_skip_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data) { in opj_skip_from_memory() argument
70 if (nb_bytes < 0) { in opj_skip_from_memory()
74 uint64_t unsignedNbBytes = static_cast<uint64_t>(nb_bytes); in opj_skip_from_memory()
90 return nb_bytes; in opj_skip_from_memory()
92 OPJ_BOOL opj_seek_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data) { in opj_seek_from_memory() argument
99 if (nb_bytes < 0) { in opj_seek_from_memory()
[all …]
Dcodec_int.h419 OPJ_SIZE_T nb_bytes,
422 OPJ_SIZE_T nb_bytes,
424 OPJ_OFF_T opj_skip_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data);
425 OPJ_BOOL opj_seek_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data);