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:p_outhdr_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H
A
D
h264dprc.c
73
if (priv->
p_outhdr_
) {
in release_output_header()
77
priv->
p_outhdr_
);
in release_output_header()
78
priv->
p_outhdr_
= NULL;
in release_output_header()
114
assert(priv->
p_outhdr_
== p_hdr);
in h264d_buffer_filled()
122
priv->
p_outhdr_
->nFlags |= OMX_BUFFERFLAG_EOS;
in h264d_buffer_filled()
129
priv->
p_outhdr_
= NULL;
in h264d_buffer_filled()
194
priv->
p_outhdr_
, &p_eglimage)) {
in get_eglimage()
200
if (!util_hash_table_get(priv->video_buffer_map, priv->
p_outhdr_
)) {
in get_eglimage()
219
_mesa_hash_table_insert(priv->video_buffer_map, priv->
p_outhdr_
, video_buffer);
in get_eglimage()
224
priv->
p_outhdr_
);
in get_eglimage()
[all...]
H
A
D
h264eprc.c
105
if (!priv->
p_outhdr_
) {
in get_output_buffer()
108
&priv->
p_outhdr_
);
in get_output_buffer()
110
return priv->
p_outhdr_
;
in get_output_buffer()
139
assert(priv->
p_outhdr_
== p_hdr);
in h264e_buffer_filled()
148
priv->
p_outhdr_
->nFlags |= OMX_BUFFERFLAG_EOS;
in h264e_buffer_filled()
154
priv->
p_outhdr_
= NULL;
in h264e_buffer_filled()
172
if (priv->
p_outhdr_
) {
in release_output_header()
176
priv->
p_outhdr_
);
in release_output_header()
177
priv->
p_outhdr_
= NULL;
in release_output_header()
196
priv->
p_outhdr_
in reset_stream_parameters()
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/
H
A
D
vid_dec_common.h
148
OMX_BUFFERHEADERTYPE *
p_outhdr_
;
member
H
A
D
vid_enc_common.h
127
OMX_BUFFERHEADERTYPE *
p_outhdr_
;
Completed in 3 milliseconds