Home
last modified time | relevance | path

Searched refs:rects (Results 101 - 125 of 224) sorted by relevance

123456789

/third_party/ffmpeg/libavcodec/
H A Dsrtenc.c243 const char *ass = sub->rects[i]->ass; in encode_frame()
245 if (sub->rects[i]->type != SUBTITLE_ASS) { in encode_frame()
H A Dttmlenc.c90 const char *ass = sub->rects[i]->ass; in ttml_encode_frame()
93 if (sub->rects[i]->type != SUBTITLE_ASS) { in ttml_encode_frame()
H A Davcodec.c423 AVSubtitleRect *const rect = sub->rects[i]; in avsubtitle_free()
432 av_freep(&sub->rects[i]); in avsubtitle_free()
435 av_freep(&sub->rects); in avsubtitle_free()
/third_party/mesa3d/include/android_stub/system/
H A Dwindow.h945 * native_window_set_surface_damage(..., android_native_rect_t* rects, int numRects)
956 * If numRects is set to 0, rects may be NULL, and the surface damage will be
962 const android_native_rect_t* rects, size_t numRects) in native_window_set_surface_damage()
965 rects, numRects); in native_window_set_surface_damage()
960 native_window_set_surface_damage( struct ANativeWindow* window, const android_native_rect_t* rects, size_t numRects) native_window_set_surface_damage() argument
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Dohos_context_i.h134 virtual uint32_t OH_setDamageRegionKHR(void* dpy, void* surface, int32_t *rects, int32_t n_rects) = 0;
138 virtual uint32_t OH_swapBuffersWithDamageKHR(void* dpy, void* surface, int32_t *rects, int32_t n_rects) = 0;
H A Drosen_context_impl.h102 uint32_t OH_setDamageRegionKHR(void* dpy, void* surface, int32_t *rects, int32_t n_rects) override;
106 uint32_t OH_swapBuffersWithDamageKHR(void* dpy, void* surface, int32_t *rects, int32_t n_rects) override;
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3.c447 struct v4l2_rect *rects[IPU3_CSS_RECTS] = { NULL }; in imgu_video_nodes_init() local
477 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_pipe->imgu_sd.rect.eff; in imgu_video_nodes_init()
478 rects[IPU3_CSS_RECT_BDS] = &imgu_pipe->imgu_sd.rect.bds; in imgu_video_nodes_init()
479 imgu_css_fmt_set(&imgu->css, fmts, rects, j); in imgu_video_nodes_init()
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3.c456 struct v4l2_rect *rects[IPU3_CSS_RECTS] = { NULL }; in imgu_video_nodes_init() local
486 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_pipe->imgu_sd.rect.eff; in imgu_video_nodes_init()
487 rects[IPU3_CSS_RECT_BDS] = &imgu_pipe->imgu_sd.rect.bds; in imgu_video_nodes_init()
488 imgu_css_fmt_set(&imgu->css, fmts, rects, j); in imgu_video_nodes_init()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c459 job->scissor.rects[job->scissor.count].min_x = in emit_state()
461 job->scissor.rects[job->scissor.count].min_y = in emit_state()
463 job->scissor.rects[job->scissor.count].max_x = in emit_state()
465 job->scissor.rects[job->scissor.count].max_y = in emit_state()
470 perf_debug("Too many scissor rects."); in emit_state()
H A Dv3dx_rcl.c550 const uint32_t min_s_x = job->scissor.rects[i].min_x; in supertile_in_job_scissors()
551 const uint32_t min_s_y = job->scissor.rects[i].min_y; in supertile_in_job_scissors()
552 const uint32_t max_s_x = job->scissor.rects[i].max_x; in supertile_in_job_scissors()
553 const uint32_t max_s_y = job->scissor.rects[i].max_y; in supertile_in_job_scissors()
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp452 // we store rects as rrects. RRects don't preserve the invertedness, but rather sort the in asRRect()
522 bool GrStyledShape::asNestedRects(SkRect rects[2]) const { in asNestedRects()
528 // them to a path and then reextracting the nested rects in asNestedRects()
534 if (!SkPathPriv::IsNestedFillRects(fShape.path(), rects, dirs)) { in asNestedRects()
539 // The two rects need to be wound opposite to each other in asNestedRects()
543 // Right now, nested rects where the margin is not the same width in asNestedRects()
545 const SkScalar* outer = rects[0].asScalars(); in asNestedRects()
546 const SkScalar* inner = rects[1].asScalars(); in asNestedRects()
633 // For stroke+filled rects, a mitered shape becomes a larger rect and a rounded shape in simplifyStroke()
753 // Stroked lines reduce to rectangles or round rects whe in simplifyStroke()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h82 const VkClearRect *rects);
300 const VkClearRect *rects) in clearAttachments()
304 CommandBuffer::clearAttachments(attachmentCount, attachments, rectCount, rects); in clearAttachments()
296 clearAttachments( uint32_t attachmentCount, const VkClearAttachment *attachments, uint32_t rectCount, const VkClearRect *rects) clearAttachments() argument
/third_party/skia/tests/
H A DRegionTest.cpp241 const SkIRect rects[] = { in DEF_TEST() local
247 REPORTER_ASSERT(reporter, test_rects(rects, SK_ARRAY_COUNT(rects))); in DEF_TEST()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DSurfaceImpl.cpp29 const EGLint *rects, in swapWithDamage()
28 swapWithDamage(const gl::Context *context, const EGLint *rects, EGLint n_rects) swapWithDamage() argument
H A DSurfaceImpl.h60 const EGLint *rects,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.h29 const EGLint *rects,
H A DFunctionsEGL.h86 const EGLint *rects,
H A DFunctionsEGL.cpp474 const EGLint *rects, in swapBuffersWithDamageKHR()
477 return mFnPtrs->swapBuffersWithDamageKHRPtr(mEGLDisplay, surface, rects, n_rects); in swapBuffersWithDamageKHR()
473 swapBuffersWithDamageKHR(EGLSurface surface, const EGLint *rects, EGLint n_rects) const swapBuffersWithDamageKHR() argument
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
H A Dnativewindow1.cpp587 Region region{.rects = &rect}; in testNativeWindowNativeWindowRequestAbortBufferErrorCode()
802 Region region{.rects = &rect}; in testNativeWindowNativeWindowFlushBufferNullptr()
840 Region region{.rects = &rect}; in testNativeWindowNativeWindowFlushBufferNormal()
882 Region region{.rects = &rect}; in testNativeWindowNativeWindowFlushBufferAbnormal()
910 Region region{.rects = &rect}; in testNativeWindowNativeWindowFlushBufferErrorCode()
1008 Region region{.rects = &rect}; in testNativeWindowGetLastFlushedBufferV2Normal()
1037 Region region{.rects = &rect}; in testNativeWindowGetLastFlushedBufferNormal()
1408 Region region{.rects = &rect}; in testNativeWindowNativeWindowDetachBufferErrorCode()
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.h227 const int *rects, int n_rects,
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h136 const EGLint *rects, EGLint n_rects);
140 EGLint numRects, const EGLint *rects);
H A Dplatform_x11.c973 EGLint numRects, const EGLint *rects) in dri2_x11_swap_buffers_region()
985 rectangles[i].x = rects[i * 4]; in dri2_x11_swap_buffers_region()
986 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3]; in dri2_x11_swap_buffers_region()
987 rectangles[i].width = rects[i * 4 + 2]; in dri2_x11_swap_buffers_region()
988 rectangles[i].height = rects[i * 4 + 3]; in dri2_x11_swap_buffers_region()
972 dri2_x11_swap_buffers_region(_EGLDisplay *disp, _EGLSurface *draw, EGLint numRects, const EGLint *rects) dri2_x11_swap_buffers_region() argument
/third_party/skia/src/image/
H A DSkSurface.cpp388 void SkSurface::setDrawingArea(const std::vector<SkIRect>& rects) { in setDrawingArea() argument
389 GrVkDrawAreaManager::getInstance().bindDrawingArea(this, rects); in setDrawingArea()
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.hpp100 eglw::EGLBoolean setDamageRegionKHR(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint *rects, eglw::EGLint n_rects) const;
104 eglw::EGLBoolean swapBuffersWithDamageKHR(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint *rects, eglw::EGLint n_rects) const;
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c2437 const VkClearRect *rects) in tu_clear_sysmem_attachments()
2570 assert(!subpass->multiview_mask || rects[i].baseArrayLayer == 0); in tu_clear_sysmem_attachments()
2578 for_each_layer(layer, subpass->multiview_mask, rects[i].layerCount) { in tu_clear_sysmem_attachments()
2580 rects[i].rect.offset.x, rects[i].rect.offset.y, in tu_clear_sysmem_attachments()
2581 z_clear_val, uif(rects[i].baseArrayLayer + layer), in tu_clear_sysmem_attachments()
2582 rects[i].rect.offset.x + rects[i].rect.extent.width, in tu_clear_sysmem_attachments()
2583 rects[i].rect.offset.y + rects[ in tu_clear_sysmem_attachments()
2433 tu_clear_sysmem_attachments(struct tu_cmd_buffer *cmd, uint32_t attachment_count, const VkClearAttachment *attachments, uint32_t rect_count, const VkClearRect *rects) tu_clear_sysmem_attachments() argument
2734 tu_clear_gmem_attachments(struct tu_cmd_buffer *cmd, uint32_t attachment_count, const VkClearAttachment *attachments, uint32_t rect_count, const VkClearRect *rects) tu_clear_gmem_attachments() argument
[all...]

Completed in 28 milliseconds

123456789