Home
last modified time | relevance | path

Searched refs:vscale (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c336 GstVideoScale *vscale = GST_VIDEO_SCALE (object); in gst_video_scale_set_property() local
340 GST_OBJECT_LOCK (vscale); in gst_video_scale_set_property()
341 vscale->method = g_value_get_enum (value); in gst_video_scale_set_property()
342 GST_OBJECT_UNLOCK (vscale); in gst_video_scale_set_property()
345 GST_OBJECT_LOCK (vscale); in gst_video_scale_set_property()
346 vscale->add_borders = g_value_get_boolean (value); in gst_video_scale_set_property()
347 GST_OBJECT_UNLOCK (vscale); in gst_video_scale_set_property()
348 gst_base_transform_reconfigure_src (GST_BASE_TRANSFORM_CAST (vscale)); in gst_video_scale_set_property()
351 GST_OBJECT_LOCK (vscale); in gst_video_scale_set_property()
352 vscale->sharpness = g_value_get_double (value); in gst_video_scale_set_property()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/
Dgstcamerabinpreview.c135 GstElement *vscale; in gst_camerabin_create_preview_pipeline() local
147 vscale = gst_element_factory_make ("videoscale", "preview-vscale"); in gst_camerabin_create_preview_pipeline()
149 if (!data->appsrc || !data->appsink || !csp || !vscale) { in gst_camerabin_create_preview_pipeline()
158 data->appsink, csp, vscale, NULL); in gst_camerabin_create_preview_pipeline()
169 vscale, "sink", GST_PAD_LINK_CHECK_CAPS)); in gst_camerabin_create_preview_pipeline()
173 vscale, "sink", GST_PAD_LINK_CHECK_NOTHING)); in gst_camerabin_create_preview_pipeline()
177 GST_PAD_LINK_FAILED (gst_element_link_pads_full (vscale, "src", csp, in gst_camerabin_create_preview_pipeline()
198 data->vscale = vscale; in gst_camerabin_create_preview_pipeline()
212 if (vscale) in gst_camerabin_create_preview_pipeline()
213 gst_object_unref (vscale); in gst_camerabin_create_preview_pipeline()
[all …]
Dgstcamerabinpreview.h43 GstElement *vscale; member
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstrev.c112 gint linespace, vscale; in gst_revtv_transform_frame() local
139 vscale = filter->vscale; in gst_revtv_transform_frame()
151 yval = y - ((short) (R + G + B) / vscale); in gst_revtv_transform_frame()
178 filter->vscale = g_value_get_int (value); in gst_revtv_set_property()
201 g_value_set_int (value, filter->vscale); in gst_revtv_get_property()
251 restv->vscale = 50; in gst_revtv_init()
Dgstrev.h75 gint vscale; member
/third_party/skia/src/opts/
DSkBlitMask_opts.h66 uint16x8_t vscale, vmask256 = SkAlpha255To256_neon8(vmask); in D32_A8_Opaque_Color_neon() local
68 vscale = vsubw_u8(vdupq_n_u16(256), in D32_A8_Opaque_Color_neon()
71 vscale = vsubw_u8(vdupq_n_u16(256), vmask); in D32_A8_Opaque_Color_neon()
76 + SkAlphaMul_neon8(vdev.val[NEON_A], vscale); in D32_A8_Opaque_Color_neon()
78 + SkAlphaMul_neon8(vdev.val[NEON_R], vscale); in D32_A8_Opaque_Color_neon()
80 + SkAlphaMul_neon8(vdev.val[NEON_G], vscale); in D32_A8_Opaque_Color_neon()
82 + SkAlphaMul_neon8(vdev.val[NEON_B], vscale); in D32_A8_Opaque_Color_neon()
134 uint16x8_t vscale = vsubw_u8(vdupq_n_u16(256), vmask); in blit_mask_d32_a8_black() local
137 vdevice = SkAlphaMulQ_neon8(vdevice, vscale); in blit_mask_d32_a8_black()
DSkBitmapProcState_opts.h402 uint16x4_t vx, vconst16_16, v16_x, tmp, vscale; in filter_and_scale_by_alpha() local
428 vscale = vdup_n_u16(scale); // duplicate scale in filter_and_scale_by_alpha()
430 tmp = vmul_u16(tmp, vscale); // multiply result by scale in filter_and_scale_by_alpha()
/third_party/ffmpeg/libavfilter/
Dvf_scale_cuda.cu38 float vscale = (float)src_height / (float)dst_height; in Subsample_Nearest() local
40 float yi = (yo + 0.5f) * vscale; in Subsample_Nearest()
59 float vscale = (float)src_height / (float)dst_height; in Subsample_Bilinear() local
61 float yi = (yo + 0.5f) * vscale; in Subsample_Bilinear()
64 float wv = min(max(0.5f * (vscale - 1.0f), 0.0f), 1.0f); in Subsample_Bilinear()
Dvf_scale_cuda_bicubic.cu98 float vscale = (float)src_height / (float)dst_height; in Subsample_Bicubic() local
100 float yi = (yo + 0.5f) * vscale - 0.5f; in Subsample_Bicubic()
141 float vscale = (float)src_height / (float)dst_height; in Subsample_FastBicubic() local
143 float yi = (yo + 0.5f) * vscale - 0.5f; in Subsample_FastBicubic()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-scaler.c1202 get_functions (GstVideoScaler * hscale, GstVideoScaler * vscale, in get_functions() argument
1297 switch (vscale ? vscale->resampler.max_taps : 0) { in get_functions()
1327 switch (vscale ? vscale->resampler.max_taps : 0) { in get_functions()
1451 gst_video_scaler_2d (GstVideoScaler * hscale, GstVideoScaler * vscale, in gst_video_scaler_2d() argument
1465 if (!get_functions (hscale, vscale, format, &hfunc, &vfunc, &n_elems, &width, in gst_video_scaler_2d()
1469 interlaced = vscale && ! !(vscale->flags & GST_VIDEO_SCALER_FLAG_INTERLACED); in gst_video_scaler_2d()
1474 if (vscale == NULL) { in gst_video_scaler_2d()
1505 if (vscale->tmpwidth < width) in gst_video_scaler_2d()
1506 realloc_tmplines (vscale, n_elems, width); in gst_video_scaler_2d()
1508 v_taps = vscale->resampler.max_taps; in gst_video_scaler_2d()
[all …]
Dconvertframe.c118 GstElement *vcrop = NULL, *csp = NULL, *csp2 = NULL, *vscale = NULL; in build_convert_frame_pipeline() local
138 !create_element ("videoscale", &vscale, &error) || in build_convert_frame_pipeline()
147 g_object_set (vscale, "add-borders", TRUE, NULL); in build_convert_frame_pipeline()
150 gst_bin_add_many (GST_BIN (pipeline), src, csp, vscale, sink, NULL); in build_convert_frame_pipeline()
189 if (!gst_element_link_pads_full (csp, "src", vscale, "sink", in build_convert_frame_pipeline()
196 if (!gst_element_link_pads_full (vscale, "src", sink, "sink", in build_convert_frame_pipeline()
206 if (!gst_element_link (vscale, encoder)) in build_convert_frame_pipeline()
244 if (vscale) in build_convert_frame_pipeline()
245 gst_object_unref (vscale); in build_convert_frame_pipeline()
263 gst_object_unref (vscale); in build_convert_frame_pipeline()
Dvideo-scaler.h92 GstVideoScaler *vscale,
/third_party/ffmpeg/libswscale/
DMakefile20 vscale.o \
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.c1077 gdouble hscale, vscale; in gst_ass_render_composite_overlay() local
1123 vscale = (gdouble) render->info.height / (gdouble) render->ass_frame_height; in gst_ass_render_composite_overlay()
1126 hscale * min_x, vscale * min_y, hscale * width, vscale * height, in gst_ass_render_composite_overlay()
/third_party/ffmpeg/libavcodec/
Dvp8.c548 int part1_size, hscale, vscale, i, j, ret; in vp7_decode_frame_header() local
589 vscale = vp8_rac_get_uint(c, 2); in vp7_decode_frame_header()
590 if (hscale || vscale) in vp7_decode_frame_header()
712 int header_size, hscale, vscale, ret; in vp8_decode_frame_header() local
754 vscale = buf[6] >> 6; in vp8_decode_frame_header()
758 if (hscale || vscale) in vp8_decode_frame_header()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp717 KEYWORD(vscale); in LexIdentifier()
/third_party/ffmpeg/
DBUILD.gn1611 "//third_party/ffmpeg/libswscale/vscale.c",
/third_party/gstreamer/gstplugins_base/
DChangeLog56837 get_functions a known format, but no hscale or vscale, it'll return