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:host_fmt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
pxa_camera.c
611
* @
host_fmt
: host format after host translation from code
620
const struct pxa_mbus_pixelfmt *
host_fmt
;
member
711
if (user_formats[i].
host_fmt
->fourcc == fourcc)
in pxa_mbus_xlate_by_fourcc()
1212
switch (pcdev->current_fmt->
host_fmt
->bits_per_sample) {
in pxa_camera_setup_cicr()
1543
unsigned int bus_width = pcdev->current_fmt->
host_fmt
->bits_per_sample;
in pxa_camera_set_bus_param()
1545
u32 pixfmt = pcdev->current_fmt->
host_fmt
->fourcc;
in pxa_camera_set_bus_param()
1666
xlate->
host_fmt
= &pxa_camera_formats[0];
in pxa_camera_get_formats()
1697
xlate->
host_fmt
= fmt;
in pxa_camera_get_formats()
1769
format = pcdev->user_formats[f->index].
host_fmt
;
in pxac_vidioc_enum_fmt_vid_cap()
1785
pix->pixelformat = pcdev->current_fmt->
host_fmt
in pxac_vidioc_g_fmt_vid_cap()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/intel/
H
A
D
pxa_camera.c
610
* @
host_fmt
: host format after host translation from code
619
const struct pxa_mbus_pixelfmt *
host_fmt
;
member
707
if (user_formats[i].
host_fmt
->fourcc == fourcc)
in pxa_mbus_xlate_by_fourcc()
1208
switch (pcdev->current_fmt->
host_fmt
->bits_per_sample) {
in pxa_camera_setup_cicr()
1539
unsigned int bus_width = pcdev->current_fmt->
host_fmt
->bits_per_sample;
in pxa_camera_set_bus_param()
1541
u32 pixfmt = pcdev->current_fmt->
host_fmt
->fourcc;
in pxa_camera_set_bus_param()
1663
xlate->
host_fmt
= &pxa_camera_formats[0];
in pxa_camera_get_formats()
1694
xlate->
host_fmt
= fmt;
in pxa_camera_get_formats()
1766
format = pcdev->user_formats[f->index].
host_fmt
;
in pxac_vidioc_enum_fmt_vid_cap()
1782
pix->pixelformat = pcdev->current_fmt->
host_fmt
in pxac_vidioc_g_fmt_vid_cap()
[all...]
Completed in 7 milliseconds