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:cur_buf_offset
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H
A
D
vicodec-core.c
128
u32
cur_buf_offset
;
member
439
} else if (vb2_get_plane_payload(&src_buf->vb2_buf, 0) == ctx->
cur_buf_offset
) {
in device_run()
443
ctx->
cur_buf_offset
= 0;
in device_run()
475
ctx->
cur_buf_offset
= 0;
in job_remove_src_buf()
596
p = p_src + ctx->
cur_buf_offset
;
in job_ready()
640
ctx->
cur_buf_offset
= p - p_src;
in job_ready()
644
if (ctx->comp_has_frame && sz - ctx->
cur_buf_offset
>=
in job_ready()
648
u32 remaining = sz - ctx->
cur_buf_offset
- sizeof(*p_hdr);
in job_ready()
1511
ctx->
cur_buf_offset
= p - p_src;
in vicodec_buf_queue()
1670
ctx->
cur_buf_offset
in vicodec_stop_streaming()
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/
H
A
D
vicodec-core.c
128
u32
cur_buf_offset
;
member
435
} else if (vb2_get_plane_payload(&src_buf->vb2_buf, 0) == ctx->
cur_buf_offset
) {
in device_run()
439
ctx->
cur_buf_offset
= 0;
in device_run()
471
ctx->
cur_buf_offset
= 0;
in job_remove_src_buf()
592
p = p_src + ctx->
cur_buf_offset
;
in job_ready()
636
ctx->
cur_buf_offset
= p - p_src;
in job_ready()
640
if (ctx->comp_has_frame && sz - ctx->
cur_buf_offset
>=
in job_ready()
644
u32 remaining = sz - ctx->
cur_buf_offset
- sizeof(*p_hdr);
in job_ready()
1502
ctx->
cur_buf_offset
= p - p_src;
in vicodec_buf_queue()
1661
ctx->
cur_buf_offset
in vicodec_stop_streaming()
[all...]
Completed in 5 milliseconds