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:metaCache_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/
H
A
D
muxer_filter.cpp
166
for (const auto& cache:
metaCache_
) {
in ConfigureToStart()
195
metaCache_
.emplace_back(std::make_pair(inPort, *upstreamMeta));
in Configure()
196
if (
metaCache_
.size() < inPorts_.size()) {
in Configure()
266
metaCache_
.clear();
in SendEos()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/muxer/
H
A
D
muxer_filter.h
81
std::vector<std::pair<std::string, Plugin::Meta>>
metaCache_
{};
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcapture_session.h
168
shared_ptr<FixedSizeList<MetaElementType>>
metaCache_
;
member in OHOS::OHOS::CameraStandard::MovingPhotoListener
183
shared_ptr<FixedSizeList<MetaElementType>>
metaCache_
;
member in OHOS::OHOS::CameraStandard::MovingPhotoMetaListener
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcapture_session.cpp
2290
metaCache_
(metaCache),
in MovingPhotoListener()
2299
metaCache_
->clear();
in ~MovingPhotoListener()
2374
auto metaPair =
metaCache_
->find_if([timestamp](const MetaElementType& value) {
in OnBufferArrival()
2436
metaCache_
->add({timestamp, buffer});
in OnBufferAvailable()
2441
: surface_(surface),
metaCache_
(metaCache)
in MovingPhotoMetaListener()
Completed in 6 milliseconds