Home
last modified time | relevance | path

Searched refs:surfaceList_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dframe_config.cpp31 return surfaceList_; in GetSurfaces()
36 surfaceList_.remove(&surface); in AddSurface()
37 surfaceList_.emplace_back(&surface); in AddSurface()
42 surfaceList_.remove(&surface); in RemoveSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp190 surfaceList_.emplace_back(nativeWindowBuffer); in NativeRequestFrame()
205 surfaceList_.pop_back(); in NativeRequestFrame()
260 if (surfaceList_.empty()) { in NativeFlushFrame()
289 auto& surface = surfaceMap_[surfaceList_.front()]; in NativeFlushFrame()
315 surfaceList_.pop_front(); in NativeFlushFrame()
H A Dsurface_ohos_vulkan.h60 std::list<NativeWindowBuffer*> surfaceList_; variable
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dframe_config.h153 std::list<Surface *> surfaceList_; variable