Home
last modified time | relevance | path

Searched refs:renderScript (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessor.kt50 val renderScript = RenderScript.create(context) regex
51 val blur = ScriptIntrinsicBlur.create(renderScript, Element.U8_4(renderScript))
72 input = Allocation.createFromBitmap(renderScript, inBitmap,
74 output = Allocation.createFromBitmap(renderScript, outBitmap)
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java801 public AllocationBacking(RenderScript renderScript) { in AllocationBacking() argument
802 mRenderScript = renderScript; in AllocationBacking()