Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstsquare.c78 #define DEFAULT_WIDTH 0.5 macro
217 0.0, 1.0, DEFAULT_WIDTH, in gst_square_class_init()
238 filter->width = DEFAULT_WIDTH; in gst_square_init()
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dgstgoom.c49 #define DEFAULT_WIDTH 320 macro
121 goom->width = DEFAULT_WIDTH; in gst_goom2k1_init()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dbenchmark-video-conversion.c28 #define DEFAULT_WIDTH 1920 macro
124 gint width = DEFAULT_WIDTH; in main()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgstgoom.c53 #define DEFAULT_WIDTH 320 macro
134 goom->width = DEFAULT_WIDTH; in gst_goom_init()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcvsmooth.cpp135 #define DEFAULT_WIDTH G_MAXINT macro
218 0, G_MAXINT, DEFAULT_WIDTH, in gst_cv_smooth_class_init()
260 filter->width = DEFAULT_WIDTH; in gst_cv_smooth_init()
Dgsttextoverlay.cpp82 #define DEFAULT_WIDTH 1.0 macro
210 DEFAULT_WIDTH, in gst_opencv_text_overlay_class_init()
/third_party/ffmpeg/tests/
Dvideogen.c148 name, DEFAULT_WIDTH, DEFAULT_HEIGHT); in print_help()
165 w = DEFAULT_WIDTH; in main()
Drotozoom.c172 w = DEFAULT_WIDTH; in main()
Dutils.c102 #define DEFAULT_WIDTH 352 macro
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/
Dgstcamerabin-enum.h36 #define DEFAULT_WIDTH 640 macro
Dgstbasecamerasrc.c76 #define DEFAULT_WIDTH 640 macro
562 self->width = DEFAULT_WIDTH; in gst_base_camera_src_init()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdxgiscreencapsrc.c97 #define DEFAULT_WIDTH (0) macro
182 0, G_MAXINT, DEFAULT_WIDTH, G_PARAM_READWRITE)); in gst_dxgi_screen_cap_src_class_init()
201 src->capture_w = DEFAULT_WIDTH; in gst_dxgi_screen_cap_src_init()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c101 #define DEFAULT_WIDTH 320 macro
231 0, G_MAXINT, DEFAULT_WIDTH, in gst_raw_video_parse_class_init()
1077 config->width = DEFAULT_WIDTH; in gst_raw_video_parse_init_config()
1089 gst_video_info_set_format (&(config->info), DEFAULT_FORMAT, DEFAULT_WIDTH, in gst_raw_video_parse_init_config()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpevideosrc.cpp96 #define DEFAULT_WIDTH 1920 macro
419 gst_structure_fixate_field_nearest_int (structure, "width", DEFAULT_WIDTH); in gst_wpe_video_src_fixate()