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:nHeight
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
extFFmpegDemuxer.h
135
int nWidth,
nHeight
, nBitDepth;
member in FFmpegDemuxer
193
nHeight
= fmtc->streams[iVideoStream]->codecpar->height;
in FFmpegDemuxer()
322
return
nHeight
;
in GetHeight()
328
return nBitDepth == 8 ? nWidth *
nHeight
* 3 / 2: nWidth *
nHeight
* 3;
in GetFrameSize()
373
LOG(INFO) << "Height: " <<
nHeight
<< std::endl;
in DumpStreamParameters()
/third_party/openmax/api/1.1.2/
H
A
D
OMX_IVCommon.h
301
*
nHeight
: Frame height in pixels
308
OMX_U32
nHeight
;
member
395
*
nHeight
: Height of the rectangle
404
OMX_U32
nHeight
;
member
/third_party/python/Tools/msi/bundle/bootstrap/
H
A
D
PythonBootstrapperApplication.cpp
1800
y = mi.rcWork.top + (mi.rcWork.bottom - mi.rcWork.top - _theme->
nHeight
) / 2;
in CreateMainWindow()
1813
_theme->
nHeight
,
in CreateMainWindow()
/third_party/sqlite/src/
H
A
D
sqlite3.c
18338
int
nHeight
; /* Height of the tree headed by this node */
member
19192
int
nHeight
; /* Expression tree height of current sub-select */
member
106522
sqlite3ExprCheckHeight(Parse *pParse, int
nHeight
)
global()
argument
106581
int
nHeight
= p->pLeft ? p->pLeft->
nHeight
: 0;
global()
local
106613
int
nHeight
= 0;
global()
local
194205
int
nHeight
= (int)aRoot[0];
global()
local
[all...]
Completed in 132 milliseconds