Home
last modified time | relevance | path

Searched refs:surfaceMutex_ (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dvideo_encoder.h58 std::mutex surfaceMutex_; // guard codecSurface_ member in OHOS::CameraStandard::VideoEncoder
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp98 surfaceMutex_.lock(); in GetSurface()
100 surfaceMutex_.unlock(); in GetSurface()
120 std::lock_guard<std::mutex> lock(surfaceMutex_); in ReleaseSurfaceBuffer()
223 std::lock_guard<std::mutex> lock(surfaceMutex_); in EnqueueBuffer()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp576 std::lock_guard<std::mutex> sLock(surfaceMutex_); in SetSurfaceParameter()
584 std::lock_guard<std::mutex> sLock(surfaceMutex_); in SetSurfaceParameter()
592 std::lock_guard<std::mutex> sLock(surfaceMutex_); in SetSurfaceParameter()
813 std::unique_lock<std::mutex> sLock(surfaceMutex_); in UpdateSurfaceMemory()
842 std::unique_lock<std::mutex> sLock(surfaceMutex_); in CheckFormatChange()
1239 std::lock_guard<std::mutex> sLock(surfaceMutex_); in BufferReleasedByConsumer()
1326 std::lock_guard<std::mutex> sLock(surfaceMutex_); in RenderOutputBuffer()
1367 std::unique_lock<std::mutex> sLock(surfaceMutex_); in ReplaceOutputSurfaceWhenRunning()
H A Dhevc_decoder.h203 std::mutex surfaceMutex_; member in OHOS::MediaAVCodec::Codec::HevcDecoder
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp543 std::lock_guard<std::mutex> sLock(surfaceMutex_); in SetSurfaceParameter()
554 std::lock_guard<std::mutex> sLock(surfaceMutex_); in SetSurfaceParameter()
565 std::lock_guard<std::mutex> sLock(surfaceMutex_); in SetSurfaceParameter()
783 std::unique_lock<std::mutex> sLock(surfaceMutex_); in UpdateSurfaceMemory()
822 std::lock_guard<std::mutex> sLock(surfaceMutex_); in CheckFormatChange()
1196 std::lock_guard<std::mutex> sLock(surfaceMutex_); in RenderOutputBuffer()
1236 std::unique_lock<std::mutex> sLock(surfaceMutex_); in ReplaceOutputSurfaceWhenRunning()
1373 std::lock_guard<std::mutex> sLock(surfaceMutex_); in BufferReleasedByConsumer()
H A Dfcodec.h175 std::mutex surfaceMutex_; member in OHOS::MediaAVCodec::Codec::FCodec
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2824 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in NeedInitCacheSurface()
2840 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in NeedInitCacheCompletedSurface()
2859 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in InitCacheSurface()
2866 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in InitCacheSurface()
2897 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in InitCacheSurface()
2908 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in InitCacheSurface()
2919 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in InitCacheSurface()
2932 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in InitCacheSurface()
2939 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in InitCacheSurface()
2946 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in IsCacheSurfaceValid()
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dmetadata_output.cpp349 std::lock_guard<std::mutex> lock(surfaceMutex_); in ReleaseSurface()
359 std::lock_guard<std::mutex> lock(surfaceMutex_); in GetSurface()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dmetadata_output.h422 std::mutex surfaceMutex_; member in OHOS::CameraStandard::MetadataOutput
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h405 std::scoped_lock<std::recursive_mutex> lock(surfaceMutex_); in GetCacheSurface()
995 mutable std::recursive_mutex surfaceMutex_; member in OHOS::Rosen::RSRenderNode

Completed in 17 milliseconds