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:fb_disp_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/
H
A
D
vdec_vp8_if.c
133
* [
fb_disp_list
] - fb is set after decode and is moved to this list
134
* once user remove fb from [
fb_disp_list
] it is
145
* @
fb_disp_list
: list to store display ready frame buffer
159
struct list_head
fb_disp_list
;
member
319
/* available_fb_node_list ->
fb_disp_list
*/
in vp8_dec_finish()
324
list_move_tail(&node->list, &inst->
fb_disp_list
);
in vp8_dec_finish()
343
INIT_LIST_HEAD(&inst->
fb_disp_list
);
in init_list()
519
node = list_first_entry_or_null(&inst->
fb_disp_list
,
in get_disp_fb()
H
A
D
vdec_vp9_if.c
180
* @
fb_disp_list
: current available to display vdec_fb
197
struct list_head
fb_disp_list
;
member
448
list_move_tail(&node->list, &inst->
fb_disp_list
);
in vp9_add_to_fb_disp_list()
622
node = list_first_entry_or_null(&inst->
fb_disp_list
,
in vp9_rm_from_fb_disp_list()
690
INIT_LIST_HEAD(&inst->
fb_disp_list
);
in init_all_fb_lists()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H
A
D
vdec_vp8_if.c
130
* [
fb_disp_list
] - fb is set after decode and is moved to this list
131
* once user remove fb from [
fb_disp_list
] it is
142
* @
fb_disp_list
: list to store display ready frame buffer
156
struct list_head
fb_disp_list
;
member
316
/* available_fb_node_list ->
fb_disp_list
*/
in vp8_dec_finish()
321
list_move_tail(&node->list, &inst->
fb_disp_list
);
in vp8_dec_finish()
340
INIT_LIST_HEAD(&inst->
fb_disp_list
);
in init_list()
515
node = list_first_entry_or_null(&inst->
fb_disp_list
,
in get_disp_fb()
H
A
D
vdec_vp9_if.c
180
* @
fb_disp_list
: current available to display vdec_fb
197
struct list_head
fb_disp_list
;
member
444
list_move_tail(&node->list, &inst->
fb_disp_list
);
in vp9_add_to_fb_disp_list()
617
node = list_first_entry_or_null(&inst->
fb_disp_list
,
in vp9_rm_from_fb_disp_list()
684
INIT_LIST_HEAD(&inst->
fb_disp_list
);
in init_all_fb_lists()
Completed in 5 milliseconds