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:imageWidth
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagedojpegdecode_fuzzer/
H
A
D
imagedojpegdecode_fuzzer.cpp
47
if (dataEnd < data + sizeof(decInfo.
imageWidth
)) {
in FillCodecJpegDecInfo()
50
decInfo.
imageWidth
= Convert2Uint32(data);
in FillCodecJpegDecInfo()
51
data += sizeof(decInfo.
imageWidth
);
in FillCodecJpegDecInfo()
/drivers/peripheral/codec/image/vdi/
H
A
D
codec_jpeg_vdi.h
70
uint32_t
imageWidth
;
member
/drivers/peripheral/codec/test/demo/jpeg/src/
H
A
D
codec_jpeg_helper.cpp
310
int16_t height = decInfo.
imageWidth
& 0xFFFF;
in JpegSofAssemble()
418
decInfo.
imageWidth
= GetInt16(buffer);
in DessambleSof()
424
HDF_LOGI("image width[%{public}d],height[%{public}d],components[%{public}d]", decInfo.
imageWidth
,
in DessambleSof()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
H
A
D
v4l2_main.cpp
223
constexpr uint32_t
imageWidth
= 640;
in ProcessImage()
local
227
int width =
imageWidth
;
in ProcessImage()
/drivers/hdf_core/framework/support/platform/include/hdmi/
H
A
D
hdmi_edid.h
234
uint32_t
imageWidth
; /* image width */
member
/drivers/hdf_core/framework/support/platform/src/hdmi/
H
A
D
hdmi_edid.c
341
perTiming->
imageWidth
= (block->hImageSize) |
in HdmiEdidDetailedTimingDescriptorPhase()
Completed in 8 milliseconds