Name: capi-media-webrtc
Summary: A WebRTC library in Tizen Native API
-Version: 0.2.125
+Version: 0.2.126
Release: 0
Group: Multimedia/API
License: Apache-2.0
#include "webrtc_internal.h"
#include "webrtc_private.h"
+//LCOV_EXCL_START
int webrtc_set_ecore_wl_display(webrtc_h webrtc, unsigned int track_id, void *ecore_wl_window)
{
int ret = WEBRTC_ERROR_NONE;
return ret;
}
-
+//LCOV_EXCL_STOP
\ No newline at end of file
#include "webrtc.h"
#include "webrtc_private.h"
+//LCOV_EXCL_START
typedef struct {
char *key;
GType type;
return __get_matched_structure_from_bundle(options, data_channel_avail_options, "data-channel-options");
}
+//LCOV_EXCL_STOP
\ No newline at end of file
#include "webrtc_private.h"
#include "webrtc_internal.h"
+//LCOV_EXCL_START
static int __parse_message(gchar *message, webrtc_signaling_message_type_e *type, gchar **content)
{
gchar **contents;
return WEBRTC_ERROR_NONE;
}
+//LCOV_EXCL_STOP
\ No newline at end of file
#include "webrtc_private.h"
#include "webrtc_internal.h"
+//LCOV_EXCL_START
#define SIGNALING_MESSAGE_REPLY_UNKNOWN_ERROR "ERROR unknown"
#define SIGNALING_MESSAGE_REPLY_CONNECT_ERROR "ERROR connection"
#define SIGNALING_MESSAGE_REPLY_SESSION_ERROR "ERROR session"
return WEBRTC_ERROR_NONE;
}
+//LCOV_EXCL_STOP
\ No newline at end of file
return __add_media_source(webrtc, type, source_id);
}
+//LCOV_EXCL_START
int _add_media_source_internal(webrtc_s *webrtc, int type, unsigned int *source_id)
{
RET_VAL_IF(webrtc == NULL, WEBRTC_ERROR_INVALID_PARAMETER, "webrtc is NULL");
return __add_media_source(webrtc, type, source_id);
}
+//LCOV_EXCL_STOP
int _remove_media_source(webrtc_s *webrtc, unsigned int source_id)
{
source->media_types = 0;
}
+//LCOV_EXCL_START
int _set_media_path(webrtc_s *webrtc, unsigned int source_id, const char *path)
{
webrtc_gst_slot_s *source = NULL;
return WEBRTC_ERROR_NONE;
}
+//LCOV_EXCL_STOP
static gboolean __check_path_is_not_set_cb(gpointer key, gpointer value, gpointer user_data)
{
return WEBRTC_ERROR_NONE;
}
+//LCOV_EXCL_START
int _set_screen_source_crop(webrtc_s *webrtc, unsigned int source_id, int x, int y, int w, int h, bool portrait_mode, int *width, int *height)
{
webrtc_gst_slot_s *source = NULL;
return WEBRTC_ERROR_NONE;
}
+//LCOV_EXCL_STOP
#include "webrtc.h"
#include "webrtc_private.h"
+//LCOV_EXCL_START
typedef void (*__parse_stats_func)(const GstStructure *s, webrtc_callbacks_s *cb);
/*
LOG_DEBUG("remove stats_timer_src[%u]", webrtc->stats_timer_src);
webrtc->stats_timer_src = 0;
-}
\ No newline at end of file
+}
+//LCOV_EXCL_STOP
\ No newline at end of file
#include "webrtc.h"
#include "webrtc_private.h"
+//LCOV_EXCL_START
webrtc_websocket_s *_alloc_websocket(const int port, const char *ssl_cert_path, const char *ssl_private_key_path, const char *ssl_ca_path, _websocket_cb callback, void *user_data)
{
struct lws_protocols protocols[] = {
return WEBRTC_ERROR_NONE;
}
+//LCOV_EXCL_STOP
\ No newline at end of file