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:out_port_def_
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H
A
D
h264dinport.c
71
OMX_VIDEO_PORTDEFINITIONTYPE * p_def = &(p_prc->
out_port_def_
.format.video);
in h264d_inport_SetParameter()
96
OMX_IndexParamPortDefinition, &(p_prc->
out_port_def_
)));
in h264d_inport_SetParameter()
H
A
D
h264dprc.c
255
TIZ_INIT_OMX_PORT_STRUCT(apriv->
out_port_def_
,
in reset_stream_parameters()
259
OMX_IndexParamPortDefinition, &(apriv->
out_port_def_
));
in reset_stream_parameters()
457
TIZ_INIT_OMX_PORT_STRUCT(priv->
out_port_def_
,
in h264d_prc_prepare_to_transfer()
461
OMX_IndexParamPortDefinition, &(priv->
out_port_def_
)));
in h264d_prc_prepare_to_transfer()
H
A
D
h264eprc.c
52
TIZ_INIT_OMX_PORT_STRUCT(priv->
out_port_def_
,
in init_port_structs()
69
OMX_IndexParamPortDefinition, &(priv->
out_port_def_
)));
in init_port_structs()
243
unsigned size = priv->
out_port_def_
.nBufferSize;
in enc_HandleTask()
/third_party/mesa3d/src/gallium/frontends/omx/
H
A
D
vid_dec_common.h
149
OMX_PARAM_PORTDEFINITIONTYPE
out_port_def_
;
member
H
A
D
vid_enc_common.h
129
OMX_PARAM_PORTDEFINITIONTYPE
out_port_def_
;
H
A
D
vid_dec_h264_common.c
56
templat.width = priv->
out_port_def_
.format.video.nFrameWidth;
in vid_dec_h264_BeginFrame()
57
templat.height = priv->
out_port_def_
.format.video.nFrameHeight;
in vid_dec_h264_BeginFrame()
931
p_def = &(priv->
out_port_def_
.format.video);
in update_port_parameters()
944
OMX_IndexParamPortDefinition, &(priv->
out_port_def_
));
in update_port_parameters()
953
OMX_IndexParamPortDefinition, &(priv->
out_port_def_
)));
in update_port_parameters()
Completed in 5 milliseconds