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:vdec_fb_va
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/
H
A
D
vdec_h264_if.c
37
* @
vdec_fb_va
: virtual address of struct vdec_fb
44
uint64_t
vdec_fb_va
;
member
76
* @
vdec_fb_va
: VDEC frame buffer struct virtual address
86
uint64_t
vdec_fb_va
;
member
238
list->fb_list[list->write_idx].
vdec_fb_va
= (u64)(uintptr_t)fb;
in put_fb_to_free()
347
uint64_t
vdec_fb_va
= (u64)(uintptr_t)fb;
in vdec_h264_decode()
local
384
inst->vsi->dec.
vdec_fb_va
=
vdec_fb_va
;
in vdec_h264_decode()
450
(uintptr_t)list->fb_list[list->read_idx].
vdec_fb_va
;
in vdec_h264_get_fb()
457
list->fb_list[list->read_idx].
vdec_fb_va
);
in vdec_h264_get_fb()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H
A
D
vdec_h264_if.c
36
* @
vdec_fb_va
: virtual address of struct vdec_fb
43
uint64_t
vdec_fb_va
;
member
75
* @
vdec_fb_va
: VDEC frame buffer struct virtual address
85
uint64_t
vdec_fb_va
;
member
235
list->fb_list[list->write_idx].
vdec_fb_va
= (u64)(uintptr_t)fb;
in put_fb_to_free()
341
uint64_t
vdec_fb_va
= (u64)(uintptr_t)fb;
in vdec_h264_decode()
local
378
inst->vsi->dec.
vdec_fb_va
=
vdec_fb_va
;
in vdec_h264_decode()
441
(uintptr_t)list->fb_list[list->read_idx].
vdec_fb_va
;
in vdec_h264_get_fb()
448
list->fb_list[list->read_idx].
vdec_fb_va
);
in vdec_h264_get_fb()
[all...]
H
A
D
vdec_h264_req_multi_if.c
59
* @
vdec_fb_va
: VDEC frame buffer struct virtual address
69
u64
vdec_fb_va
;
member
456
u64
vdec_fb_va
;
in vdec_h264_slice_core_decode()
local
477
vdec_fb_va
= (unsigned long)fb;
in vdec_h264_slice_core_decode()
489
inst->vsi_core->dec.
vdec_fb_va
=
vdec_fb_va
;
in vdec_h264_slice_core_decode()
739
inst->vsi_ctx.dec.
vdec_fb_va
= (u64)(uintptr_t)fb;
in vdec_h264_slice_single_decode()
H
A
D
vdec_h264_req_common.h
152
* @
vdec_fb_va
: virtual address of struct vdec_fb
159
u64
vdec_fb_va
;
member
H
A
D
vdec_h264_req_if.c
36
* @
vdec_fb_va
: VDEC frame buffer struct virtual address
46
u64
vdec_fb_va
;
member
362
inst->vsi_ctx.dec.
vdec_fb_va
= (u64)(uintptr_t)fb;
in vdec_h264_slice_decode()
H
A
D
vdec_hevc_req_multi_if.c
220
* @
vdec_fb_va
: virtual address of struct vdec_fb
227
u64
vdec_fb_va
;
member
258
* @
vdec_fb_va
: VDEC frame buffer struct virtual address
264
u64
vdec_fb_va
;
member
826
inst->vsi_core->dec.
vdec_fb_va
= (unsigned long)fb;
in vdec_hevc_slice_setup_core_buffer()
Completed in 7 milliseconds