Home
last modified time | relevance | path

Searched defs:surfaceOutput (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/jetpack-camera-app/core/camera/src/main/java/com/google/jetpackcamera/core/camera/effects/
H A DCopyingSurfaceProcessor.kt288 private class SurfaceOutputScope(val surfaceOutput: SurfaceOutput) { constant in SurfaceOutputScope
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_queue_rt.cpp2135 CmBufferUP *surfaceOutput = nullptr; in EnqueueCopyCPUToCPU() local
2340 CmBufferUP* surfaceOutput = nullptr; in EnqueueBufferCopy() local
/aosp_15_r20/frameworks/native/libs/gui/
H A DSurface.cpp1200 SurfaceQueueBufferOutput* surfaceOutput) { in queueBuffer()