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:nWidth
(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
192
nWidth
= fmtc->streams[iVideoStream]->codecpar->width;
in FFmpegDemuxer()
319
return
nWidth
;
in GetWidth()
328
return nBitDepth == 8 ?
nWidth
* nHeight * 3 / 2:
nWidth
* nHeight * 3;
in GetFrameSize()
372
LOG(INFO) << "Width: " <<
nWidth
<< std::endl;
in DumpStreamParameters()
/third_party/openmax/api/1.1.2/
H
A
D
OMX_IVCommon.h
300
*
nWidth
: Frame width in pixels
307
OMX_U32
nWidth
;
member
394
*
nWidth
: Width of the rectangle
403
OMX_U32
nWidth
;
member
/third_party/python/Tools/msi/bundle/bootstrap/
H
A
D
PythonBootstrapperApplication.cpp
1799
x = mi.rcWork.left + (mi.rcWork.right - mi.rcWork.left - _theme->
nWidth
) / 2;
in CreateMainWindow()
1812
_theme->
nWidth
,
in CreateMainWindow()
/third_party/sqlite/src/
H
A
D
shell.c
15575
int
nWidth
; /* Number of slots in colWidth[] and actualWidth[] */
member
17871
if( nColumn>p->
nWidth
){
in exec_prepared_stmt_columnar()
17874
for(i=p->
nWidth
; i<nColumn; i++) p->colWidth[i] = 0;
in exec_prepared_stmt_columnar()
17875
p->
nWidth
= nColumn;
in exec_prepared_stmt_columnar()
24624
for (i=0;i<p->
nWidth
;i++) {
in do_meta_command()
25234
p->
nWidth
= nArg-1;
in do_meta_command()
25235
p->colWidth = realloc(p->colWidth, (p->
nWidth
+1)*sizeof(int)*2);
in do_meta_command()
25236
if( p->colWidth==0 && p->
nWidth
>0 ) shell_out_of_memory();
in do_meta_command()
25237
if( p->
nWidth
) p->actualWidth = &p->colWidth[p->
nWidth
];
in do_meta_command()
[all...]
Completed in 41 milliseconds