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:queued_in_vb2
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H
A
D
mtk_vcodec_dec_stateful.c
81
vb->vb2_buf.index, dstbuf->
queued_in_vb2
);
in get_display_buffer()
123
if (dstbuf->
queued_in_vb2
&& dstbuf->queued_in_v4l2 &&
in get_free_buffer()
130
* buffer. In this case,
queued_in_vb2
= true.
in get_free_buffer()
134
vb->vb2_buf.index, dstbuf->
queued_in_vb2
);
in get_free_buffer()
136
} else if (!dstbuf->
queued_in_vb2
&& dstbuf->queued_in_v4l2) {
in get_free_buffer()
143
* for decode. In this case,
queued_in_vb2
= false
in get_free_buffer()
152
dstbuf->
queued_in_vb2
= true;
in get_free_buffer()
164
vb->vb2_buf.index, dstbuf->
queued_in_vb2
,
in get_free_buffer()
438
buf->
queued_in_vb2
= true;
in vb2ops_vdec_stateful_buf_queue()
441
buf->
queued_in_vb2
in vb2ops_vdec_stateful_buf_queue()
[all...]
H
A
D
mtk_vcodec_dec.h
45
* @
queued_in_vb2
: Capture buffer is queue in vb2
58
bool
queued_in_vb2
;
member
H
A
D
mtk_vcodec_dec.c
814
buf->
queued_in_vb2
= false;
in vb2ops_vdec_buf_finish()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
mtk_vcodec_dec.h
40
* @
queued_in_vb2
: Capture buffer is queue in vb2
53
bool
queued_in_vb2
;
member
H
A
D
mtk_vcodec_dec.c
138
dstbuf->
queued_in_vb2
);
in get_display_buffer()
181
if ((dstbuf->
queued_in_vb2
) &&
in get_free_buffer()
189
* buffer. In this case,
queued_in_vb2
= true.
in get_free_buffer()
195
dstbuf->
queued_in_vb2
);
in get_free_buffer()
197
} else if (!dstbuf->
queued_in_vb2
&& dstbuf->queued_in_v4l2) {
in get_free_buffer()
204
* for decode. In this case,
queued_in_vb2
= false
in get_free_buffer()
213
dstbuf->
queued_in_vb2
= true;
in get_free_buffer()
226
dstbuf->
queued_in_vb2
,
in get_free_buffer()
1160
buf->
queued_in_vb2
= true;
in vb2ops_vdec_buf_queue()
1163
buf->
queued_in_vb2
in vb2ops_vdec_buf_queue()
[all...]
Completed in 7 milliseconds