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:vpu_vb2_buffer
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H
A
D
vpu.h
302
struct
vpu_vb2_buffer
{
struct
314
static inline struct
vpu_vb2_buffer
*to_vpu_vb2_buffer(struct vb2_v4l2_buffer *vbuf)
in to_vpu_vb2_buffer()
318
return container_of(m2m_buf, struct
vpu_vb2_buffer
, m2m_buf);
in to_vpu_vb2_buffer()
H
A
D
vpu_v4l2.c
54
struct
vpu_vb2_buffer
*vpu_buf = to_vpu_vb2_buffer(vbuf);
in vpu_set_buffer_state()
61
struct
vpu_vb2_buffer
*vpu_buf = to_vpu_vb2_buffer(vbuf);
in vpu_get_buffer_state()
651
src_vq->buf_struct_size = sizeof(struct
vpu_vb2_buffer
);
in vpu_m2m_queue_init()
668
dst_vq->buf_struct_size = sizeof(struct
vpu_vb2_buffer
);
in vpu_m2m_queue_init()
H
A
D
vdec.c
51
struct
vpu_vb2_buffer
*slots[VB2_MAX_FRAME];
714
struct
vpu_vb2_buffer
*vpu_buf;
in vdec_frame_decoded()
766
static struct
vpu_vb2_buffer
*vdec_find_buffer(struct vpu_inst *inst, u32 luma)
in vdec_find_buffer()
785
struct
vpu_vb2_buffer
*vpu_buf;
in vdec_buf_done()
1041
struct
vpu_vb2_buffer
*vpu_buf;
in vdec_response_frame()
1152
struct
vpu_vb2_buffer
*vpu_buf;
in vdec_clear_slots()
1268
struct
vpu_vb2_buffer
*vpu_buf;
in vdec_evnet_rel_fs()
Completed in 5 milliseconds