Lines Matching full:p_data
1158 * @param p_data the data to set.
1159 * @param p_function the function to free p_data when opj_stream_destroy() is called.
1161 OPJ_API void OPJ_CALLCONV opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data, opj_stream_free_user_data_fn p_function);
1339 * @param p_data pointer to the data to write. Data is arranged in sequence, data_comp0, then data_comp1, then ... NO INTERLEAVING should be set.
1348 OPJ_BYTE * p_data,
1388 * @param p_data pointer to a memory block that will hold the decoded data.
1389 * @param p_data_size size of p_data. p_data_size should be bigger or equal to the value set by opj_read_tile_header.
1396 OPJ_BYTE * p_data,