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:BUFFER_MAX_SIZE
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/netstack/utils/profiler_utils/src/
H
A
D
netstack_network_profiler.cpp
25
constexpr const size_t
BUFFER_MAX_SIZE
= 256 * 1024;
member
56
data_ = malloc(
BUFFER_MAX_SIZE
);
in NetworkProfiling()
/foundation/communication/netstack/utils/tlv_utils/src/
H
A
D
tlv_utils.cpp
24
#define
BUFFER_MAX_SIZE
(1 * 256 * 1024)
macro
209
data = malloc(
BUFFER_MAX_SIZE
);
in Encode()
216
(void) memset_s(data,
BUFFER_MAX_SIZE
, 0,
BUFFER_MAX_SIZE
);
in Encode()
217
uint32_t ret = Serialize(tlvs, fieldCount, static_cast<uint8_t *>(data),
BUFFER_MAX_SIZE
,
in Encode()
/foundation/multimedia/av_session/services/session/server/migrate/
H
A
D
migrate_avsession_server.h
31
constexpr size_t
BUFFER_MAX_SIZE
= 1024 * 1024;
member
H
A
D
migrate_avsession_server.cpp
457
std::vector<uint8_t> outputData(
BUFFER_MAX_SIZE
);
in ConvertMetadataToJson()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H
A
D
decode_data_process.h
114
constexpr static int32_t
BUFFER_MAX_SIZE
= 50 * 1024 * 1024;
member in OHOS::DistributedHardware::DecodeDataProcess
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H
A
D
decode_data_process.cpp
521
if (surfaceBuffer->GetSize() >
BUFFER_MAX_SIZE
|| alignedWidth > ALIGNED_WIDTH_MAX_SIZE) {
in GetDecoderOutputBuffer()
H
A
D
decode_data_process_common.cpp
568
if (surfaceBuffer->GetSize() >
BUFFER_MAX_SIZE
|| alignedWidth > ALIGNED_WIDTH_MAX_SIZE) {
in GetDecoderOutputBuffer()
Completed in 5 milliseconds