Searched refs:nb_bytes (Results 1 – 2 of 2) sorted by relevance
28 OPJ_SIZE_T nb_bytes, in opj_read_from_memory() argument39 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() argument56 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() argument70 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() argument99 if (nb_bytes < 0) { in opj_seek_from_memory()[all …]
419 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);