/third_party/ffmpeg/libavcodec/ |
H A D | srtenc.c | 243 const char *ass = sub->rects[i]->ass; in encode_frame() 245 if (sub->rects[i]->type != SUBTITLE_ASS) { in encode_frame()
|
H A D | ttmlenc.c | 90 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 D | avcodec.c | 423 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 D | window.h | 945 * 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 D | ohos_context_i.h | 134 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 D | rosen_context_impl.h | 102 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 D | ipu3.c | 447 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 D | ipu3.c | 456 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 D | v3dx_emit.c | 459 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 D | v3dx_rcl.c | 550 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 D | GrStyledShape.cpp | 452 // 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 D | VulkanSecondaryCommandBuffer.h | 82 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 D | RegionTest.cpp | 241 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 D | SurfaceImpl.cpp | 29 const EGLint *rects, in swapWithDamage() 28 swapWithDamage(const gl::Context *context, const EGLint *rects, EGLint n_rects) swapWithDamage() argument
|
H A D | SurfaceImpl.h | 60 const EGLint *rects,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | SurfaceEGL.h | 29 const EGLint *rects,
|
H A D | FunctionsEGL.h | 86 const EGLint *rects,
|
H A D | FunctionsEGL.cpp | 474 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 D | nativewindow1.cpp | 587 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 D | loader_dri3_helper.h | 227 const int *rects, int n_rects,
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.h | 136 const EGLint *rects, EGLint n_rects); 140 EGLint numRects, const EGLint *rects);
|
H A D | platform_x11.c | 973 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 D | SkSurface.cpp | 388 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 D | tcuOhosNativeDisplay.hpp | 100 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 D | tu_clear_blit.c | 2437 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...] |