/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstdewarp.cpp | 160 gint in_width, gint in_height, int in_cv_type, 281 filter->in_height = 0; in gst_dewarp_init() 459 cy = filter->y_center * filter->in_height; in gst_dewarp_update_map() 482 gint in_width, gint in_height, gint * out_width, gint * out_height) in gst_dewarp_calculate_dimensions() argument 487 " in height: %" G_GINT32_FORMAT, in_width, in_height); in gst_dewarp_calculate_dimensions() 489 *out_height = in_height; in gst_dewarp_calculate_dimensions() 498 in_height, filter->pad_sink_width, filter->pad_sink_height, in gst_dewarp_calculate_dimensions() 526 *out_height = in_height; in gst_dewarp_calculate_dimensions() 529 filter->pad_sink_height = in_height; in gst_dewarp_calculate_dimensions() 539 *out_height = in_height; in gst_dewarp_calculate_dimensions() [all …]
|
D | gstedgedetect.cpp | 115 gint in_width, gint in_height, int in_cv_type, 247 gint in_width, gint in_height, int in_cv_type, in gst_edge_detect_set_caps() argument 252 filter->cvGray.create (cv::Size (in_width, in_height), CV_8UC1); in gst_edge_detect_set_caps() 253 filter->cvEdge.create (cv::Size (in_width, in_height), CV_8UC1); in gst_edge_detect_set_caps()
|
D | gstcvlaplace.cpp | 114 gint in_width, gint in_height, int in_cv_type, 192 gint in_height, int in_cv_type, gint out_width, in gst_cv_laplace_cv_set_caps() argument 198 filter->cvGray.create (cv::Size (in_width, in_height), CV_8UC1); in gst_cv_laplace_cv_set_caps() 199 filter->Laplace.create (cv::Size (in_width, in_height), CV_8UC1); in gst_cv_laplace_cv_set_caps()
|
D | gstcvsobel.cpp | 112 gint in_width, gint in_height, int in_cv_type, 190 gint in_width, gint in_height, int in_cv_type, in gst_cv_sobel_set_caps() argument 195 filter->cvGray.create (cv::Size (in_width, in_height), CV_8UC1); in gst_cv_sobel_set_caps()
|
D | gstfaceblur.cpp | 159 gint in_width, gint in_height, int in_cv_type, 332 gint in_width, gint in_height, int in_cv_type, in gst_face_blur_set_caps() argument 337 filter->cvGray.create (Size (in_width, in_height), CV_8UC1); in gst_face_blur_set_caps()
|
D | gstskindetect.cpp | 132 gint in_width, gint in_height, int in_cv_type, 236 gint in_width, gint in_height, int in_cv_type, in gst_skin_detect_set_caps() argument 240 cv::Size size = cv::Size (in_width, in_height); in gst_skin_detect_set_caps() 245 filter->height = in_height; in gst_skin_detect_set_caps()
|
D | gstcameraundistort.cpp | 115 gint in_width, gint in_height, int in_cv_type, 283 gint in_width, gint in_height, G_GNUC_UNUSED int in_cv_type, in gst_camera_undistort_set_info() argument 289 undist->imageSize = cv::Size (in_width, in_height); in gst_camera_undistort_set_info()
|
D | gstretinex.cpp | 141 gint in_width, gint in_height, int in_cv_type, 316 gint in_height, int in_cv_type, gint out_width, in gst_retinex_set_caps() argument 322 size = Size (in_width, in_height); in gst_retinex_set_caps()
|
D | gstgrabcut.cpp | 135 gint in_width, gint in_height, int in_cv_type, 265 gint in_height, int in_cv_type, gint out_width, in gst_grabcut_set_caps() argument 271 size = Size (in_width, in_height); in gst_grabcut_set_caps()
|
D | gsthanddetect.cpp | 114 gint in_width, gint in_height, int in_cv_type, 379 gint in_width, gint in_height, int in_cv_type, in gst_handdetect_set_caps() argument 386 if (in_width != 320 || in_height != 240) in gst_handdetect_set_caps() 390 filter->cvGray.create (Size (in_width, in_height), CV_8UC1); in gst_handdetect_set_caps()
|
D | gstsegmentation.cpp | 173 gint in_width, gint in_height, int in_cv_type, gint out_width, 299 gint in_height, int in_cv_type, in gst_segmentation_set_caps() argument 305 size = Size (in_width, in_height); in gst_segmentation_set_caps() 307 segmentation->height = in_height; in gst_segmentation_set_caps()
|
D | gstdewarp.h | 95 gint in_height; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/ |
D | gstopencvvideofilter.cpp | 179 gint in_width, in_height; in gst_opencv_video_filter_set_info() local 187 &in_height, &in_cv_type, &in_err)) { in gst_opencv_video_filter_set_info() 203 if (!klass->cv_set_caps (transform, in_width, in_height, in_cv_type, in gst_opencv_video_filter_set_info() 208 transform->cvImage.create (cv::Size (in_width, in_height), in_cv_type); in gst_opencv_video_filter_set_info()
|
D | gstopencvvideofilter.h | 83 (GstOpencvVideoFilter * transform, gint in_width, gint in_height,
|
/third_party/ffmpeg/libavfilter/ |
D | vf_scale_npp.c | 232 static int init_processing_chain(AVFilterContext *ctx, int in_width, int in_height, in init_processing_chain() argument 273 if (in_width != out_width || in_height != out_height || in init_processing_chain() 278 (out_width > in_width && out_height > in_height)) { in init_processing_chain() 283 !(out_width < in_width && out_height < in_height)) { in init_processing_chain() 302 s->stages[STAGE_DEINTERLEAVE].planes_in[0].height = in_height; in init_processing_chain() 307 s->stages[STAGE_RESIZE].planes_in[0].height = in_height; in init_processing_chain()
|
D | vf_transpose_npp.c | 188 static int init_processing_chain(AVFilterContext *ctx, int in_width, int in_height, in init_processing_chain() argument 221 rot_height = in_height; in init_processing_chain() 227 s->stages[STAGE_ROTATE].planes_in[0].height = in_height; in init_processing_chain()
|
D | v360.h | 157 int in_width, in_height; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 351 gint in_height; member 1659 convert->in_height, convert->out_height, convert->config); in chain_vscale() 1665 gst_video_scaler_new (method, 0, taps, convert->in_height, in chain_vscale() 1674 convert->in_height, convert->out_height, taps, method, backlog); in chain_vscale() 2361 convert->in_height = get_opt_int (convert, in gst_video_converter_new_with_pool() 2372 convert->in_height = in gst_video_converter_new_with_pool() 2373 MIN (convert->in_height, convert->in_maxheight - convert->in_y); in gst_video_converter_new_with_pool() 2374 if (convert->in_height + convert->in_y < 0 || in gst_video_converter_new_with_pool() 2375 convert->in_height + convert->in_y > convert->in_maxheight) { in gst_video_converter_new_with_pool() 2376 convert->in_height = 0; in gst_video_converter_new_with_pool() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuda-converter.c | 1286 gint in_width, in_height; in convert_RGB_TO_YUV() local 1315 in_height = GST_VIDEO_INFO_HEIGHT (in_info); in convert_RGB_TO_YUV() 1329 in_width, in_height, 4, convert->unpack_surface.cuda_stride, format, in convert_RGB_TO_YUV() 1343 convert->y444_surface[2].cuda_stride, in_width, in_height, pstride, in convert_RGB_TO_YUV() 1359 in_width, in_height, 1, convert->y444_surface[i].cuda_stride, format, in convert_RGB_TO_YUV() 1405 gint in_width, in_height; in convert_RGB_TO_RGB() local 1429 in_height = GST_VIDEO_INFO_HEIGHT (in_info); in convert_RGB_TO_RGB() 1449 in_width, in_height, 4, convert->unpack_surface.cuda_stride, format, in convert_RGB_TO_RGB()
|
/third_party/cups-filters/filter/pdftopdf/ |
D | nup.cc | 204 bool NupState::nextPage(float in_width,float in_height,NupPageEdit &ret) // {{{ in nextPage() argument 214 ret.sub.height=in_height; in nextPage()
|
D | nup.h | 74 bool nextPage(float in_width,float in_height,NupPageEdit &ret);
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglcolorconvert.c | 139 gint in_height = frames[i].height; in check_conversion() local 144 gst_video_info_set_format (&in_info, in_v_format, in_width, in_height); in check_conversion()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstwrappercamerabinsrc.c | 677 gint in_width = 0, in_height = 0, req_width = 0, req_height = 0, crop = 0; in adapt_image_capture() local 686 gst_structure_get_int (in_st, "height", &in_height); in adapt_image_capture() 693 req_height, in_width, in_height); in adapt_image_capture() 701 ratio_h = (gdouble) in_height / req_height; in adapt_image_capture() 704 crop = in_height - (req_height * ratio_w); in adapt_image_capture()
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | gstvideobox.h | 63 gint in_width, in_height; member
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11videoprocessor.h | 33 guint in_height,
|