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:streamon_out
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
venc_ctrls.c
89
if (inst->
streamon_out
&& inst->streamon_cap) {
in venc_op_s_ctrl()
216
if (inst->
streamon_out
&& inst->streamon_cap) {
in venc_op_s_ctrl()
257
if (inst->
streamon_out
&& inst->streamon_cap) {
in venc_op_s_ctrl()
288
if (inst->
streamon_out
&& inst->streamon_cap) {
in venc_op_s_ctrl()
301
if (inst->
streamon_out
&& inst->streamon_cap) {
in venc_op_s_ctrl()
H
A
D
vdec.c
567
if (!(inst->
streamon_out
&& inst->streamon_cap))
in vdec_decoder_cmd()
1039
if (!inst->
streamon_out
)
in vdec_start_capture()
1166
inst->
streamon_out
= 1;
in vdec_start_output()
1289
inst->
streamon_out
= 0;
in vdec_stop_streaming()
H
A
D
venc.c
547
if (!(inst->
streamon_out
&& inst->streamon_cap))
in venc_encoder_cmd()
1232
inst->
streamon_out
= 1;
in venc_start_streaming()
1236
if (!(inst->
streamon_out
& inst->streamon_cap)) {
in venc_start_streaming()
1286
inst->
streamon_out
= 0;
in venc_start_streaming()
H
A
D
helpers.c
1362
if (!(inst->
streamon_out
& inst->streamon_cap))
in delayed_process_buf_func()
1514
!(inst->
streamon_out
&& inst->streamon_cap))
in venus_helper_vb2_buf_queue()
1552
if (inst->
streamon_out
& inst->streamon_cap) {
in venus_helper_vb2_stop_streaming()
1577
inst->
streamon_out
= 0;
in venus_helper_vb2_stop_streaming()
H
A
D
core.h
388
* @
streamon_out
: stream on flag for output queue
460
unsigned int streamon_cap,
streamon_out
;
member
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H
A
D
vdec.c
269
if (!sess->
streamon_out
)
in vdec_vb2_buf_queue()
294
sess->
streamon_out
= 1;
in vdec_start_streaming()
298
if (!sess->
streamon_out
)
in vdec_start_streaming()
358
sess->
streamon_out
= 0;
in vdec_start_streaming()
405
(!sess->
streamon_out
|| !sess->streamon_cap))) {
in vdec_stop_streaming()
425
sess->
streamon_out
= 0;
in vdec_stop_streaming()
727
if (!(sess->
streamon_out
& sess->streamon_cap))
in vdec_decoder_cmd()
H
A
D
vdec.h
201
* @
streamon_out
: stream on flag for output queue
246
unsigned int streamon_cap,
streamon_out
;
member
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H
A
D
vdec.c
269
if (!sess->
streamon_out
)
in vdec_vb2_buf_queue()
294
sess->
streamon_out
= 1;
in vdec_start_streaming()
298
if (!sess->
streamon_out
)
in vdec_start_streaming()
358
sess->
streamon_out
= 0;
in vdec_start_streaming()
405
(!sess->
streamon_out
|| !sess->streamon_cap))) {
in vdec_stop_streaming()
425
sess->
streamon_out
= 0;
in vdec_stop_streaming()
727
if (!(sess->
streamon_out
& sess->streamon_cap))
in vdec_decoder_cmd()
H
A
D
vdec.h
205
* @
streamon_out
: stream on flag for output queue
256
unsigned int streamon_cap,
streamon_out
;
member
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
venc_ctrls.c
86
if (inst->
streamon_out
&& inst->streamon_cap) {
in venc_op_s_ctrl()
191
if (inst->
streamon_out
&& inst->streamon_cap) {
in venc_op_s_ctrl()
H
A
D
core.h
321
* @
streamon_out
: stream on flag for output queue
379
unsigned int streamon_cap,
streamon_out
;
member
H
A
D
venc.c
879
inst->
streamon_out
= 1;
in venc_start_streaming()
883
if (!(inst->
streamon_out
& inst->streamon_cap)) {
in venc_start_streaming()
927
inst->
streamon_out
= 0;
in venc_start_streaming()
H
A
D
helpers.c
1218
if (!(inst->
streamon_out
& inst->streamon_cap))
in delayed_process_buf_func()
1359
!(inst->
streamon_out
&& inst->streamon_cap))
in venus_helper_vb2_buf_queue()
1400
if (inst->
streamon_out
& inst->streamon_cap) {
in venus_helper_vb2_stop_streaming()
1425
inst->
streamon_out
= 0;
in venus_helper_vb2_stop_streaming()
H
A
D
vdec.c
513
if (!(inst->
streamon_out
&& inst->streamon_cap))
in vdec_decoder_cmd()
930
if (!inst->
streamon_out
)
in vdec_start_capture()
1053
inst->
streamon_out
= 1;
in vdec_start_output()
1172
inst->
streamon_out
= 0;
in vdec_stop_streaming()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
coda.h
225
int
streamon_out
;
member
H
A
D
coda-common.c
1563
if ((ctx->aborting || (!ctx->streamon_cap && !ctx->
streamon_out
)) &&
in coda_pic_run_work()
2046
ctx->
streamon_out
= 1;
in coda_start_streaming()
2052
if (!(ctx->
streamon_out
&& ctx->streamon_cap))
in coda_start_streaming()
2116
stop = ctx->
streamon_out
&& ctx->streamon_cap;
in coda_stop_streaming()
2121
ctx->
streamon_out
= 0;
in coda_stop_streaming()
2162
if (!ctx->
streamon_out
&& !ctx->streamon_cap)
in coda_stop_streaming()
H
A
D
coda-bit.c
1612
if (!ctx->
streamon_out
) {
in coda_prepare_encode()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
coda.h
234
int
streamon_out
;
member
H
A
D
coda-common.c
1556
if ((ctx->aborting || (!ctx->streamon_cap && !ctx->
streamon_out
)) &&
in coda_pic_run_work()
2045
ctx->
streamon_out
= 1;
in coda_start_streaming()
2051
if (!(ctx->
streamon_out
&& ctx->streamon_cap))
in coda_start_streaming()
2118
stop = ctx->
streamon_out
&& ctx->streamon_cap;
in coda_stop_streaming()
2123
ctx->
streamon_out
= 0;
in coda_stop_streaming()
2164
if (!ctx->
streamon_out
&& !ctx->streamon_cap)
in coda_stop_streaming()
H
A
D
coda-bit.c
1614
if (!ctx->
streamon_out
) {
in coda_prepare_encode()
Completed in 34 milliseconds