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:slice_mode
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_common.h
492
enum v4l2_mpeg_video_multi_slice_mode
slice_mode
;
member
702
enum v4l2_mpeg_video_multi_slice_mode
slice_mode
;
member
H
A
D
s5p_mfc_opr_v6.c
735
writel(ctx->
slice_mode
, mfc_regs->e_mslice_mode);
in s5p_mfc_set_slice_mode()
736
if (ctx->
slice_mode
== V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_MB) {
in s5p_mfc_set_slice_mode()
738
} else if (ctx->
slice_mode
==
in s5p_mfc_set_slice_mode()
777
ctx->
slice_mode
= p->
slice_mode
;
in s5p_mfc_set_enc_params()
779
if (p->
slice_mode
== V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_MB) {
in s5p_mfc_set_enc_params()
783
} else if (p->
slice_mode
== V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_BYTES) {
in s5p_mfc_set_enc_params()
H
A
D
s5p_mfc_opr_v5.c
694
mfc_write(dev, p->
slice_mode
, S5P_FIMV_ENC_MSLICE_CTRL);
in s5p_mfc_set_enc_params()
695
if (p->
slice_mode
== V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_MB) {
in s5p_mfc_set_enc_params()
697
} else if (p->
slice_mode
== V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_BYTES) {
in s5p_mfc_set_enc_params()
H
A
D
s5p_mfc_enc.c
1815
p->
slice_mode
= ctrl->val;
in s5p_mfc_enc_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_common.h
496
enum v4l2_mpeg_video_multi_slice_mode
slice_mode
;
member
618
* @
slice_mode
: mode of dividing frames into slices
712
enum v4l2_mpeg_video_multi_slice_mode
slice_mode
;
member
H
A
D
s5p_mfc_opr_v6.c
735
writel(ctx->
slice_mode
, mfc_regs->e_mslice_mode);
in s5p_mfc_set_slice_mode()
736
if (ctx->
slice_mode
== V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_MB) {
in s5p_mfc_set_slice_mode()
738
} else if (ctx->
slice_mode
==
in s5p_mfc_set_slice_mode()
777
ctx->
slice_mode
= p->
slice_mode
;
in s5p_mfc_set_enc_params()
779
if (p->
slice_mode
== V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_MB) {
in s5p_mfc_set_enc_params()
783
} else if (p->
slice_mode
== V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_BYTES) {
in s5p_mfc_set_enc_params()
H
A
D
s5p_mfc_opr_v5.c
694
mfc_write(dev, p->
slice_mode
, S5P_FIMV_ENC_MSLICE_CTRL);
in s5p_mfc_set_enc_params()
695
if (p->
slice_mode
== V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_MB) {
in s5p_mfc_set_enc_params()
697
} else if (p->
slice_mode
== V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_MAX_BYTES) {
in s5p_mfc_set_enc_params()
H
A
D
s5p_mfc_enc.c
1813
p->
slice_mode
= ctrl->val;
in s5p_mfc_enc_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
coda.h
137
enum v4l2_mpeg_video_multi_slice_mode
slice_mode
;
member
H
A
D
coda-bit.c
682
switch (ctx->params.
slice_mode
) {
in coda_slice_mode()
H
A
D
coda-common.c
2264
ctx->params.
slice_mode
= ctrl->val;
in coda_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
coda.h
146
enum v4l2_mpeg_video_multi_slice_mode
slice_mode
;
member
H
A
D
coda-bit.c
684
switch (ctx->params.
slice_mode
) {
in coda_slice_mode()
H
A
D
coda-common.c
2266
ctx->params.
slice_mode
= ctrl->val;
in coda_s_ctrl()
Completed in 34 milliseconds