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
defs:tempBuffer
(Results
1 - 22
of
22
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H
A
D
av_trans_log.cpp
58
char
tempBuffer
[INT32_STRING_LENGTH] = "";
in GetAnonyInt32()
local
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H
A
D
anonymous_string.cpp
62
char
tempBuffer
[INT32_STRING_LENGTH] = "";
in GetAnonyInt32()
local
/foundation/distributedhardware/distributed_camera/common/src/utils/
H
A
D
anonymous_string.cpp
84
char
tempBuffer
[INT32_STRING_LENGTH] = "";
in GetAnonyInt32()
local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H
A
D
console_log_impl.cpp
146
char
tempBuffer
[2] = {0};
in LogChar()
local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H
A
D
cache_data_test.cpp
148
uint8_t *
tempBuffer
= new uint8_t[sizeof(size_t)]();
in HWTEST_F()
local
178
uint8_t *
tempBuffer
= new uint8_t[sizeof(size_t)]();
in HWTEST_F()
local
208
uint8_t *
tempBuffer
= new uint8_t[8]();
in HWTEST_F()
local
239
uint8_t *
tempBuffer
= new uint8_t[4]();
HWTEST_F()
local
278
uint8_t *
tempBuffer
= new uint8_t[4]();
HWTEST_F()
local
336
uint8_t *
tempBuffer
= new uint8_t[sizeof(size_t)]();
HWTEST_F()
local
355
uint8_t *
tempBuffer
= new uint8_t[sizeof(size_t)]();
HWTEST_F()
local
372
uint8_t *
tempBuffer
= new uint8_t[4]();
HWTEST_F()
local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
image_creator_test.cpp
63
uint8_t *
tempBuffer
= nullptr;
in HWTEST_F()
local
81
uint8_t *
tempBuffer
= nullptr;
in HWTEST_F()
local
/foundation/multimedia/av_session/utils/include/
H
A
D
avsession_utils.h
49
std::vector<uint8_t>
tempBuffer
= innerPixelMap->GetInnerImgBuffer();
in WriteImageToFile()
local
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H
A
D
stream_demuxer.cpp
136
std::shared_ptr<Buffer>
tempBuffer
= Buffer::CreateDefaultBuffer(remainSize);
in PullDataWithCache()
local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H
A
D
file_metadata_stream.cpp
414
byte *
tempBuffer
= new (std::nothrow) byte[buffer_size];
in CopyDataFromSource()
local
429
bool FileMetadataStream::ReadFromSourceAndWriteToFile(MetadataStream &src, byte *
tempBuffer
, ssize_t buffer_size,
in ReadFromSourceAndWriteToFile()
argument
H
A
D
buffer_metadata_stream.cpp
291
byte *
tempBuffer
= new (std::nothrow) byte[buffer_size];
in ReadAndWriteData()
local
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H
A
D
video_encoder.cpp
279
OH_AVBuffer *
tempBuffer
= bufferInfo->AddCopyAVBuffer(frameRecord->encodedBuffer);
in EncodeSurfaceBuffer()
local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_formmap_operations.cpp
73
uint8_t *
tempBuffer
= (uint8_t *)malloc(statInfo.st_size);
in ReadThumbnailFile()
local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output_audio/
H
A
D
dsoftbus_output_audio_plugin.cpp
260
auto
tempBuffer
= std::make_shared<Plugin::Buffer>(BufferMetaType::AUDIO);
in PushData()
local
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
pa_capturer_stream_impl.cpp
340
const void *
tempBuffer
= nullptr;
in DequeueBuffer()
local
H
A
D
pro_renderer_stream_impl.cpp
667
float *
tempBuffer
= reinterpret_cast<float *>(buffer);
in ConvertSrcToFloat()
local
H
A
D
audio_endpoint.cpp
1312
std::shared_ptr<OHAudioBuffer>
tempBuffer
= processBufferList_[i];
in CheckAllBufferReady()
local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H
A
D
image_creator.cpp
119
int64_t CreatorPackImage(uint8_t *
tempBuffer
, uint32_t bufferSize, std::unique_ptr<PixelMap> pixelMap)
in CreatorPackImage()
argument
147
static void dumpBuffer(const uint8_t*
tempBuffer
, int64_t size)
in dumpBuffer()
argument
167
SaveSTP(uint32_t *buffer, uint8_t *
tempBuffer
, uint32_t bufferSize, InitializationOptions initializationOpts)
SaveSTP()
argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_transport_input/
H
A
D
av_transport_input_filter.cpp
563
auto
tempBuffer
= std::make_shared<AVBuffer>(Plugin::BufferMetaType::VIDEO);
in PushData()
local
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H
A
D
recorder_mock.cpp
403
char *
tempBuffer
= static_cast<char *>(malloc(sizeof(char) * (*frameLenArray) + 1));
in HDICreateESBuffer()
local
494
char *
tempBuffer
= static_cast<char *>(buffer->GetVirAddr());
in HDICreateYUVBuffer()
local
/foundation/multimedia/player_framework/test/fuzztest/common/
H
A
D
test_recorder.cpp
378
char *
tempBuffer
= static_cast<char *>(malloc(sizeof(char) * (*frameLenArray) + 1));
in HDICreateESBuffer()
local
434
char *
tempBuffer
= static_cast<char *>(buffer->GetVirAddr());
in HDICreateYUVBuffer()
local
/foundation/distributedhardware/distributed_input/utils/src/
H
A
D
dinput_utils_tool.cpp
230
char
tempBuffer
[INT32_STRING_LENGTH] = "";
in GetAnonyInt32()
local
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H
A
D
audio_renderer_unit_test.cpp
2792
std::unique_ptr<uint8_t[]>
tempBuffer
= std::make_unique<uint8_t[]>(bufferSize);
in HWTEST()
local
6724
std::unique_ptr<uint8_t[]>
tempBuffer
= std::make_unique<uint8_t[]>(bufferSize);
in HWTEST()
local
Completed in 41 milliseconds