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:h264_profile
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
venc_drv_if.h
70
* @
h264_profile
: V4L2 defined H.264 profile
83
unsigned int
h264_profile
;
member
H
A
D
mtk_vcodec_drv.h
151
* @
h264_profile
: V4L2 defined H.264 profile
166
unsigned int
h264_profile
;
member
H
A
D
mtk_vcodec_enc.c
80
p->
h264_profile
= ctrl->val;
in vidioc_venc_s_ctrl()
357
param->
h264_profile
= enc_params->
h264_profile
;
in mtk_venc_set_param()
374
param->input_yuv_fmt, param->
h264_profile
,
in mtk_venc_set_param()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H
A
D
venc_drv_if.h
69
* @
h264_profile
: V4L2 defined H.264 profile
82
unsigned int
h264_profile
;
member
H
A
D
mtk_vcodec_enc_drv.h
72
* @
h264_profile
: V4L2 defined H.264 profile
87
unsigned int
h264_profile
;
member
H
A
D
mtk_vcodec_enc.c
85
p->
h264_profile
= ctrl->val;
in vidioc_venc_s_ctrl()
390
param->
h264_profile
= enc_params->
h264_profile
;
in mtk_venc_set_param()
407
param->input_yuv_fmt, param->
h264_profile
,
in mtk_venc_set_param()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls-defs.c
306
static const char * const
h264_profile
[] = {
in v4l2_ctrl_get_menu()
local
686
return
h264_profile
;
in v4l2_ctrl_get_menu()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/venc/
H
A
D
venc_h264_if.c
721
h264_get_profile(inst, enc_prm->
h264_profile
);
in h264_enc_set_vsi_configs()
740
h264_get_profile(inst, enc_prm->
h264_profile
);
in h264_enc_set_vsi_34_configs()
/kernel/linux/linux-5.10/drivers/media/platform/sti/hva/
H
A
D
hva-h264.c
50
struct
h264_profile
{
struct
59
static const struct
h264_profile
h264_infos_list[] = {
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/
H
A
D
hva-h264.c
50
struct
h264_profile
{
struct
59
static const struct
h264_profile
h264_infos_list[] = {
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/venc/
H
A
D
venc_h264_if.c
647
h264_get_profile(inst, enc_prm->
h264_profile
);
in h264_enc_set_param()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls.c
353
static const char * const
h264_profile
[] = {
in v4l2_ctrl_get_menu()
local
689
return
h264_profile
;
in v4l2_ctrl_get_menu()
Completed in 18 milliseconds