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:src_bufs
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_dec.c
983
ctx->
src_bufs
[i].b = vbuf;
in s5p_mfc_buf_init()
984
ctx->
src_bufs
[i].cookie.stream =
in s5p_mfc_buf_init()
1064
mfc_buf = &ctx->
src_bufs
[vb->index];
in s5p_mfc_buf_queue()
H
A
D
s5p_mfc_common.h
581
* @
src_bufs
: information on allocated source buffers
663
struct s5p_mfc_buf
src_bufs
[MFC_MAX_BUFFERS];
member
H
A
D
s5p_mfc_enc.c
2455
ctx->
src_bufs
[i].b = vbuf;
in s5p_mfc_buf_init()
2456
ctx->
src_bufs
[i].cookie.raw.luma =
in s5p_mfc_buf_init()
2458
ctx->
src_bufs
[i].cookie.raw.chroma =
in s5p_mfc_buf_init()
2585
mfc_buf = &ctx->
src_bufs
[vb->index];
in s5p_mfc_buf_queue()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_dec.c
1016
ctx->
src_bufs
[i].b = vbuf;
in s5p_mfc_buf_init()
1017
ctx->
src_bufs
[i].cookie.stream =
in s5p_mfc_buf_init()
1097
mfc_buf = &ctx->
src_bufs
[vb->index];
in s5p_mfc_buf_queue()
H
A
D
s5p_mfc_common.h
585
* @
src_bufs
: information on allocated source buffers
673
struct s5p_mfc_buf
src_bufs
[MFC_MAX_BUFFERS];
member
H
A
D
s5p_mfc_enc.c
2453
ctx->
src_bufs
[i].b = vbuf;
in s5p_mfc_buf_init()
2454
ctx->
src_bufs
[i].cookie.raw.luma =
in s5p_mfc_buf_init()
2456
ctx->
src_bufs
[i].cookie.raw.chroma =
in s5p_mfc_buf_init()
2583
mfc_buf = &ctx->
src_bufs
[vb->index];
in s5p_mfc_buf_queue()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
coda-common.c
1576
int
src_bufs
= v4l2_m2m_num_src_bufs_ready(ctx->fh.m2m_ctx);
in coda_job_ready()
local
1583
if (!
src_bufs
&& ctx->inst_type != CODA_INST_DECODER) {
in coda_job_ready()
1609
if (ctx->hold && !
src_bufs
) {
in coda_job_ready()
1615
if (!stream_end && (num_metas +
src_bufs
) < 2) {
in coda_job_ready()
1618
num_metas,
src_bufs
);
in coda_job_ready()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
coda-common.c
1570
int
src_bufs
= v4l2_m2m_num_src_bufs_ready(ctx->fh.m2m_ctx);
in coda_job_ready()
local
1577
if (!
src_bufs
&& ctx->inst_type != CODA_INST_DECODER) {
in coda_job_ready()
1603
if (ctx->hold && !
src_bufs
) {
in coda_job_ready()
1609
if (!stream_end && (num_metas +
src_bufs
) < 2) {
in coda_job_ready()
1612
num_metas,
src_bufs
);
in coda_job_ready()
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/
H
A
D
delta-v4l2.c
1059
int
src_bufs
= v4l2_m2m_num_src_bufs_ready(ctx->fh.m2m_ctx);
in delta_job_ready()
local
1061
if (!
src_bufs
) {
in delta_job_ready()
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/
H
A
D
delta-v4l2.c
1056
int
src_bufs
= v4l2_m2m_num_src_bufs_ready(ctx->fh.m2m_ctx);
in delta_job_ready()
local
1058
if (!
src_bufs
) {
in delta_job_ready()
Completed in 27 milliseconds