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:dataBufferSize
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/utils/exif/
H
A
D
exif_utils.h
33
int32_t
dataBufferSize
;
61
static uint32_t IsJpegPicture(unsigned char *dataBuffer, int32_t
dataBufferSize
, void *address);
H
A
D
exif_utils.cpp
182
uint32_t ExifUtils::IsJpegPicture(unsigned char *dataBuffer, int32_t
dataBufferSize
, void *address)
in IsJpegPicture()
argument
184
if (memcpy_s(dataBuffer,
dataBufferSize
, address,
dataBufferSize
) != 0) {
in IsJpegPicture()
231
sourceData.
dataBufferSize
- IMAGE_DATA_OFFSET) != 0) {
in PackageJpeg()
282
int32_t
dataBufferSize
= info.frame_size;
in AddCustomExifInfo()
local
296
dataBuffer = static_cast<unsigned char *>(malloc(
dataBufferSize
));
in AddCustomExifInfo()
303
sourceData.
dataBufferSize
=
dataBufferSize
;
in AddCustomExifInfo()
306
if (IsJpegPicture(dataBuffer,
dataBufferSize
, address) == RC_ERROR) {
in AddCustomExifInfo()
310
(static_cast<uint32_t>(
dataBufferSize
)
in AddCustomExifInfo()
[all...]
Completed in 1 milliseconds