Searched refs:p_buffer_size (Results 1 – 2 of 2) sorted by relevance
151 opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size,OPJ_BOOL l_is_input) in opj_stream_create() argument159 l_stream->m_buffer_size = p_buffer_size; in opj_stream_create()160 l_stream->m_stored_data = (OPJ_BYTE *) opj_malloc(p_buffer_size); in opj_stream_create()
1114 OPJ_API opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size, OPJ_BOOL p_is_input);1181 OPJ_SIZE_T p_buffer_size,