Home
last modified time | relevance | path

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

/dports/net/mediastreamer/mediastreamer-2.16.1/include/mediastreamer2/
H A Dmsvideo.h109 #define MS_VIDEO_SIZE_1080P_H 1080 macro
172 #define MS_VIDEO_SIZE_1080P (MSVideoSize){ MS_VIDEO_SIZE_1080P_W, MS_VIDEO_SIZE_1080P_H }
/dports/net/mediastreamer/mediastreamer-2.16.1/src/videofilters/
H A Dwinvideods.c601 …else if (try_format_size(s, s->pix_fmt, MS_VIDEO_SIZE_1080P_W, MS_VIDEO_SIZE_1080P_H, &pPinCategor… in v4w_configure_videodevice()
602 ms_message("Selected Size: %ix%i.", MS_VIDEO_SIZE_1080P_W, MS_VIDEO_SIZE_1080P_H); in v4w_configure_videodevice()
796 …else if (try_format_size(s, s->pix_fmt, MS_VIDEO_SIZE_1080P_W, MS_VIDEO_SIZE_1080P_H, &pPinCategor… in v4w_open_videodevice()
797 ms_message("Selected Size: %ix%i.", MS_VIDEO_SIZE_1080P_W, MS_VIDEO_SIZE_1080P_H); in v4w_open_videodevice()
H A Dioscapture.m395 if (((outputSize.width * outputSize.height) == (MS_VIDEO_SIZE_1080P_W * MS_VIDEO_SIZE_1080P_H))
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dfactory.c101 ADD_SUPPORTED_VIDEO_DEFINITION(factory, MS_VIDEO_SIZE_1080P_W, MS_VIDEO_SIZE_1080P_H, "1080p"); in initialize_supported_video_definitions()
H A Dlinphonecore.c5356 { { MS_VIDEO_SIZE_1080P_W, MS_VIDEO_SIZE_1080P_H }, "1080p" },