Home
last modified time | relevance | path

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

/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dvideo_tester.c579 BC_ASSERT_STRING_EQUAL(newCamId,ms_web_cam_get_string_id(linphone_call_get_video_device(call))); in enable_disable_camera_after_camera_switches()
583 BC_ASSERT_STRING_EQUAL(newCamId,ms_web_cam_get_string_id(linphone_call_get_video_device(call))); in enable_disable_camera_after_camera_switches()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecall.c2275 && video_stream_get_camera(call->videostream) != linphone_call_get_video_device(call)) {
2278 …new_cam = linphone_call_get_video_device(call) ? ms_web_cam_get_name(linphone_call_get_video_devic…
2280 video_stream_change_camera(call->videostream, linphone_call_get_video_device(call));
3655 cam = linphone_call_get_video_device(call);
5097 MSWebCam *linphone_call_get_video_device(const LinphoneCall *call) { function
H A Dprivate.h1996 LINPHONE_PUBLIC MSWebCam *linphone_call_get_video_device(const LinphoneCall *call);