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:loop_filter_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_common.h
350
enum v4l2_mpeg_video_h264_loop_filter_mode
loop_filter_mode
;
member
H
A
D
s5p_mfc_opr_v5.c
787
mfc_write(dev, p_264->
loop_filter_mode
, S5P_FIMV_ENC_LF_CTRL);
in s5p_mfc_set_enc_params_h264()
H
A
D
s5p_mfc_opr_v6.c
1006
reg |= ((p_h264->
loop_filter_mode
& 0x3) << 1);
in s5p_mfc_set_enc_params_h264()
H
A
D
s5p_mfc_enc.c
1917
p->codec.h264.
loop_filter_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
354
enum v4l2_mpeg_video_h264_loop_filter_mode
loop_filter_mode
;
member
H
A
D
s5p_mfc_opr_v5.c
787
mfc_write(dev, p_264->
loop_filter_mode
, S5P_FIMV_ENC_LF_CTRL);
in s5p_mfc_set_enc_params_h264()
H
A
D
s5p_mfc_enc.c
1915
p->codec.h264.
loop_filter_mode
= ctrl->val;
in s5p_mfc_enc_s_ctrl()
H
A
D
s5p_mfc_opr_v6.c
1006
reg |= ((p_h264->
loop_filter_mode
& 0x3) << 1);
in s5p_mfc_set_enc_params_h264()
Completed in 18 milliseconds