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:bufferSize
(Results
1 - 6
of
6
) sorted by relevance
/ide/tools/previewer/mock/lite/
H
A
D
VirtualScreenImpl.cpp
47
bufferSize
= orignalResolutionWidth * orignalResolutionHeight * pixelSize + headSize;
in InitAll()
48
wholeBuffer = new(std::nothrow) uint8_t[LWS_PRE +
bufferSize
];
in InitAll()
53
regionWholeBuffer = new(std::nothrow) uint8_t[LWS_PRE +
bufferSize
];
in InitAll()
60
osBuffer = new(std::nothrow) uint8_t[
bufferSize
];
in InitAll()
143
WebSocketServer::GetInstance().firstImageBuffer = new(std::nothrow) uint8_t[LWS_PRE +
bufferSize
];
in ScheduleBufferSend()
222
bufferSize
(0),
in VirtualScreenImpl()
H
A
D
VirtualScreenImpl.h
71
uint64_t
bufferSize
;
member in VirtualScreenImpl
/ide/tools/previewer/mock/rich/
H
A
D
VirtualScreenImpl.cpp
60
GetInstance().
bufferSize
= GetInstance().lengthTemp + GetInstance().headSize;
in SendBufferOnTimer()
61
GetInstance().wholeBuffer = new(std::nothrow) uint8_t[LWS_PRE + GetInstance().
bufferSize
];
in SendBufferOnTimer()
201
GetInstance().
bufferSize
= length + GetInstance().headSize;
in Callback()
202
GetInstance().wholeBuffer = new(std::nothrow) uint8_t[LWS_PRE + GetInstance().
bufferSize
];
in Callback()
274
bufferSize
(0),
in VirtualScreenImpl()
323
if (jpgBufferSize >
bufferSize
- headSize) {
in Send()
324
FLOG("VirtualScreenImpl::Send length must < %d",
bufferSize
- headSize);
in Send()
335
WebSocketServer::GetInstance().firstImageBuffer = new(std::nothrow) uint8_t[LWS_PRE +
bufferSize
];
in Send()
H
A
D
VirtualScreenImpl.h
75
uint64_t
bufferSize
;
member in VirtualScreenImpl
/ide/tools/previewer/test/mock/
H
A
D
MockFile.cpp
97
const int
bufferSize
= 1024;
in AddFileToZip()
local
98
void* buffer = malloc(
bufferSize
);
in AddFileToZip()
100
while ((size = fread(buffer, 1,
bufferSize
, file)) > 0) {
in AddFileToZip()
/ide/tools/previewer/test/unittest/mock/
H
A
D
VirtualScreenImplTest.cpp
429
VirtualScreenImpl::GetInstance().
bufferSize
= length + VirtualScreenImpl::GetInstance().headSize;
in TEST_F()
431
new uint8_t[LWS_PRE + VirtualScreenImpl::GetInstance().
bufferSize
];
in TEST_F()
476
VirtualScreenImpl::GetInstance().
bufferSize
= length + VirtualScreenImpl::GetInstance().headSize;
in TEST_F()
478
new uint8_t[LWS_PRE + VirtualScreenImpl::GetInstance().
bufferSize
];
in TEST_F()
500
// jpgBufferSize >
bufferSize
- headSize
in TEST_F()
501
VirtualScreenImpl::GetInstance().
bufferSize
= VirtualScreenImpl::GetInstance().headSize;
in TEST_F()
Completed in 5 milliseconds