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:soi
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/
H
A
D
delta-mjpeg-hdr.c
93
unsigned int
soi
= 0;
in delta_mjpeg_read_header()
local
103
soi
= 1;
in delta_mjpeg_read_header()
109
if (!
soi
) {
in delta_mjpeg_read_header()
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/
H
A
D
delta-mjpeg-hdr.c
93
unsigned int
soi
= 0;
in delta_mjpeg_read_header()
local
103
soi
= 1;
in delta_mjpeg_read_header()
109
if (!
soi
) {
in delta_mjpeg_read_header()
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
rcar_jpu.c
607
bool
soi
= false;
in jpu_parse_hdr()
local
627
if (!
soi
&& c == SOI) {
in jpu_parse_hdr()
628
soi
= true;
in jpu_parse_hdr()
630
} else if (
soi
!= (c != SOI))
in jpu_parse_hdr()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H
A
D
rcar_jpu.c
600
bool
soi
= false;
in jpu_parse_hdr()
local
621
if (!
soi
&& c == JPEG_MARKER_SOI) {
in jpu_parse_hdr()
622
soi
= true;
in jpu_parse_hdr()
624
} else if (
soi
!= (c != JPEG_MARKER_SOI))
in jpu_parse_hdr()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
coda-jpeg.c
244
u16
soi
, eoi;
in coda_jpeg_check_buffer()
local
247
soi
= be16_to_cpup((__be16 *)vaddr);
in coda_jpeg_check_buffer()
248
if (
soi
!= SOI_MARKER)
in coda_jpeg_check_buffer()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
coda-jpeg.c
244
u16
soi
, eoi;
in coda_jpeg_check_buffer()
local
247
soi
= be16_to_cpup((__be16 *)vaddr);
in coda_jpeg_check_buffer()
248
if (
soi
!= SOI_MARKER)
in coda_jpeg_check_buffer()
Completed in 10 milliseconds