/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() 586 if (ximagesrc->endx > ximagesrc->startx && in gst_ximage_src_ximage_get() 589 if (rects[i].x + rects[i].width - 1 < ximagesrc->startx || in gst_ximage_src_ximage_get() 597 int startx, starty, width, height; in gst_ximage_src_ximage_get() local 599 startx = (rects[i].x < ximagesrc->startx) ? ximagesrc->startx : in gst_ximage_src_ximage_get() 604 rects[i].x + rects[i].width - startx : in gst_ximage_src_ximage_get() 605 ximagesrc->endx - startx + 1; in gst_ximage_src_ximage_get() 612 startx, starty, width, height); in gst_ximage_src_ximage_get() 614 startx, starty, width, height, AllPlanes, ZPixmap, in gst_ximage_src_ximage_get() 615 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 | 326 int starty, startx; in filter_frame() local 332 startx = m++ * s->width * (s->display_mode == 1); in filter_frame() 334 startx = m * s->histogram_size * (s->display_mode == 1); in filter_frame() 374 s->out->data[p][(i + starty) * s->out->linesize[p] + startx + s->x_pos] = value; in filter_frame() 376 … AV_WN16(s->out->data[p] + (i + starty) * s->out->linesize[p] + startx * 2 + s->x_pos * 2, value); in filter_frame() 382 … s->out->data[0][(minh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[0]; in filter_frame() 383 … s->out->data[0][(maxh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[0]; in filter_frame() 385 … s->out->data[1][(minh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[1]; in filter_frame() 386 … s->out->data[2][(minh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[2]; in filter_frame() 387 … 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/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/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/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/uboot/u-boot-2020.01/scripts/kconfig/ |
D | nconf.gui.c | 150 int startx, in print_in_middle() argument 161 if (startx != 0) in print_in_middle() 162 x = startx; in print_in_middle() 170 x = startx + (int)temp; in print_in_middle()
|
D | nconf.h | 79 int startx,
|
/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 | 405 int startx, endx, starty, endy; in X264_frame() local 412 startx = FFMIN(mbx, roi->left / MB_SIZE); in X264_frame() 424 for (int x = startx; x < endx; x++) { in X264_frame()
|
D | libvpxenc.c | 1356 int starty, endy, startx, endx; in set_roi_map() local 1362 startx = av_clip(roi->left / block_size, 0, roi_map->cols); in set_roi_map() 1371 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 | 2560 int startx, int starty, in er_add_slice() argument 2569 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)) 3695 startx=_CFG["leftright"], starty=_CFG["topbottom"]): argument 3725 if startx is None: 3726 startx = (sw - width) / 2 3731 self._root.set_geometry(width, height, startx, starty)
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess_template.c | 3505 int startx = x; in RENAME() local 3510 for(qp_index=0; qp_index < (endx-startx)/BLOCK_SIZE; qp_index++){ in RENAME() 3563 for(x = startx, qp_index = 0; x < endx; x+=BLOCK_SIZE, qp_index++){ in RENAME() 3595 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 | 2061 .. function:: setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_C… 2071 :param startx: if positive, starting position in pixels from the left 2081 >>> screen.setup (width=200, height=200, startx=0, starty=0) 2083 >>> screen.setup(width=.75, height=0.5, startx=None, starty=None)
|
/third_party/gstreamer/gstplugins_good/docs/plugins/ |
D | gst-plugins-good-plugins.args | 2652 <NAME>GstXImageSrc::startx</NAME>
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 132917 Add startx, starty, endx, endy properties so screencasts other than full
|