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:eColorFormat
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H
A
D
h264d.c
87
portdef.
eColorFormat
= OMX_COLOR_FormatUnused;
in instantiate_h264d_input_port()
158
portdef.
eColorFormat
= OMX_COLOR_FormatYUV420SemiPlanar;
in instantiate_h264d_output_port()
H
A
D
h264e.c
66
portdef.
eColorFormat
= OMX_COLOR_FormatYUV420SemiPlanar;
in instantiate_h264e_input_port()
130
portdef.
eColorFormat
= OMX_COLOR_FormatUnused;
in instantiate_h264e_output_port()
/third_party/openmax/api/1.1.2/
H
A
D
OMX_Image.h
106
* specified,
eColorFormat
is valid
107
*
eColorFormat
: Decompressed format used by this component
120
OMX_COLOR_FORMATTYPE
eColorFormat
;
member
137
*
eColorFormat
is valid
138
*
eColorFormat
: Decompressed format used by this component
146
OMX_COLOR_FORMATTYPE
eColorFormat
;
member
H
A
D
OMX_Video.h
119
* specified,
eColorFormat
is used
120
*
eColorFormat
: Decompressed format used by this component
135
OMX_COLOR_FORMATTYPE
eColorFormat
;
member
151
*
eColorFormat
is used
152
*
eColorFormat
: Decompressed format used by this component
161
OMX_COLOR_FORMATTYPE
eColorFormat
;
member
/third_party/ffmpeg/libavcodec/
H
A
D
omx.c
456
if (video_port_format.
eColorFormat
== OMX_COLOR_FormatYUV420Planar ||
in omx_component_init()
457
video_port_format.
eColorFormat
== OMX_COLOR_FormatYUV420PackedPlanar) {
in omx_component_init()
458
s->color_format = video_port_format.
eColorFormat
;
in omx_component_init()
473
in_port_params.format.video.
eColorFormat
= s->color_format;
in omx_component_init()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec.c
259
port->sPortParam.format.video.
eColorFormat
= OMX_COLOR_FormatYUV420SemiPlanar;
in vid_dec_Constructor()
260
port->sVideoParam.
eColorFormat
= OMX_COLOR_FormatYUV420SemiPlanar;
in vid_dec_Constructor()
H
A
D
vid_enc.c
201
port->sPortParam.format.video.
eColorFormat
= OMX_COLOR_FormatYUV420SemiPlanar;
in vid_enc_Constructor()
202
port->sVideoParam.
eColorFormat
= OMX_COLOR_FormatYUV420SemiPlanar;
in vid_enc_Constructor()
Completed in 8 milliseconds