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:s5p_mfc_fmt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_dec.h
15
struct
s5p_mfc_fmt
*get_dec_def_fmt(bool src);
H
A
D
s5p_mfc_enc.h
15
struct
s5p_mfc_fmt
*get_enc_def_fmt(bool src);
H
A
D
s5p_mfc_common.h
626
struct
s5p_mfc_fmt
*src_fmt;
627
struct
s5p_mfc_fmt
*dst_fmt;
717
* struct
s5p_mfc_fmt
- structure used to store information about pixelformats
720
struct
s5p_mfc_fmt
{
struct
H
A
D
s5p_mfc_dec.c
30
static struct
s5p_mfc_fmt
formats[] = {
148
static struct
s5p_mfc_fmt
*find_format(struct v4l2_format *f, unsigned int t)
in find_format()
359
struct
s5p_mfc_fmt
*fmt;
in vidioc_try_fmt()
H
A
D
s5p_mfc_enc.c
33
static struct
s5p_mfc_fmt
formats[] = {
100
static struct
s5p_mfc_fmt
*find_format(struct v4l2_format *f, unsigned int t)
in find_format()
1399
struct
s5p_mfc_fmt
*fmt;
in vidioc_try_fmt()
2360
static int check_vb_with_fmt(struct
s5p_mfc_fmt
*fmt, struct vb2_buffer *vb)
in check_vb_with_fmt()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_dec.h
15
struct
s5p_mfc_fmt
*get_dec_def_fmt(bool src);
H
A
D
s5p_mfc_enc.h
15
struct
s5p_mfc_fmt
*get_enc_def_fmt(bool src);
H
A
D
s5p_mfc_common.h
636
struct
s5p_mfc_fmt
*src_fmt;
637
struct
s5p_mfc_fmt
*dst_fmt;
726
* struct
s5p_mfc_fmt
- structure used to store information about pixelformats
729
struct
s5p_mfc_fmt
{
struct
H
A
D
s5p_mfc_dec.c
30
static struct
s5p_mfc_fmt
formats[] = {
166
static struct
s5p_mfc_fmt
*find_format(struct v4l2_format *f, unsigned int t)
in find_format()
390
struct
s5p_mfc_fmt
*fmt;
in vidioc_try_fmt()
H
A
D
s5p_mfc_enc.c
33
static struct
s5p_mfc_fmt
formats[] = {
100
static struct
s5p_mfc_fmt
*find_format(struct v4l2_format *f, unsigned int t)
in find_format()
1397
struct
s5p_mfc_fmt
*fmt;
in vidioc_try_fmt()
2358
static int check_vb_with_fmt(struct
s5p_mfc_fmt
*fmt, struct vb2_buffer *vb)
in check_vb_with_fmt()
Completed in 12 milliseconds