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:bufferLength_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/examples/
H
A
D
pa_stream_test.cpp
120
size_t
bufferLength_
= 0;
member in OHOS::AudioStandard::PaRendererTest
221
if (audioRenderer_->GetBufferSize(
bufferLength_
)) {
in InitRenderer()
350
auto buffer = std::make_unique<uint8_t[]>(
bufferLength_
);
in WriteDataWorker()
351
AUDIO_ERR_LOG("WriteDataWorker:
bufferLength_
%{public}zu",
bufferLength_
);
in WriteDataWorker()
352
fread(buffer.get(), 1,
bufferLength_
, spkWavFile_);
in WriteDataWorker()
353
bytesAlreadyWrite_ += audioRenderer_->Write(buffer.get(),
bufferLength_
);
in WriteDataWorker()
354
AUDIO_INFO_LOG("bytesAlreadyWrite_: %{public}zu,
bufferLength_
: %{public}zu",
in WriteDataWorker()
355
bytesAlreadyWrite_,
bufferLength_
);
in WriteDataWorker()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H
A
D
plugin_libjpeg_test.cpp
576
byteorder.
bufferLength_
= 1;
in HWTEST_F()
594
byteorder.
bufferLength_
= 100;
in HWTEST_F()
613
byteorder.
bufferLength_
= 100;
in HWTEST_F()
633
byteorder.
bufferLength_
= 20;
in HWTEST_F()
650
byteorder.
bufferLength_
= 8;
in HWTEST_F()
1366
byteOrderedBuffer.
bufferLength_
= 0;
in HWTEST_F()
1384
byteOrderedBuffer.
bufferLength_
= 21;
in HWTEST_F()
1402
byteOrderedBuffer.
bufferLength_
= 1;
in HWTEST_F()
1405
byteOrderedBuffer.
bufferLength_
= 100;
in HWTEST_F()
1802
byteOrderedBuffer.
bufferLength_
in HWTEST_F()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
exif_info.cpp
1567
: buf_(fileBuf),
bufferLength_
(bufferLength)
in ByteOrderedBuffer()
1594
if (curPosition_ + CONSTANT_2 >
bufferLength_
) {
in GenerateDEArray()
1605
if (static_cast<uint32_t>(curPosition_ + BYTE_COUNTS_12 * entryCount) >
bufferLength_
|| entryCount <= 0) {
in GetDataRangeFromIFD()
1611
if (Peek() + CONSTANT_4 <=
bufferLength_
) {
in GetDataRangeFromIFD()
1624
if (nextIfdOffset > 0L && static_cast<uint32_t>(nextIfdOffset) <
bufferLength_
) {
in GetDataRangeFromIFD()
1662
if ((static_cast<uint32_t>(offset) + byteCount) <=
bufferLength_
) {
in GetDataRangeFromDE()
1751
if (offset > 0L && offset <
bufferLength_
) {
in ParseIFDPointerTag()
1844
if (curPosition_ >
bufferLength_
) {
in ReadInt32()
1871
if (curPosition_ >
bufferLength_
) {
in ReadShort()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H
A
D
exif_info.h
181
uint32_t
bufferLength_
= 0;
member in OHOS::ImagePlugin::ByteOrderedBuffer
Completed in 9 milliseconds