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_hevc_sps
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls-core.c
810
struct v4l2_ctrl_hevc_sps *
p_hevc_sps
;
in std_validate_compound()
local
1051
p_hevc_sps
= p;
in std_validate_compound()
1053
if (!(
p_hevc_sps
->flags & V4L2_HEVC_SPS_FLAG_PCM_ENABLED)) {
in std_validate_compound()
1054
p_hevc_sps
->pcm_sample_bit_depth_luma_minus1 = 0;
in std_validate_compound()
1055
p_hevc_sps
->pcm_sample_bit_depth_chroma_minus1 = 0;
in std_validate_compound()
1056
p_hevc_sps
->log2_min_pcm_luma_coding_block_size_minus3 = 0;
in std_validate_compound()
1057
p_hevc_sps
->log2_diff_max_min_pcm_luma_coding_block_size = 0;
in std_validate_compound()
1060
if (!(
p_hevc_sps
->flags &
in std_validate_compound()
1062
p_hevc_sps
->num_long_term_ref_pics_sps = 0;
in std_validate_compound()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls.c
1775
struct v4l2_ctrl_hevc_sps *
p_hevc_sps
;
in std_validate_compound()
local
1875
p_hevc_sps
= p;
in std_validate_compound()
1877
if (!(
p_hevc_sps
->flags & V4L2_HEVC_SPS_FLAG_PCM_ENABLED)) {
in std_validate_compound()
1878
p_hevc_sps
->pcm_sample_bit_depth_luma_minus1 = 0;
in std_validate_compound()
1879
p_hevc_sps
->pcm_sample_bit_depth_chroma_minus1 = 0;
in std_validate_compound()
1880
p_hevc_sps
->log2_min_pcm_luma_coding_block_size_minus3 = 0;
in std_validate_compound()
1881
p_hevc_sps
->log2_diff_max_min_pcm_luma_coding_block_size = 0;
in std_validate_compound()
1884
if (!(
p_hevc_sps
->flags &
in std_validate_compound()
1886
p_hevc_sps
->num_long_term_ref_pics_sps = 0;
in std_validate_compound()
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-ctrls.h
56
* @
p_hevc_sps
: Pointer to an HEVC sequence parameter set structure.
80
struct v4l2_ctrl_hevc_sps *
p_hevc_sps
;
member
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-ctrls.h
49
* @
p_hevc_sps
: Pointer to an HEVC sequence parameter set structure.
80
struct v4l2_ctrl_hevc_sps *
p_hevc_sps
;
member
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H
A
D
cedrus.c
46
const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.
p_hevc_sps
;
in cedrus_try_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_drv.c
268
const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.
p_hevc_sps
;
in hantro_try_ctrl()
341
const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.
p_hevc_sps
;
in hantro_hevc_s_ctrl()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
videodev2.h
1830
struct v4l2_ctrl_hevc_sps __user *
p_hevc_sps
;
member
Completed in 21 milliseconds