Home
last modified time | relevance | path

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

/frameworks/av/services/camera/virtualcamera/
DVirtualCameraRenderThread.h199 ndk::ScopedAStatus renderIntoEglFramebuffer(
DVirtualCameraRenderThread.cc685 if (!renderIntoEglFramebuffer(*framebuffer, /*fence=*/nullptr, in createThumbnail()
746 ndk::ScopedAStatus status = renderIntoEglFramebuffer( in renderIntoBlobStreamBuffer()
807 ndk::ScopedAStatus status = renderIntoEglFramebuffer(*framebuffer, fence); in renderIntoImageStreamBuffer()
819 ndk::ScopedAStatus VirtualCameraRenderThread::renderIntoEglFramebuffer( in renderIntoEglFramebuffer() function in android::companion::virtualcamera::VirtualCameraRenderThread