Home | History | Annotate | Download | only in audio

Lines Matching full:channel

239 	sdp_data_t *channel;
266 channel = sdp_data_alloc(SDP_UINT8, &ch);
267 proto[1] = sdp_list_append(proto[1], channel);
275 sdp_data_free(channel);
295 sdp_data_t *channel;
322 channel = sdp_data_alloc(SDP_UINT8, &ch);
323 proto[1] = sdp_list_append(proto[1], channel);
331 sdp_data_free(channel);
351 sdp_data_t *channel, *features;
381 channel = sdp_data_alloc(SDP_UINT8, &ch);
382 proto[1] = sdp_list_append(proto[1], channel);
396 sdp_data_free(channel);