Home
last modified time | relevance | path

Searched refs:startx (Results 1 – 25 of 25) 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()
585 if (ximagesrc->endx > ximagesrc->startx && in gst_ximage_src_ximage_get()
588 if (rects[i].x + rects[i].width - 1 < ximagesrc->startx || in gst_ximage_src_ximage_get()
596 int startx, starty, width, height; in gst_ximage_src_ximage_get() local
598 startx = (rects[i].x < ximagesrc->startx) ? ximagesrc->startx : in gst_ximage_src_ximage_get()
603 rects[i].x + rects[i].width - startx : in gst_ximage_src_ximage_get()
604 ximagesrc->endx - startx + 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()
614 meta->ximage, startx - ximagesrc->startx, in gst_ximage_src_ximage_get()
[all …]
Dgstximagesrc.h86 guint startx; member
/third_party/ffmpeg/libavfilter/
Dvf_histogram.c327 int starty, startx; in filter_frame() local
333 startx = m++ * s->width * (s->display_mode == 1); in filter_frame()
335 startx = m * s->histogram_size * (s->display_mode == 1); 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
175 … uint32_t acc = dst[y*dst_linesize_32 + startx - 1] - dst[(y-1)*dst_linesize_32 + startx - 1]; in compute_unsafe_ssd_integral_image()
179 for (x = startx; x < startx + w; x++) { in compute_unsafe_ssd_integral_image()
337 int startx, starty; member
363 for (x = td->startx; x < td->endx; x++) { in nlmeans_slice()
450 .startx = FFMAX(0, -offx), in nlmeans_plane()
Dvf_yaepblur.c145 const int startx = width * jobnr / nb_jobs; in PRE_CALCULATE_ROW() local
151 for (x = startx; x < endx; x++) { in PRE_CALCULATE_ROW()
Dvf_fieldmatch.c510 const int startx = (plane == 0 ? 8 : 8 >> fm->hsub); in compare_fields() local
511 const int stopx = width - startx; in compare_fields()
547 for (x = startx; x < stopx; x++) { in compare_fields()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dtouch.c21 drawLine(SDL_Renderer *renderer, float startx, float starty, float dx, float dy) in drawLine() argument
37 x = startx - BRUSH_SIZE / 2.0f; in drawLine()
/third_party/libpng/
Dpngread.c2980 unsigned int startx, stepx, stepy; in png_image_read_and_map() local
2989 startx = PNG_PASS_START_COL(pass); in png_image_read_and_map()
2998 startx = 0; in png_image_read_and_map()
3015 outrow += startx; in png_image_read_and_map()
3297 unsigned int startx, stepx, stepy; in png_image_read_composite() local
3306 startx = PNG_PASS_START_COL(pass) * channels; in png_image_read_composite()
3315 startx = 0; in png_image_read_composite()
3334 outrow += startx; in png_image_read_composite()
3456 unsigned int startx, stepx, stepy; in png_image_read_background() local
3465 startx = PNG_PASS_START_COL(pass); in png_image_read_background()
[all …]
/third_party/skia/third_party/externals/libpng/
Dpngread.c2980 unsigned int startx, stepx, stepy; in png_image_read_and_map() local
2989 startx = PNG_PASS_START_COL(pass); in png_image_read_and_map()
2998 startx = 0; in png_image_read_and_map()
3015 outrow += startx; in png_image_read_and_map()
3297 unsigned int startx, stepx, stepy; in png_image_read_composite() local
3306 startx = PNG_PASS_START_COL(pass) * channels; in png_image_read_composite()
3315 startx = 0; in png_image_read_composite()
3334 outrow += startx; in png_image_read_composite()
3456 unsigned int startx, stepx, stepy; in png_image_read_background() local
3465 startx = PNG_PASS_START_COL(pass); in png_image_read_background()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/
Dpngread.c2980 unsigned int startx, stepx, stepy; in png_image_read_and_map() local
2989 startx = PNG_PASS_START_COL(pass); in png_image_read_and_map()
2998 startx = 0; in png_image_read_and_map()
3015 outrow += startx; in png_image_read_and_map()
3297 unsigned int startx, stepx, stepy; in png_image_read_composite() local
3306 startx = PNG_PASS_START_COL(pass) * channels; in png_image_read_composite()
3315 startx = 0; in png_image_read_composite()
3334 outrow += startx; in png_image_read_composite()
3456 unsigned int startx, stepx, stepy; in png_image_read_background() local
3465 startx = PNG_PASS_START_COL(pass); in png_image_read_background()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/
Dgstdfb.c377 static int startx = 0; in main() local
403 startx = evt.cx; in main()
491 active->Move (active, endx - startx, endy - starty); in main()
492 startx = endx; in main()
/third_party/mesa3d/docs/
Dperf.rst40 start your X server with startx -- -bpp 32 instead of startx -- -bpp
/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
452 startx = FFMIN(mbx, roi->left / mb_size); in libx265_encode_set_roi()
464 for (int x = startx; x < endx; x++) in libx265_encode_set_roi()
Dlibx264.c406 int startx, endx, starty, endy; in X264_frame() local
413 startx = FFMIN(mbx, roi->left / MB_SIZE); in X264_frame()
425 for (int x = startx; x < endx; x++) { in X264_frame()
Dlibvpxenc.c1447 int starty, endy, startx, endx; in set_roi_map() local
1453 startx = av_clip(roi->left / block_size, 0, roi_map->cols); in set_roi_map()
1462 for (int x = startx; x < endx; x++) 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/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
3726 if startx is None:
3727 startx = (sw - width) / 2
3732 self._root.set_geometry(width, height, startx, starty)
/third_party/ffmpeg/libpostproc/
Dpostprocess_template.c3506 int startx = x; in RENAME() local
3511 for(qp_index=0; qp_index < (endx-startx)/BLOCK_SIZE; qp_index++){ in RENAME()
3564 for(x = startx, qp_index = 0; x < endx; x+=BLOCK_SIZE, qp_index++){ in RENAME()
3596 for(x = startx, qp_index=0; x < endx; x+=BLOCK_SIZE, qp_index++){ in RENAME()
/third_party/gettext/os2/
DREADME.OS278 the following (or similar) statement to your startx.cmd file (after the
/third_party/python/Doc/library/
Dturtle.rst2065 .. function:: setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_C…
2075 :param startx: if positive, starting position in pixels from the left
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.cpp306 int startx = int((static_cast<float>(width) * 0.1f) + 1); in ValidateReadBufferCenteredQuad() local
313 for (int x = startx; x < endx; ++x) in ValidateReadBufferCenteredQuad()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp310 int startx = int(((float)width * 0.1f) + 1); in ValidateReadBufferCenteredQuad() local
317 for (int x = startx; x < endx; ++x) in ValidateReadBufferCenteredQuad()
/third_party/gstreamer/gstplugins_good/
DChangeLog147017 Add startx, starty, endx, endy properties so screencasts other than full