Home
last modified time | relevance | path

Searched refs:endx (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/ximage/
Dgstximagesrc.c390 (win_x < src->endx) && (win_y < src->endy)); in gst_ximage_is_pointer_in_region()
585 if (ximagesrc->endx > ximagesrc->startx && in gst_ximage_src_ximage_get()
589 rects[i].x > ximagesrc->endx) { in gst_ximage_src_ximage_get()
602 width = (rects[i].x + rects[i].width - 1 < ximagesrc->endx) ? in gst_ximage_src_ximage_get()
604 ximagesrc->endx - startx + 1; in gst_ximage_src_ximage_get()
665 ximagesrc->endx, ximagesrc->endy); in gst_ximage_src_ximage_get()
667 if (ximagesrc->endx > ximagesrc->startx && in gst_ximage_src_ximage_get()
670 if (x + width < ximagesrc->startx || x > ximagesrc->endx) { in gst_ximage_src_ximage_get()
680 iwidth = (x + width < ximagesrc->endx) ? in gst_ximage_src_ximage_get()
681 x + width - startx : ximagesrc->endx - startx; in gst_ximage_src_ximage_get()
[all …]
Dgstximagesrc.h88 guint endx; member
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/
Dgstdfb.c379 static int endx = 0; in main() local
463 endx = evt.cx; in main()
491 active->Move (active, endx - startx, endy - starty); in main()
492 startx = endx; in main()
/third_party/ffmpeg/libavcodec/
Derror_resilience.h94 void ff_er_add_slice(ERContext *s, int startx, int starty, int endx, int endy,
Dmss2.c184 int x, y, endx, endy, t; in decode_555() local
193 READ_PAIR(x, endx) in decode_555()
196 if (endx >= w || endy >= h || x > endx || y > endy) in decode_555()
199 w = endx - x + 1; in decode_555()
Dlibx265.c445 int startx, endx, starty, endy; in libx265_encode_set_roi() local
453 endx = FFMIN(mbx, (roi->right + mb_size - 1)/ 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
414 endx = FFMIN(mbx, (roi->right + MB_SIZE - 1)/ 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
1454 endx = av_clip((roi->right + block_size - 1) / block_size, 0, roi_map->cols); in set_roi_map()
1462 for (int x = startx; x < endx; x++) in set_roi_map()
Derror_resilience.c831 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()
Dh264_slice.c2576 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/ffmpeg/libavfilter/
Dvf_nlmeans.c338 int endx, endy; member
363 for (x = td->startx; x < td->endx; x++) { in nlmeans_slice()
452 .endx = FFMIN(w, w - offx), in nlmeans_plane()
Dvf_yaepblur.c146 const int endx = width * (jobnr + 1) / nb_jobs; in PRE_CALCULATE_ROW() local
151 for (x = startx; x < endx; x++) { in PRE_CALCULATE_ROW()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp507 int endx = in performMotionMask() local
512 for (int j = beginx; j < endx; j++) { in performMotionMask()
/third_party/ffmpeg/libpostproc/
Dpostprocess_template.c3507 int endx = FFMIN(width, x+32); in RENAME() local
3511 for(qp_index=0; qp_index < (endx-startx)/BLOCK_SIZE; qp_index++){ in RENAME()
3533 for(; x < endx; x+=BLOCK_SIZE){ 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/vk-gl-cts/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp308 int endx = int(static_cast<float>(width) - 2 * ((static_cast<float>(width) * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local
313 for (int x = startx; x < endx; ++x) in ValidateReadBufferCenteredQuad()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp312 int endx = int((float)width - 2 * (((float)width * 0.1f) + 1) - 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