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:sharedMem
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/demuxer_test/inner/
H
A
D
demuxer_inner_buffer_mock.cpp
58
std::shared_ptr<AVSharedMemory>
sharedMem
= (mem != nullptr) ? mem->GetAVMemory() : nullptr;
in ReadSample()
local
59
if (
sharedMem
== nullptr) {
in ReadSample()
64
sharedMem
->GetBase(),
sharedMem
->GetSize(),
sharedMem
->GetSize());
in ReadSample()
H
A
D
demuxer_inner_mock.cpp
53
std::shared_ptr<AVSharedMemory>
sharedMem
= (mem != nullptr) ? mem->GetAVMemory() : nullptr;
in ReadSample()
local
55
int32_t ret = demuxer_->ReadSample(trackIndex,
sharedMem
, *bufferInfo, flag);
in ReadSample()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H
A
D
output_controller.cpp
152
AVTRANS_LOGD("Set parameter USER_SHARED_MEMORY_FD: %{public}s, unmarshal
sharedMem
fd: %{public}d, "
in SetParameter()
356
AVTransSharedMemory
sharedMem
;
in AcquireSyncClockTime()
local
357
sharedMem
.fd = sharedMem_.fd;
in AcquireSyncClockTime()
358
sharedMem
.size = sharedMem_.size;
in AcquireSyncClockTime()
359
sharedMem
.name = sharedMem_.name;
in AcquireSyncClockTime()
364
int32_t ret = ReadClockUnitFromMemory(
sharedMem
, clockUnit);
in AcquireSyncClockTime()
Completed in 3 milliseconds