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:xWidth
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_enc.c
236
priv->scale.
xWidth
= OMX_VID_ENC_SCALING_WIDTH_DEFAULT;
in vid_enc_Constructor()
536
if (scale->
xWidth
< 176 || scale->xHeight < 144)
in vid_enc_SetConfig()
547
if (priv->scale.
xWidth
!= 0xffffffff && priv->scale.xHeight != 0xffffffff) {
in vid_enc_SetConfig()
551
templat.width = priv->scale.
xWidth
;
in vid_enc_SetConfig()
587
scale->
xWidth
= priv->scale.
xWidth
;
in vid_enc_GetConfig()
616
priv->scale.
xWidth
: port->sPortParam.format.video.nFrameWidth;
in vid_enc_MessageHandler()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H
A
D
h264eprc.c
488
priv->scale.
xWidth
= OMX_VID_ENC_SCALING_WIDTH_DEFAULT;
in h264e_prc_ctor()
536
priv->scale.
xWidth
: priv->in_port_def_.format.video.nFrameWidth;
in h264e_prc_prepare_to_transfer()
/third_party/openmax/api/1.1.2/
H
A
D
OMX_IVCommon.h
162
OMX_S32
xWidth
; /**< Fixed point value stored as Q16 */
member
/third_party/mesa3d/src/gallium/frontends/omx/
H
A
D
vid_enc_common.c
243
*size = priv->scale.
xWidth
* priv->scale.xHeight * 2;
in enc_ScaleInput_common()
Completed in 6 milliseconds