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:hantro_fmt
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro_v4l2.c
38
static const struct
hantro_fmt
*
41
const struct
hantro_fmt
*formats;
in hantro_get_formats()
54
static const struct
hantro_fmt
*
67
static const struct
hantro_fmt
*
70
const struct
hantro_fmt
*formats;
in hantro_find_format()
85
static const struct
hantro_fmt
*
88
const struct
hantro_fmt
*formats;
in hantro_get_default_fmt()
117
const struct
hantro_fmt
*fmt;
in vidioc_enum_framesizes()
147
const struct
hantro_fmt
*fmt, *formats;
in vidioc_enum_fmt()
239
const struct
hantro_fmt
*fm
in hantro_try_fmt()
[all...]
H
A
D
hantro.h
76
const struct
hantro_fmt
*enc_fmts;
78
const struct
hantro_fmt
*dec_fmts;
80
const struct
hantro_fmt
*postproc_fmts;
229
const struct
hantro_fmt
*vpu_src_fmt;
231
const struct
hantro_fmt
*vpu_dst_fmt;
250
* struct
hantro_fmt
- information about supported video formats.
260
struct
hantro_fmt
{
struct
414
const struct
hantro_fmt
*fmt)
in hantro_needs_postproc()
H
A
D
rk3288_vpu_hw.c
22
static const struct
hantro_fmt
rk3288_vpu_enc_fmts[] = {
59
static const struct
hantro_fmt
rk3288_vpu_postproc_fmts[] = {
66
static const struct
hantro_fmt
rk3288_vpu_dec_fmts[] = {
H
A
D
imx8m_vpu_hw.c
80
static const struct
hantro_fmt
imx8m_vpu_postproc_fmts[] = {
87
static const struct
hantro_fmt
imx8m_vpu_dec_fmts[] = {
H
A
D
rk3399_vpu_hw.c
21
static const struct
hantro_fmt
rk3399_vpu_enc_fmts[] = {
58
static const struct
hantro_fmt
rk3399_vpu_dec_fmts[] = {
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro.h
84
const struct
hantro_fmt
*enc_fmts;
86
const struct
hantro_fmt
*dec_fmts;
88
const struct
hantro_fmt
*postproc_fmts;
255
const struct
hantro_fmt
*vpu_src_fmt;
257
const struct
hantro_fmt
*vpu_dst_fmt;
280
* struct
hantro_fmt
- information about supported video formats.
292
struct
hantro_fmt
{
struct
470
const struct
hantro_fmt
*fmt);
H
A
D
hantro_v4l2.c
39
static const struct
hantro_fmt
*
42
const struct
hantro_fmt
*formats;
in hantro_get_formats()
60
static const struct
hantro_fmt
*
88
hantro_check_depth_match(const struct
hantro_fmt
*fmt, int bit_depth)
in hantro_check_depth_match()
111
static const struct
hantro_fmt
*
114
const struct
hantro_fmt
*formats;
in hantro_find_format()
129
const struct
hantro_fmt
*
133
const struct
hantro_fmt
*formats;
in hantro_get_default_fmt()
170
const struct
hantro_fmt
*fmt;
in vidioc_enum_framesizes()
202
const struct
hantro_fmt
*fm
in vidioc_enum_fmt()
[all...]
H
A
D
rockchip_vpu_hw.c
28
static const struct
hantro_fmt
rockchip_vpu_enc_fmts[] = {
65
static const struct
hantro_fmt
rockchip_vpu1_postproc_fmts[] = {
81
static const struct
hantro_fmt
rockchip_vpu981_postproc_fmts[] = {
112
static const struct
hantro_fmt
rk3066_vpu_dec_fmts[] = {
166
static const struct
hantro_fmt
rk3288_vpu_dec_fmts[] = {
220
static const struct
hantro_fmt
rockchip_vdpu2_dec_fmts[] = {
274
static const struct
hantro_fmt
rk3399_vpu_dec_fmts[] = {
315
static const struct
hantro_fmt
rockchip_vpu981_dec_fmts[] = {
H
A
D
sunxi_vpu_hw.c
12
static const struct
hantro_fmt
sunxi_vpu_postproc_fmts[] = {
41
static const struct
hantro_fmt
sunxi_vpu_dec_fmts[] = {
H
A
D
sama5d4_vdec_hw.c
14
static const struct
hantro_fmt
sama5d4_vdec_postproc_fmts[] = {
30
static const struct
hantro_fmt
sama5d4_vdec_fmts[] = {
H
A
D
imx8m_vpu_hw.c
81
static const struct
hantro_fmt
imx8m_vpu_postproc_fmts[] = {
97
static const struct
hantro_fmt
imx8m_vpu_dec_fmts[] = {
151
static const struct
hantro_fmt
imx8m_vpu_g2_postproc_fmts[] = {
182
static const struct
hantro_fmt
imx8m_vpu_g2_dec_fmts[] = {
H
A
D
hantro_v4l2.h
30
const struct
hantro_fmt
*
H
A
D
hantro_postproc.c
56
const struct
hantro_fmt
*fmt)
in hantro_needs_postproc()
200
const struct
hantro_fmt
*fmt;
in hantro_postproc_alloc()
Completed in 7 milliseconds