Home
last modified time | relevance | path

Searched refs:starty (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/ximage/
Dgstximagesrc.c389 return (on_window && (win_x >= src->startx) && (win_y >= src->starty) && in gst_ximage_is_pointer_in_region()
586 ximagesrc->endy > ximagesrc->starty) { in gst_ximage_src_ximage_get()
591 } else if (rects[i].y + rects[i].height - 1 < ximagesrc->starty || in gst_ximage_src_ximage_get()
596 int startx, starty, width, height; in gst_ximage_src_ximage_get() local
600 starty = (rects[i].y < ximagesrc->starty) ? ximagesrc->starty : in gst_ximage_src_ximage_get()
606 rects[i].y + rects[i].height - starty : ximagesrc->endy - in gst_ximage_src_ximage_get()
607 starty + 1; in gst_ximage_src_ximage_get()
611 startx, starty, width, height); in gst_ximage_src_ximage_get()
613 startx, starty, width, height, AllPlanes, ZPixmap, in gst_ximage_src_ximage_get()
615 starty - ximagesrc->starty); in gst_ximage_src_ximage_get()
[all …]
Dgstximagesrc.h87 guint starty; member
/third_party/ffmpeg/libavfilter/
Dvf_histogram.c327 int starty, startx; in filter_frame() local
332 starty = m * s->histogram_size * (s->display_mode == 2); in filter_frame()
336 starty = m++ * (s->level_height + s->scale_height) * (s->display_mode == 2); in filter_frame()
392 s->out->data[p][(i + starty) * s->out->linesize[p] + startx + s->x_pos] = value; in filter_frame()
394 … AV_WN16(s->out->data[p] + (i + starty) * s->out->linesize[p] + startx * 2 + s->x_pos * 2, value); in filter_frame()
400 … s->out->data[0][(minh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[0]; in filter_frame()
401 … s->out->data[0][(maxh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[0]; in filter_frame()
403 … s->out->data[1][(minh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[1]; in filter_frame()
404 … s->out->data[2][(minh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[2]; in filter_frame()
405 … s->out->data[1][(maxh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[1]; in filter_frame()
[all …]
Dvf_nlmeans.c167 int startx, int starty, in compute_unsafe_ssd_integral_image() argument
174 for (y = starty; y < starty + h; y++) { in compute_unsafe_ssd_integral_image()
337 int startx, starty; member
349 const int process_h = td->endy - td->starty; in nlmeans_slice()
352 const int starty = td->starty + slice_start; in nlmeans_slice() local
353 const int endy = td->starty + slice_end; in nlmeans_slice()
355 const uint32_t *ii = td->ii_start + (starty - p - 1) * s->ii_lz_32 - p - 1; in nlmeans_slice()
360 for (y = starty; y < endy; y++) { in nlmeans_slice()
451 .starty = FFMAX(0, -offy), in nlmeans_plane()
462 FFMIN(td.endy - td.starty, ff_filter_get_nb_threads(ctx))); in nlmeans_plane()
Dvf_yaepblur.c110 const int starty = height * jobnr / nb_jobs; \
113 uint64_t *sat = s->sat + (starty + 1) * sat_linesize; \
114 uint64_t *square_sat = s->square_sat + (starty + 1) * sat_linesize; \
115 const type *src = (const type *)td->src + starty * linesize; \
119 for (y = starty; y < endy; y++) { \
184 …const int starty = height * jobnr / nb_jobs; …
193 …for (y = starty; y < endy; y++) { …
Dblend.h74 struct FilterParams *param, double *values, int starty);
Dvf_blend.c127 FilterParams *param, double *values, int starty) \
148 FilterParams *param, double *values, int starty) in blend_normal_8bit() argument
167 FilterParams *param, double *values, int starty) in blend_normal_16bit() argument
192 FilterParams *param, double *values, int starty) in blend_normal_32bit() argument
218 FilterParams *param, double *values, int starty) \
238 FilterParams *param, double *values, int starty) \
264 FilterParams *param, double *values, int starty) \
546 FilterParams *param, double *values, int starty) \ in DEFINE_BLEND8()
558 values[VAR_Y] = y + starty; \ in DEFINE_BLEND8()
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/
Dgstdfb.c378 static int starty = 0; in main() local
404 starty = evt.cy; in main()
491 active->Move (active, endx - startx, endy - starty); in main()
493 starty = endy; in main()
/third_party/ffmpeg/libavcodec/
Derror_resilience.h94 void ff_er_add_slice(ERContext *s, int startx, int starty, int endx, int endy,
Dlibx265.c445 int startx, endx, starty, endy; in libx265_encode_set_roi() local
450 starty = FFMIN(mby, roi->top / mb_size); in libx265_encode_set_roi()
463 for (int y = starty; y < endy; y++) in libx265_encode_set_roi()
Dlibx264.c406 int startx, endx, starty, endy; in X264_frame() local
411 starty = FFMIN(mby, roi->top / MB_SIZE); in X264_frame()
424 for (int y = starty; y < endy; y++) { in X264_frame()
Dlibvpxenc.c1447 int starty, endy, startx, endx; in set_roi_map() local
1451 starty = av_clip(roi->top / block_size, 0, roi_map->rows); in set_roi_map()
1461 for (int y = starty; y < endy; y++) in set_roi_map()
Derror_resilience.c830 void ff_er_add_slice(ERContext *s, int startx, int starty, in ff_er_add_slice() argument
833 const int start_i = av_clip(startx + starty * s->mb_width, 0, s->mb_num - 1); in ff_er_add_slice()
Dh264_slice.c2575 int startx, int starty, in er_add_slice() argument
2584 ff_er_add_slice(er, startx, starty, endx, endy, status); in er_add_slice()
/third_party/ffmpeg/libavfilter/x86/
Dvf_blend_init.c31 struct FilterParams *param, double *values, int starty);
/third_party/python/Lib/
Dturtle.py444 def set_geometry(self, width, height, startx, starty): argument
445 self.geometry("%dx%d%+d%+d"%(width, height, startx, starty))
3696 startx=_CFG["leftright"], starty=_CFG["topbottom"]): argument
3730 if starty is None:
3731 starty = (sh - height) / 2
3732 self._root.set_geometry(width, height, startx, starty)
/third_party/python/Doc/library/
Dturtle.rst2065 .. function:: setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_C…
2078 :param starty: if positive, starting position in pixels from the top
2085 >>> screen.setup (width=200, height=200, startx=0, starty=0)
2087 >>> screen.setup(width=.75, height=0.5, startx=None, starty=None)
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp307 int starty = int((static_cast<float>(height) * 0.1f) + 1); in ValidateReadBufferCenteredQuad() local
311 for (int y = starty; y < endy; ++y) in ValidateReadBufferCenteredQuad()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp311 int starty = int(((float)height * 0.1f) + 1); in ValidateReadBufferCenteredQuad() local
315 for (int y = starty; y < endy; ++y) in ValidateReadBufferCenteredQuad()
/third_party/gstreamer/gstplugins_good/
DChangeLog147017 Add startx, starty, endx, endy properties so screencasts other than full