Home
last modified time | relevance | path

Searched refs:in_height (Results 1 – 25 of 37) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdewarp.cpp160 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 …]
Dgstedgedetect.cpp115 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()
Dgstcvlaplace.cpp114 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()
Dgstcvsobel.cpp112 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()
Dgstfaceblur.cpp159 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()
Dgstskindetect.cpp132 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()
Dgstcameraundistort.cpp115 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()
Dgstretinex.cpp141 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()
Dgstgrabcut.cpp135 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()
Dgsthanddetect.cpp114 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()
Dgstsegmentation.cpp173 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()
Dgstdewarp.h95 gint in_height; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/
Dgstopencvvideofilter.cpp179 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()
Dgstopencvvideofilter.h83 (GstOpencvVideoFilter * transform, gint in_width, gint in_height,
/third_party/ffmpeg/libavfilter/
Dvf_scale_npp.c232 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()
Dvf_transpose_npp.c188 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()
Dv360.h157 int in_width, in_height; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c351 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/
Dcuda-converter.c1286 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/
Dnup.cc204 bool NupState::nextPage(float in_width,float in_height,NupPageEdit &ret) // {{{ in nextPage() argument
214 ret.sub.height=in_height; in nextPage()
Dnup.h74 bool nextPage(float in_width,float in_height,NupPageEdit &ret);
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglcolorconvert.c139 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/
Dgstwrappercamerabinsrc.c677 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/
Dgstvideobox.h63 gint in_width, in_height; member
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11videoprocessor.h33 guint in_height,

12