Lines Matching refs:p_stream

1123  * @param	p_stream	the stream to destroy.
1125 OPJ_API void OPJ_CALLCONV opj_stream_destroy(opj_stream_t* p_stream);
1129 * @param p_stream the stream to modify
1132 OPJ_API void OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream, opj_stream_read_fn p_function);
1136 * @param p_stream the stream to modify
1139 OPJ_API void OPJ_CALLCONV opj_stream_set_write_function(opj_stream_t* p_stream, opj_stream_write_fn p_function);
1143 * @param p_stream the stream to modify
1146 OPJ_API void OPJ_CALLCONV opj_stream_set_skip_function(opj_stream_t* p_stream, opj_stream_skip_fn p_function);
1150 * @param p_stream the stream to modify
1153 OPJ_API void OPJ_CALLCONV opj_stream_set_seek_function(opj_stream_t* p_stream, opj_stream_seek_fn p_function);
1157 * @param p_stream the stream to modify
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);
1166 * @param p_stream the stream to modify
1169 OPJ_API void OPJ_CALLCONV opj_stream_set_user_data_length(opj_stream_t* p_stream, OPJ_UINT64 data_length);
1244 * @param p_stream the JPEG2000 stream.
1247 opj_stream_t *p_stream);
1271 * @param p_stream the jpeg2000 stream.
1277 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_read_header ( opj_stream_t *p_stream,
1302 * @param p_stream Input buffer stream
1307 opj_stream_t *p_stream,
1314 * @param p_stream input streamm
1321 opj_stream_t *p_stream,
1342 * @param p_stream the stream to write data to.
1350 opj_stream_t *p_stream );
1369 * @param p_stream the stream to decode.
1374 opj_stream_t * p_stream,
1390 * @param p_stream the stream to decode.
1398 opj_stream_t *p_stream );
1446 * @param p_stream Input stgream
1450 opj_stream_t *p_stream);
1455 * @param p_stream Input stgream
1458 opj_stream_t *p_stream);
1463 * @param p_stream Output buffer stream
1468 opj_stream_t *p_stream);