Home
last modified time | relevance | path

Searched refs:local_st_desc (Results 1 – 1 of 1) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecall.c3374 const SalStreamDescription *local_st_desc; local
3452 local_st_desc=sal_media_description_find_stream(call->localdesc,stream->proto,SalAudio);
3453 crypto_idx = find_crypto_index_from_tag(local_st_desc->crypto, stream->crypto_local_tag);
3924 const SalStreamDescription *local_st_desc; local
3926 local_st_desc = sal_media_description_find_secure_stream_of_type(call->localdesc, SalAudio);
3929 if (call->audiostream && local_st_desc && old_stream && new_stream &&
3933 local_st_desc = sal_media_description_find_secure_stream_of_type(call->localdesc, SalText);
3936 if (call->textstream && local_st_desc && old_stream && new_stream &&
3937 update_stream_crypto_params(call,local_st_desc,old_stream,new_stream,&call->textstream->ms)){
3943 local_st_desc = sal_media_description_find_secure_stream_of_type(call->localdesc, SalVideo);
[all …]