Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:surfaceMutex_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H
A
D
video_encoder.h
58
std::mutex
surfaceMutex_
; // guard codecSurface_
member in OHOS::CameraStandard::VideoEncoder
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H
A
D
video_encoder.cpp
98
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
D
hevc_decoder.cpp
576
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
D
hevc_decoder.h
203
std::mutex
surfaceMutex_
;
member in OHOS::MediaAVCodec::Codec::HevcDecoder
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H
A
D
fcodec.cpp
543
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
D
fcodec.h
175
std::mutex
surfaceMutex_
;
member in OHOS::MediaAVCodec::Codec::FCodec
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_render_node.cpp
2824
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
D
metadata_output.cpp
349
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
D
metadata_output.h
422
std::mutex
surfaceMutex_
;
member in OHOS::CameraStandard::MetadataOutput
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H
A
D
rs_render_node.h
405
std::scoped_lock<std::recursive_mutex> lock(
surfaceMutex_
);
in GetCacheSurface()
995
mutable std::recursive_mutex
surfaceMutex_
;
member in OHOS::Rosen::RSRenderNode
Completed in 18 milliseconds