/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | gstximagesrc.c | 390 (win_x < src->endx) && (win_y < src->endy)); in gst_ximage_is_pointer_in_region() 586 ximagesrc->endy > ximagesrc->starty) { in gst_ximage_src_ximage_get() 592 rects[i].y > ximagesrc->endy) { in gst_ximage_src_ximage_get() 605 height = (rects[i].y + rects[i].height - 1 < ximagesrc->endy) ? in gst_ximage_src_ximage_get() 606 rects[i].y + rects[i].height - starty : ximagesrc->endy - in gst_ximage_src_ximage_get() 665 ximagesrc->endx, ximagesrc->endy); in gst_ximage_src_ximage_get() 668 ximagesrc->endy > ximagesrc->starty) { in gst_ximage_src_ximage_get() 672 } else if (y + height < ximagesrc->starty || y > ximagesrc->endy) { in gst_ximage_src_ximage_get() 682 iheight = (y + height < ximagesrc->endy) ? in gst_ximage_src_ximage_get() 683 y + height - starty : ximagesrc->endy - starty; in gst_ximage_src_ximage_get() [all …]
|
D | gstximagesrc.h | 89 guint endy; member
|
/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans.c | 338 int endx, endy; member 349 const int process_h = td->endy - td->starty; in nlmeans_slice() 353 const int endy = td->starty + slice_end; in nlmeans_slice() local 360 for (y = starty; y < endy; y++) { in nlmeans_slice() 453 .endy = FFMIN(h, h - offy), in nlmeans_plane() 462 FFMIN(td.endy - td.starty, ff_filter_get_nb_threads(ctx))); in nlmeans_plane()
|
D | vf_yaepblur.c | 111 const int endy = height * (jobnr+1) / nb_jobs; \ 119 for (y = starty; y < endy; y++) { \ 185 …const int endy = height * (jobnr + 1) / nb_jobs; … 193 …for (y = starty; y < endy; y++) { …
|
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/ |
D | gstdfb.c | 380 static int endy = 0; in main() local 464 endy = evt.cy; in main() 491 active->Move (active, endx - startx, endy - starty); in main() 493 starty = endy; in main()
|
/third_party/ffmpeg/libavcodec/ |
D | mss2.c | 184 int x, y, endx, endy, t; in decode_555() local 194 READ_PAIR(y, endy) in decode_555() 196 if (endx >= w || endy >= h || x > endx || y > endy) in decode_555() 200 h = endy - y + 1; in decode_555()
|
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 451 endy = FFMIN(mby, (roi->bottom + mb_size - 1)/ mb_size); in libx265_encode_set_roi() 463 for (int y = starty; y < endy; y++) in libx265_encode_set_roi()
|
D | libx264.c | 406 int startx, endx, starty, endy; in X264_frame() local 412 endy = FFMIN(mby, (roi->bottom + MB_SIZE - 1)/ MB_SIZE); in X264_frame() 424 for (int y = starty; y < endy; y++) { in X264_frame()
|
D | libvpxenc.c | 1447 int starty, endy, startx, endx; in set_roi_map() local 1452 endy = av_clip((roi->bottom + block_size - 1) / block_size, 0, roi_map->rows); in set_roi_map() 1461 for (int y = starty; y < endy; y++) in set_roi_map()
|
D | error_resilience.c | 831 int endx, int endy, int status) in ff_er_add_slice() argument 834 const int end_i = av_clip(endx + endy * s->mb_width, 0, s->mb_num); in ff_er_add_slice()
|
D | h264_slice.c | 2576 int endx, int endy, int status) in er_add_slice() argument 2584 ff_er_add_slice(er, startx, starty, endx, endy, status); in er_add_slice()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | MotionCells.cpp | 509 int endy = in performMotionMask() local 511 for (int i = beginy; i < endy; i++) in performMotionMask()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cComputeShaderTests.cpp | 309 int endy = int(static_cast<float>(height) - 2 * ((static_cast<float>(height) * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local 311 for (int y = starty; y < endy; ++y) in ValidateReadBufferCenteredQuad()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cComputeShaderTests.cpp | 313 int endy = int((float)height - 2 * (((float)height * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local 315 for (int y = starty; y < endy; ++y) in ValidateReadBufferCenteredQuad()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 147017 Add startx, starty, endx, endy properties so screencasts other than full
|