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:v4l2_m2m_next_buf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-mem2mem.h
621
*
v4l2_m2m_next_buf
() - return next buffer from the list of ready buffers
625
struct vb2_v4l2_buffer *
v4l2_m2m_next_buf
(struct v4l2_m2m_queue_ctx *q_ctx);
636
return
v4l2_m2m_next_buf
(&m2m_ctx->out_q_ctx);
in v4l2_m2m_next_src_buf()
648
return
v4l2_m2m_next_buf
(&m2m_ctx->cap_q_ctx);
in v4l2_m2m_next_dst_buf()
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-mem2mem.h
626
*
v4l2_m2m_next_buf
() - return next buffer from the list of ready buffers
630
struct vb2_v4l2_buffer *
v4l2_m2m_next_buf
(struct v4l2_m2m_queue_ctx *q_ctx);
641
return
v4l2_m2m_next_buf
(&m2m_ctx->out_q_ctx);
in v4l2_m2m_next_src_buf()
653
return
v4l2_m2m_next_buf
(&m2m_ctx->cap_q_ctx);
in v4l2_m2m_next_dst_buf()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-mem2mem.c
136
struct vb2_v4l2_buffer *
v4l2_m2m_next_buf
(struct v4l2_m2m_queue_ctx *q_ctx)
in v4l2_m2m_next_buf()
function
152
EXPORT_SYMBOL_GPL(
v4l2_m2m_next_buf
);
variable
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-mem2mem.c
136
struct vb2_v4l2_buffer *
v4l2_m2m_next_buf
(struct v4l2_m2m_queue_ctx *q_ctx)
in v4l2_m2m_next_buf()
function
152
EXPORT_SYMBOL_GPL(
v4l2_m2m_next_buf
);
variable
Completed in 9 milliseconds