/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | gstximagesrc.c | 389 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 …]
|
D | gstximagesrc.h | 86 guint startx; member
|
/third_party/ffmpeg/libavfilter/ |
D | vf_histogram.c | 327 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 …]
|
D | vf_nlmeans.c | 167 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()
|
D | vf_yaepblur.c | 145 const int startx = width * jobnr / nb_jobs; in PRE_CALCULATE_ROW() local 151 for (x = startx; x < endx; x++) { in PRE_CALCULATE_ROW()
|
D | vf_fieldmatch.c | 510 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/ |
D | touch.c | 21 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/ |
D | pngread.c | 2980 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/ |
D | pngread.c | 2980 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/ |
D | pngread.c | 2980 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/ |
D | gstdfb.c | 377 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/ |
D | perf.rst | 40 start your X server with startx -- -bpp 32 instead of startx -- -bpp
|
/third_party/ffmpeg/libavcodec/ |
D | error_resilience.h | 94 void ff_er_add_slice(ERContext *s, int startx, int starty, int endx, int endy,
|
D | libx265.c | 445 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()
|
D | libx264.c | 406 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()
|
D | libvpxenc.c | 1447 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()
|
D | error_resilience.c | 830 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()
|
D | h264_slice.c | 2575 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/ |
D | turtle.py | 444 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/ |
D | postprocess_template.c | 3506 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/ |
D | README.OS2 | 78 the following (or similar) statement to your startx.cmd file (after the
|
/third_party/python/Doc/library/ |
D | turtle.rst | 2065 .. 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/ |
D | es31cComputeShaderTests.cpp | 306 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/ |
D | gl4cComputeShaderTests.cpp | 310 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/ |
D | ChangeLog | 147017 Add startx, starty, endx, endy properties so screencasts other than full
|