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:sequence_out
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H
A
D
vdec.h
247
unsigned int sequence_cap,
sequence_out
;
member
H
A
D
esparser.c
342
vbuf->sequence = sess->
sequence_out
++;
in esparser_queue()
H
A
D
vdec.c
338
sess->
sequence_out
= 0;
in vdec_start_streaming()
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H
A
D
vdec.h
207
* @
sequence_out
: output sequence counter
257
unsigned int sequence_cap,
sequence_out
;
member
H
A
D
esparser.c
340
vbuf->sequence = sess->
sequence_out
++;
in esparser_queue()
H
A
D
vdec.c
338
sess->
sequence_out
= 0;
in vdec_start_streaming()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
core.h
349
* @
sequence_out
: a sequence counter for output queue
410
u32
sequence_out
;
member
H
A
D
venc.c
891
inst->
sequence_out
= 0;
in venc_start_streaming()
969
vbuf->sequence = inst->
sequence_out
++;
in venc_buf_done()
H
A
D
vdec.c
1021
inst->
sequence_out
= 0;
in vdec_start_output()
1324
vbuf->sequence = inst->
sequence_out
++;
in vdec_buf_done()
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro.h
205
* @
sequence_out
: Sequence counter for output queue
227
u32
sequence_out
;
member
H
A
D
hantro_v4l2.c
678
ctx->
sequence_out
= 0;
in hantro_start_streaming()
H
A
D
hantro_drv.c
73
src->sequence = ctx->
sequence_out
++;
in hantro_job_finish_no_pm()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro.h
224
* @
sequence_out
: Sequence counter for output queue
253
u32
sequence_out
;
member
H
A
D
hantro_v4l2.c
918
ctx->
sequence_out
= 0;
in hantro_start_streaming()
H
A
D
hantro_drv.c
75
src->sequence = ctx->
sequence_out
++;
in hantro_job_finish_no_pm()
/kernel/linux/linux-6.6/drivers/media/platform/amlogic/meson-ge2d/
H
A
D
ge2d.c
77
unsigned long
sequence_out
, sequence_cap;
member
304
src->sequence = ctx->
sequence_out
++;
in ge2d_isr()
365
ctx->
sequence_out
= 0;
in ge2d_start_streaming()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
core.h
422
* @
sequence_out
: a sequence counter for output queue
494
u32
sequence_out
;
member
H
A
D
vdec.c
1130
inst->
sequence_out
= 0;
in vdec_start_output()
1442
vbuf->sequence = inst->
sequence_out
++;
in vdec_buf_done()
H
A
D
venc.c
1244
inst->
sequence_out
= 0;
in venc_start_streaming()
1357
vbuf->sequence = inst->
sequence_out
++;
in venc_buf_done()
Completed in 43 milliseconds