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:multiDataBuffers
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/
H
A
D
dcamera_pipeline_event.h
34
const std::vector<std::shared_ptr<DataBuffer>>&
multiDataBuffers
)
in PipelineConfig()
35
: pipelineType_(pipelineType), pipelineOwner_(pipelineOwner), multiDataBuffers_(
multiDataBuffers
) {}
in PipelineConfig()
58
void SetDataBuffers(std::vector<std::shared_ptr<DataBuffer>>&
multiDataBuffers
)
in SetDataBuffers()
argument
60
multiDataBuffers_ =
multiDataBuffers
;
in SetDataBuffers()
33
PipelineConfig(PipelineType pipelineType, const std::string& pipelineOwner, const std::vector<std::shared_ptr<DataBuffer>>&
multiDataBuffers
)
PipelineConfig()
argument
H
A
D
dcamera_codec_event.h
36
CodecPacket(VideoCodecType videoCodec, const std::vector<std::shared_ptr<DataBuffer>>&
multiDataBuffers
)
in CodecPacket()
argument
37
: videoCodec_(videoCodec), multiDataBuffers_(
multiDataBuffers
) {}
in CodecPacket()
52
void SetDataBuffers(std::vector<std::shared_ptr<DataBuffer>>&
multiDataBuffers
)
in SetDataBuffers()
argument
54
multiDataBuffers_ =
multiDataBuffers
;
in SetDataBuffers()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H
A
D
decode_data_process.cpp
617
std::vector<std::shared_ptr<DataBuffer>>
multiDataBuffers
;
in PostOutputDataBuffers()
618
multiDataBuffers
.push_back(outputBuffer);
in PostOutputDataBuffers()
619
int32_t ret = DecodeDone(
multiDataBuffers
);
in PostOutputDataBuffers()
H
A
D
decode_data_process_common.cpp
664
std::vector<std::shared_ptr<DataBuffer>>
multiDataBuffers
;
in PostOutputDataBuffers()
665
multiDataBuffers
.push_back(outputBuffer);
in PostOutputDataBuffers()
666
int32_t ret = DecodeDone(
multiDataBuffers
);
in PostOutputDataBuffers()
Completed in 4 milliseconds