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:outputMtx_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H
A
D
tester_capi.cpp
55
lock_guard<mutex> lk(tester->
outputMtx_
);
in OnNewOutputData()
80
lock_guard<mutex> lk(tester->
outputMtx_
);
in OnNewOutputBuffer()
202
lock_guard<mutex> lk(
outputMtx_
);
in ClearAllBuffer()
214
lock_guard<mutex> lk(
outputMtx_
);
in ClearAllBuffer()
432
unique_lock<mutex> lk(
outputMtx_
);
in WaitForOutput()
463
unique_lock<mutex> lk(
outputMtx_
);
in WaitForOutput()
H
A
D
tester_common.h
89
std::mutex
outputMtx_
;
member
H
A
D
tester_codecbase.cpp
54
lock_guard<mutex> lk(tester_->
outputMtx_
);
in OnOutputBufferAvailable()
147
lock_guard<mutex> lk(
outputMtx_
);
in ClearAllBuffer()
444
unique_lock<mutex> lk(
outputMtx_
);
in WaitForOutput()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H
A
D
heif_hw_decoder.h
108
std::mutex
outputMtx_
;
member in OHOS::ImagePlugin::HeifHardwareDecoder
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H
A
D
heif_hw_decoder.cpp
71
lock_guard<mutex> lk(heifDecoder_->
outputMtx_
);
in OnOutputBufferAvailable()
528
unique_lock<mutex> lk(
outputMtx_
);
in WaitForOmxToReturnOutputBuffer()
Completed in 5 milliseconds