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:i_frame_qp
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H
A
D
codec-v4l2-fwht.h
36
u16
i_frame_qp
;
member
H
A
D
codec-fwht.h
112
u16
i_frame_qp
;
member
H
A
D
codec-v4l2-fwht.c
236
cf.
i_frame_qp
= state->
i_frame_qp
;
in v4l2_fwht_encode()
H
A
D
codec-fwht.c
712
cf->
i_frame_qp
);
in encode_plane()
H
A
D
vicodec-core.c
1797
ctx->state.
i_frame_qp
= ctrl->val;
in vicodec_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/
H
A
D
codec-fwht.h
80
u16
i_frame_qp
;
member
H
A
D
codec-v4l2-fwht.h
36
u16
i_frame_qp
;
member
H
A
D
codec-v4l2-fwht.c
236
cf.
i_frame_qp
= state->
i_frame_qp
;
in v4l2_fwht_encode()
H
A
D
codec-fwht.c
713
cf->
i_frame_qp
);
in encode_plane()
H
A
D
vicodec-core.c
1788
ctx->state.
i_frame_qp
= ctrl->val;
in vicodec_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H
A
D
vpu_codec.h
32
u32
i_frame_qp
;
member
H
A
D
vpu_windsor.c
1051
expert->static_param.rate_control_islice_qp = params->
i_frame_qp
;
in vpu_windsor_set_qp()
1135
windsor->init_slice_qp = params->
i_frame_qp
;
in vpu_windsor_set_params()
H
A
D
venc.c
550
venc->params.
i_frame_qp
= ctrl->val;
in venc_op_s_ctrl()
1208
venc->params.
i_frame_qp
);
in venc_get_debug_info()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H
A
D
allegro-core.c
919
int
i_frame_qp
= v4l2_ctrl_g_ctrl(channel->mpeg_video_h264_i_frame_qp);
in fill_create_channel_param()
local
979
param->initial_qp =
i_frame_qp
;
in fill_create_channel_param()
982
param->ip_delta = get_qp_delta(
i_frame_qp
, p_frame_qp);
in fill_create_channel_param()
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H
A
D
allegro-core.c
1197
int
i_frame_qp
= allegro_channel_get_i_frame_qp(channel);
in fill_create_channel_param()
local
1279
param->initial_qp =
i_frame_qp
;
in fill_create_channel_param()
1282
param->ip_delta = get_qp_delta(
i_frame_qp
, p_frame_qp);
in fill_create_channel_param()
Completed in 24 milliseconds