ROHC compression/decompression library
Main Page
Related Pages
Modules
Data Structures
Files
Deprecated List
Global
c_deliver_feedback
(struct
rohc_comp
*comp, unsigned char *packet, int size)
please do not use this function anymore, use
rohc_comp_deliver_feedback2()
instead
Global
c_piggyback_feedback
(struct
rohc_comp
*comp, unsigned char *feedback, int size)
please do not use this function anymore, instead use
rohc_decompress3()
and prepend feedback data yourself
Global
clear_statistics
(struct
rohc_decomp
*decomp)
please do not use this function anymore
Global
crc_get_polynom
(int type)
please do not use crc_get_polynom anymore, simply remove it from your code
Global
crc_init_table
(unsigned char *table, unsigned char poly)
please do not use crc_init_table anymore, simply remove it from your code
Global
crc_table_2
[256]
please do not use this variable anymore
Global
crc_table_3
[256]
please do not use this variable anymore
Global
crc_table_6
[256]
please do not use this variable anymore
Global
crc_table_7
[256]
please do not use this variable anymore
Global
crc_table_8
[256]
please do not use this variable anymore
Global
rohc_activate_profile
(struct
rohc_comp
*comp, int profile)
do not use this function anymore, use
rohc_comp_enable_profile()
instead
Global
rohc_alloc_compressor
(int max_cid, int jam_use, int adapt_size, int encap_size)
do not use this function anymore, use
rohc_comp_new2()
instead
Global
rohc_alloc_decompressor
(struct
rohc_comp
*compressor)
do not use this function anymore, use
rohc_decomp_new2()
instead
Global
rohc_c_context
(struct
rohc_comp
*comp, int cid, unsigned int indent, char *buffer)
do not use this function anymore, use
rohc_comp_get_general_info()
instead
Global
rohc_c_info
(char *buffer)
do not use this function anymore, use
rohc_comp_get_general_info()
instead
Global
rohc_c_is_enabled
(struct
rohc_comp
*comp)
do not use this function anymore, the ROHC compressor shall be considered always enabled now
Global
rohc_c_set_enable
(struct
rohc_comp
*comp, int enable)
do not use this function anymore, the ROHC compressor shall be considered always enabled now
Global
rohc_c_set_header
(struct
rohc_comp
*comp, int header)
do not use this function anymore, simply remove it from your code
Global
rohc_c_set_large_cid
(struct
rohc_comp
*comp, int large_cid)
please do not use this function anymore, use the parameter cid_type of
rohc_comp_new2()
instead
Global
rohc_c_set_max_cid
(struct
rohc_comp
*comp, int value)
please do not use this function anymore, use the parameter max_cid of
rohc_comp_new2()
instead
Global
rohc_c_set_mrru
(struct
rohc_comp
*comp, int value)
do not use this function anymore, use
rohc_comp_set_mrru()
instead
Global
rohc_c_state
do not use this type anymore, use
rohc_comp_state_t
instead
Global
rohc_c_statistics
(struct
rohc_comp
*comp, unsigned int indent, char *buffer)
do not use this function anymore, use
rohc_comp_get_general_info()
instead
Global
rohc_c_using_small_cid
(struct
rohc_comp
*comp)
please do not use this function anymore, use
rohc_comp_get_cid_type()
instead
Global
rohc_comp_add_rtp_port
(struct
rohc_comp
*const comp, const unsigned int port)
please do not use this function anymore, use
rohc_comp_set_rtp_detection_cb()
instead
Global
rohc_comp_deliver_feedback
(struct
rohc_comp
*const comp, const uint8_t *const packet, const size_t size)
please do not use this function anymore, use
rohc_comp_deliver_feedback2()
instead
Global
rohc_comp_get_last_packet_info
(const struct
rohc_comp
*const comp,
rohc_comp_last_packet_info_t
*const info)
do not use this function anymore, use
rohc_comp_get_last_packet_info2()
instead
Global
rohc_comp_get_segment
(struct
rohc_comp
*const comp, unsigned char *const segment, const size_t max_len, size_t *const len)
please do not use this function anymore, use
rohc_comp_get_segment2()
instead
Class
rohc_comp_last_packet_info_t
do not use this struct anymore, use
rohc_comp_last_packet_info2_t
instead
Global
rohc_comp_new
(const rohc_cid_type_t cid_type, const rohc_cid_t max_cid)
do not use this function anymore, use
rohc_comp_new2()
instead
Global
rohc_comp_piggyback_feedback
(struct
rohc_comp
*const comp, const unsigned char *const feedback, const size_t size)
please do not use this function anymore, instead use
rohc_decompress3()
and prepend feedback data yourself
Global
rohc_comp_remove_rtp_port
(struct
rohc_comp
*const comp, const unsigned int port)
please do not use this function anymore, use
rohc_comp_set_rtp_detection_cb()
instead
Global
rohc_comp_reset_rtp_ports
(struct
rohc_comp
*const comp)
please do not use this function anymore, use
rohc_comp_set_rtp_detection_cb()
instead
Global
rohc_comp_set_random_cb
(struct
rohc_comp
*const comp, rohc_comp_random_cb_t callback, void *const user_context)
do not use this function anymore, use
rohc_comp_new2()
instead
Global
rohc_comp_set_traces_cb
(struct
rohc_comp
*const comp, rohc_trace_callback_t callback)
do not use this function anymore, use
rohc_comp_set_traces_cb2()
instead
Global
rohc_compress
(struct
rohc_comp
*comp, unsigned char *ibuf, int isize, unsigned char *obuf, int osize)
do not use this function anymore, use
rohc_compress4()
instead
Global
rohc_compress2
(struct
rohc_comp
*const comp, const unsigned char *const uncomp_packet, const size_t uncomp_packet_len, unsigned char *const rohc_packet, const size_t rohc_packet_max_len, size_t *const rohc_packet_len)
do not use this function anymore, use
rohc_compress4()
instead
Global
rohc_compress3
(struct
rohc_comp
*const comp, const struct
rohc_ts
arrival_time, const unsigned char *const uncomp_packet, const size_t uncomp_packet_len, unsigned char *const rohc_packet, const size_t rohc_packet_max_len, size_t *const rohc_packet_len)
do not use this function anymore, use
rohc_compress4()
instead
Global
rohc_d_state
do not use this type anymore, use
rohc_decomp_state_t
instead
Global
rohc_d_statistics
(struct
rohc_decomp
*decomp, unsigned int indent, char *buffer)
please do not use this function anymore, use
rohc_decomp_get_general_info()
and
rohc_decomp_get_last_packet_info()
instead
Global
rohc_decomp_new
(const rohc_cid_type_t cid_type, const rohc_cid_t max_cid, const rohc_mode_t mode, struct
rohc_comp
*const comp)
please do not use this function anymore use
rohc_decomp_new2()
and
rohc_decompress3()
instead
Global
rohc_decomp_set_cid_type
(struct
rohc_decomp
*const decomp, const rohc_cid_type_t cid_type)
please do not use this function anymore, use the parameter cid_type of
rohc_decomp_new2()
instead
Global
rohc_decomp_set_max_cid
(struct
rohc_decomp
*const decomp, const size_t max_cid)
please do not use this function anymore, use the parameter max_cid of
rohc_decomp_new2()
instead
Global
rohc_decomp_set_traces_cb
(struct
rohc_decomp
*decomp, rohc_trace_callback_t callback)
do not use this function anymore, use
rohc_decomp_set_traces_cb2()
instead
Global
rohc_decompress
(struct
rohc_decomp
*decomp, unsigned char *ibuf, int isize, unsigned char *obuf, int osize)
do not use this function anymore, use rohc_decompress4() instead
Global
rohc_decompress2
(struct
rohc_decomp
*const decomp, const struct
rohc_ts
arrival_time, const unsigned char *const rohc_packet, const size_t rohc_packet_len, unsigned char *const uncomp_packet, const size_t uncomp_packet_max_len, size_t *const uncomp_packet_len)
do not use this function anymore, use
rohc_decompress3()
instead
Global
rohc_decompress_both
(struct
rohc_decomp
*decomp, unsigned char *ibuf, int isize, unsigned char *obuf, int osize, int large)
do not use this function anymore, use
rohc_decomp_new2()
and
rohc_decompress3()
instead
Global
ROHC_ERROR
please do not use this constant anymore, use
rohc_compress4()
instead
Global
ROHC_ERROR_CRC
please do not use this constant anymore, use
rohc_compress4()
instead
Global
ROHC_ERROR_NO_CONTEXT
please do not use this constant anymore, use
rohc_compress4()
instead
Global
ROHC_ERROR_PACKET_FAILED
please do not use this constant anymore, use
rohc_compress4()
instead
Global
rohc_feedback_avail_bytes
(const struct
rohc_comp
*const comp)
please do not use this function anymore, instead use
rohc_decompress3()
and handle feedback data yourself
Global
rohc_feedback_flush
(struct
rohc_comp
*comp, unsigned char *obuf, int osize)
please do not use this function anymore, instead use
rohc_decompress3()
and send feedback data yourself
Global
ROHC_FEEDBACK_ONLY
please do not use this constant anymore, use
rohc_compress4()
instead
Global
rohc_feedback_remove_locked
(struct
rohc_comp
*const comp)
please do not use this function anymore, instead use
rohc_decompress3()
and handle feedback data yourself
Global
rohc_feedback_unlock
(struct
rohc_comp
*const comp)
please do not use this function anymore, instead use
rohc_decompress3()
and handle feedback data yourself
Global
rohc_free_compressor
(struct
rohc_comp
*comp)
do not use this function anymore, use
rohc_comp_free()
instead
Global
rohc_free_decompressor
(struct
rohc_decomp
*decomp)
do not use this function anymore, use
rohc_decomp_free()
instead
Global
rohc_mode
do not use this type anymore, use
rohc_mode_t
instead
Global
ROHC_NEED_REPARSE
please do not use this constant anymore, use
rohc_compress4()
instead
Global
ROHC_NEED_SEGMENT
please do not use this constant anymore, use
rohc_compress4()
instead
Global
ROHC_NON_FINAL_SEGMENT
please do not use this constant anymore, use
rohc_compress4()
instead
Global
ROHC_OK
please do not use this constant anymore, use
rohc_compress4()
instead
Global
rohc_trace_callback_t
)(const rohc_trace_level_t level, const rohc_trace_entity_t entity, const int profile, const char *const format,...)
do not use this type anymore, use rohc_trace_callback2_t instead
Global
user_interactions
(struct
rohc_decomp
*decomp, int feedback_maxval)
please do not use this function anymore
Generated on Sun Jun 22 2014 15:39:30 for ROHC compression/decompression library by
1.7.6.1