Lines Matching full:param
92 * @param pkt packet
93 * @param channel_id packet channel ID
94 * @param type packet type
95 * @param timestamp packet timestamp
96 * @param size packet size
105 * @param pkt packet
112 * @param h reader context
113 * @param p packet
114 * @param chunk_size current chunk size
115 * @param prev_pkt previously read packet headers for all channels
117 * @param nb_prev_pkt number of allocated elements in prev_pkt
126 * @param h reader context
127 * @param p packet
128 * @param chunk_size current chunk size
129 * @param prev_pkt previously read packet headers for all channels
131 * @param nb_prev_pkt number of allocated elements in prev_pkt
132 * @param c the first byte already read
142 * @param h reader context
143 * @param p packet to send
144 * @param chunk_size current chunk size
145 * @param prev_pkt previously sent packet headers for all channels
147 * @param nb_prev_pkt number of allocated elements in prev_pkt
157 * @param ctx output context
158 * @param p packet to dump
165 * @param prev_pkt array with previously sent packet headers
166 * @param nb_prev_pkt number of allocated elements in prev_pkt
167 * @param channel the channel number that needs to be allocated
181 * @param data input data
182 * @param data_end input buffer end
190 * @param data AMF object data
191 * @param data_end input buffer end
192 * @param name name of field to retrieve
193 * @param dst buffer for storing result
194 * @param dst_size output buffer size
203 * @param dst pointer to the input buffer (will be modified)
204 * @param val value to write
211 * @param dst pointer to the input buffer (will be modified)
212 * @param num value to write
219 * @param dst pointer to the input buffer (will be modified)
220 * @param str string to write
227 * @param dst pointer to the input buffer (will be modified)
228 * @param str1 first string to write, may be null
229 * @param str2 second string to write, may be null
236 * @param dst pointer to the input buffer (will be modified)
243 * @param dst pointer to the input buffer (will be modified)
250 * @param dst pointer to the input buffer (will be modified)
251 * @param str string to write
258 * @param dst pointer to the input buffer (will be modified)
265 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
266 *@param[out] val read value
279 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
280 *@param[out] str read string
281 *@param[in] strsize buffer size available to store the read string
282 *@param[out] length read string length
294 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data
295 *@param[out] str read string
296 *@param[in] strsize buffer size available to store the read string
297 *@param[out] length read string length
306 *@param[in,out] gbc GetByteContext initialized with AMF-formatted data