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:mtk_video_formats
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H
A
D
mtk_vcodec_dec_stateless.c
203
static struct mtk_video_fmt
mtk_video_formats
[9];
variable
586
mtk_video_formats
[count_formats].fourcc = fourcc;
in mtk_vcodec_add_formats()
587
mtk_video_formats
[count_formats].type = MTK_FMT_DEC;
in mtk_vcodec_add_formats()
588
mtk_video_formats
[count_formats].num_planes = 1;
in mtk_vcodec_add_formats()
589
mtk_video_formats
[count_formats].frmsize = stepwise_fhd;
in mtk_vcodec_add_formats()
593
mtk_video_formats
[count_formats].frmsize.max_width =
in mtk_vcodec_add_formats()
595
mtk_video_formats
[count_formats].frmsize.max_height =
in mtk_vcodec_add_formats()
603
mtk_video_formats
[count_formats].fourcc = fourcc;
in mtk_vcodec_add_formats()
604
mtk_video_formats
[count_formats].type = MTK_FMT_FRAME;
in mtk_vcodec_add_formats()
605
mtk_video_formats
[count_format
in mtk_vcodec_add_formats()
[all...]
H
A
D
mtk_vcodec_dec_stateful.c
11
static struct mtk_video_fmt
mtk_video_formats
[] = {
variable
44
ARRAY_SIZE(
mtk_video_formats
);
220
fmt = &
mtk_video_formats
[k];
in mtk_vdec_update_fmt()
587
if (
mtk_video_formats
[i].type != MTK_FMT_DEC)
in mtk_init_vdec_params()
590
mtk_video_formats
[i].frmsize.max_width =
in mtk_init_vdec_params()
592
mtk_video_formats
[i].frmsize.max_height =
in mtk_init_vdec_params()
615
.vdec_formats =
mtk_video_formats
,
617
.default_out_fmt = &
mtk_video_formats
[DEFAULT_OUT_FMT_IDX],
618
.default_cap_fmt = &
mtk_video_formats
[DEFAULT_CAP_FMT_IDX],
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
mtk_vcodec_dec.c
27
static const struct mtk_video_fmt
mtk_video_formats
[] = {
variable
72
#define NUM_FORMATS ARRAY_SIZE(
mtk_video_formats
)
80
fmt = &
mtk_video_formats
[k];
in mtk_vdec_find_format()
287
fmt = &
mtk_video_formats
[k];
in mtk_vdec_update_fmt()
577
q_data->fmt = &
mtk_video_formats
[OUT_FMT_IDX];
in mtk_vcodec_dec_set_default_params()
589
q_data->fmt = &
mtk_video_formats
[CAP_FMT_IDX];
in mtk_vcodec_dec_set_default_params()
734
f->fmt.pix.pixelformat =
mtk_video_formats
[CAP_FMT_IDX].fourcc;
in vidioc_try_fmt_vid_cap_mplane()
749
f->fmt.pix.pixelformat =
mtk_video_formats
[OUT_FMT_IDX].fourcc;
in vidioc_try_fmt_vid_out_mplane()
872
mtk_video_formats
[OUT_FMT_IDX].fourcc;
in vidioc_vdec_s_fmt()
876
mtk_video_formats
[CAP_FMT_ID
in vidioc_vdec_s_fmt()
[all...]
Completed in 3 milliseconds