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:p_264
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_opr_v5.c
761
struct s5p_mfc_h264_enc_params *
p_264
= &p->codec.h264;
in s5p_mfc_set_enc_params_h264()
local
776
reg |= (
p_264
->level << 8);
in s5p_mfc_set_enc_params_h264()
779
reg |=
p_264
->profile;
in s5p_mfc_set_enc_params_h264()
782
mfc_write(dev,
p_264
->interlace, S5P_FIMV_ENC_PIC_STRUCT);
in s5p_mfc_set_enc_params_h264()
784
if (
p_264
->interlace)
in s5p_mfc_set_enc_params_h264()
787
mfc_write(dev,
p_264
->loop_filter_mode, S5P_FIMV_ENC_LF_CTRL);
in s5p_mfc_set_enc_params_h264()
789
if (
p_264
->loop_filter_alpha < 0) {
in s5p_mfc_set_enc_params_h264()
791
reg |= (0xFF -
p_264
->loop_filter_alpha) + 1;
in s5p_mfc_set_enc_params_h264()
794
reg |= (
p_264
->loop_filter_alpha & 0xF);
in s5p_mfc_set_enc_params_h264()
798
if (
p_264
in s5p_mfc_set_enc_params_h264()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_opr_v5.c
761
struct s5p_mfc_h264_enc_params *
p_264
= &p->codec.h264;
in s5p_mfc_set_enc_params_h264()
local
776
reg |= (
p_264
->level << 8);
in s5p_mfc_set_enc_params_h264()
779
reg |=
p_264
->profile;
in s5p_mfc_set_enc_params_h264()
782
mfc_write(dev,
p_264
->interlace, S5P_FIMV_ENC_PIC_STRUCT);
in s5p_mfc_set_enc_params_h264()
784
if (
p_264
->interlace)
in s5p_mfc_set_enc_params_h264()
787
mfc_write(dev,
p_264
->loop_filter_mode, S5P_FIMV_ENC_LF_CTRL);
in s5p_mfc_set_enc_params_h264()
789
if (
p_264
->loop_filter_alpha < 0) {
in s5p_mfc_set_enc_params_h264()
791
reg |= (0xFF -
p_264
->loop_filter_alpha) + 1;
in s5p_mfc_set_enc_params_h264()
794
reg |= (
p_264
->loop_filter_alpha & 0xF);
in s5p_mfc_set_enc_params_h264()
798
if (
p_264
in s5p_mfc_set_enc_params_h264()
[all...]
Completed in 3 milliseconds