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:renderMutex_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H
A
D
hos_au_sink.cpp
266
OSAL::ScopedLock lock(
renderMutex_
);
in ReleaseRender()
399
OSAL::ScopedLock lock(
renderMutex_
);
in Prepare()
431
OSAL::ScopedLock lock(
renderMutex_
);
in Start()
448
OSAL::ScopedLock lock(
renderMutex_
);
in Stop()
476
OSAL::ScopedLock lock(
renderMutex_
);
in GetMute()
491
OSAL::ScopedLock lock(
renderMutex_
);
in SetMute()
505
OSAL::ScopedLock lock(
renderMutex_
);
in GetVolume()
519
OSAL::ScopedLock lock(
renderMutex_
);
in SetVolume()
536
OSAL::ScopedLock lock(
renderMutex_
);
in GetSpeed()
550
OSAL::ScopedLock lock(
renderMutex_
);
in SetSpeed()
[all...]
H
A
D
hos_au_sink.h
107
OSAL::Mutex
renderMutex_
{};
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
H
A
D
audio_server_sink_plugin.cpp
240
OSAL::ScopedLock lock(
renderMutex_
);
in Init()
274
OSAL::ScopedLock lock(
renderMutex_
);
in ReleaseRender()
312
OSAL::ScopedLock lock(
renderMutex_
);
in Prepare()
337
OSAL::ScopedLock lock(
renderMutex_
);
in StopRender()
373
OSAL::ScopedLock lock(
renderMutex_
);
in Start()
405
OSAL::ScopedLock lock(
renderMutex_
);
in GetParameter()
521
OSAL::ScopedLock lock(
renderMutex_
);
in SetInterruptMode()
677
OSAL::ScopedLock lock(
renderMutex_
);
in GetVolume()
688
OSAL::ScopedLock lock(
renderMutex_
);
in SetVolume()
709
OSAL::ScopedLock lock(
renderMutex_
);
in Pause()
[all...]
H
A
D
audio_server_sink_plugin.h
146
OSAL::Mutex
renderMutex_
{};
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H
A
D
async_mode.cpp
75
OSAL::ScopedLock l(
renderMutex_
);
in Release()
136
OSAL::ScopedLock l(
renderMutex_
);
in Stop()
268
OSAL::ScopedLock l(
renderMutex_
);
in FinishFrame()
311
OSAL::ScopedLock l(
renderMutex_
);
in OnOutputBufferDone()
H
A
D
async_mode.h
74
mutable OSAL::Mutex
renderMutex_
{};
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H
A
D
renderer.h
111
mutable std::mutex
renderMutex_
;
member in final
H
A
D
renderer.cpp
820
const auto lock = std::lock_guard(
renderMutex_
);
in RenderFrame()
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H
A
D
audio_server_sink_plugin.h
181
OHOS::Media::Mutex
renderMutex_
{};
H
A
D
audio_server_sink_plugin.cpp
809
OHOS::Media::AutoLock lock(
renderMutex_
);
in PauseTransitent()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H
A
D
offload_audio_renderer_sink.cpp
165
std::mutex
renderMutex_
;
member in OHOS::AudioStandard::OffloadAudioRendererSinkInner
438
std::lock_guard<std::mutex> lock(
renderMutex_
);
in DeInit()
926
std::lock_guard<std::mutex> lock(
renderMutex_
);
in Flush()
Completed in 10 milliseconds