Searched refs:DEFAULT_WIDTH (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstsquare.c | 78 #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/ |
D | gstgoom.c | 49 #define DEFAULT_WIDTH 320 macro 121 goom->width = DEFAULT_WIDTH; in gst_goom2k1_init()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | benchmark-video-conversion.c | 28 #define DEFAULT_WIDTH 1920 macro 124 gint width = DEFAULT_WIDTH; in main()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | gstgoom.c | 53 #define DEFAULT_WIDTH 320 macro 134 goom->width = DEFAULT_WIDTH; in gst_goom_init()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstcvsmooth.cpp | 135 #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()
|
D | gsttextoverlay.cpp | 82 #define DEFAULT_WIDTH 1.0 macro 210 DEFAULT_WIDTH, in gst_opencv_text_overlay_class_init()
|
/third_party/ffmpeg/tests/ |
D | videogen.c | 148 name, DEFAULT_WIDTH, DEFAULT_HEIGHT); in print_help() 165 w = DEFAULT_WIDTH; in main()
|
D | rotozoom.c | 172 w = DEFAULT_WIDTH; in main()
|
D | utils.c | 102 #define DEFAULT_WIDTH 352 macro
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/ |
D | gstcamerabin-enum.h | 36 #define DEFAULT_WIDTH 640 macro
|
D | gstbasecamerasrc.c | 76 #define DEFAULT_WIDTH 640 macro 562 self->width = DEFAULT_WIDTH; in gst_base_camera_src_init()
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | gstdxgiscreencapsrc.c | 97 #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/ |
D | gstrawvideoparse.c | 101 #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/ |
D | gstwpevideosrc.cpp | 96 #define DEFAULT_WIDTH 1920 macro 419 gst_structure_fixate_field_nearest_int (structure, "width", DEFAULT_WIDTH); in gst_wpe_video_src_fixate()
|