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:displayHeight
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H
A
D
encode_buffer_helper.cpp
57
if (dataEnd < data + pixelInfo.alignedWidth * BYTES_PER_PIXEL_RBGA * pixelInfo.
displayHeight
) {
in InitialRgbaData()
61
for (uint32_t i = 0; i < pixelInfo.
displayHeight
; i++) {
in InitialRgbaData()
66
data += pixelInfo.alignedWidth * BYTES_PER_PIXEL_RBGA * pixelInfo.
displayHeight
;
in InitialRgbaData()
67
size -= pixelInfo.alignedWidth * BYTES_PER_PIXEL_RBGA * pixelInfo.
displayHeight
;
in InitialRgbaData()
84
if (dataEnd < data + sizeof(pixelInfo.
displayHeight
)) {
in CreateImgBuffer()
87
pixelInfo.
displayHeight
= (ToUint32(data) >> SHIFT_CNT);
in CreateImgBuffer()
88
pixelInfo.alignedHeight = pixelInfo.
displayHeight
;
in CreateImgBuffer()
89
data += sizeof(pixelInfo.
displayHeight
);
in CreateImgBuffer()
90
size -= sizeof(pixelInfo.
displayHeight
);
in CreateImgBuffer()
98
.height = pixelInfo.
displayHeight
,
in CreateImgBuffer()
[all...]
/drivers/peripheral/codec/test/demo/heif/src/
H
A
D
buffer_helper.cpp
55
&pixelInfo.displayWidth, &pixelInfo.
displayHeight
,
in ExtractPixelInfoFromFilePath()
61
pixelInfo.displayWidth, pixelInfo.
displayHeight
, pixelInfo.alignedWidth, pixelInfo.alignedHeight);
in ExtractPixelInfoFromFilePath()
70
for (uint32_t i = 0; i < pixelInfo.
displayHeight
; i++) {
in CopyYuvData()
75
for (uint32_t i = 0; i < (pixelInfo.alignedHeight - pixelInfo.
displayHeight
); i++) {
in CopyYuvData()
90
for (uint32_t i = 0; i < pixelInfo.
displayHeight
/ UV_SAMPLE_RATE; i++) {
in CopyYuvData()
101
for (uint32_t i = 0; i < pixelInfo.
displayHeight
; i++) {
in CopyRgbaData()
134
.height = pixelInfo.
displayHeight
,
in CreateImgBuffer()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H
A
D
encode_buffer_helper.h
42
uint32_t
displayHeight
;
member
/drivers/peripheral/codec/test/demo/heif/include/
H
A
D
buffer_helper.h
44
uint32_t
displayHeight
;
member
Completed in 2 milliseconds