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:jpg_comp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H
A
D
zoran_card.c
784
if (settings->
jpg_comp
.quality > 100)
in zoran_check_jpg_settings()
785
settings->
jpg_comp
.quality = 100;
in zoran_check_jpg_settings()
786
if (settings->
jpg_comp
.quality < 5)
in zoran_check_jpg_settings()
787
settings->
jpg_comp
.quality = 5;
in zoran_check_jpg_settings()
788
if (settings->
jpg_comp
.APPn < 0)
in zoran_check_jpg_settings()
789
settings->
jpg_comp
.APPn = 0;
in zoran_check_jpg_settings()
790
if (settings->
jpg_comp
.APPn > 15)
in zoran_check_jpg_settings()
791
settings->
jpg_comp
.APPn = 15;
in zoran_check_jpg_settings()
792
if (settings->
jpg_comp
.APP_len < 0)
in zoran_check_jpg_settings()
793
settings->
jpg_comp
in zoran_check_jpg_settings()
[all...]
H
A
D
zoran_device.c
683
cap.quality = zr->jpg_settings.
jpg_comp
.quality;
in zr36057_enable_jpg()
701
app.appn = zr->jpg_settings.
jpg_comp
.APPn;
in zr36057_enable_jpg()
702
app.len = zr->jpg_settings.
jpg_comp
.APP_len;
in zr36057_enable_jpg()
703
memcpy(app.data, zr->jpg_settings.
jpg_comp
.APP_data, 60);
in zr36057_enable_jpg()
707
com.len = zr->jpg_settings.
jpg_comp
.COM_len;
in zr36057_enable_jpg()
708
memcpy(com.data, zr->jpg_settings.
jpg_comp
.COM_data, 60);
in zr36057_enable_jpg()
H
A
D
zoran.h
158
struct v4l2_jpegcompression
jpg_comp
; /* JPEG-specific capture settings */
member
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H
A
D
zoran_card.c
847
if (settings->
jpg_comp
.quality > 100)
in zoran_check_jpg_settings()
848
settings->
jpg_comp
.quality = 100;
in zoran_check_jpg_settings()
849
if (settings->
jpg_comp
.quality < 5)
in zoran_check_jpg_settings()
850
settings->
jpg_comp
.quality = 5;
in zoran_check_jpg_settings()
851
if (settings->
jpg_comp
.APPn < 0)
in zoran_check_jpg_settings()
852
settings->
jpg_comp
.APPn = 0;
in zoran_check_jpg_settings()
853
if (settings->
jpg_comp
.APPn > 15)
in zoran_check_jpg_settings()
854
settings->
jpg_comp
.APPn = 15;
in zoran_check_jpg_settings()
855
if (settings->
jpg_comp
.APP_len < 0)
in zoran_check_jpg_settings()
856
settings->
jpg_comp
in zoran_check_jpg_settings()
[all...]
H
A
D
zoran_device.c
619
cap.quality = zr->jpg_settings.
jpg_comp
.quality;
in zr36057_enable_jpg()
637
app.appn = zr->jpg_settings.
jpg_comp
.APPn;
in zr36057_enable_jpg()
638
app.len = zr->jpg_settings.
jpg_comp
.APP_len;
in zr36057_enable_jpg()
639
memcpy(app.data, zr->jpg_settings.
jpg_comp
.APP_data, 60);
in zr36057_enable_jpg()
643
com.len = zr->jpg_settings.
jpg_comp
.COM_len;
in zr36057_enable_jpg()
644
memcpy(com.data, zr->jpg_settings.
jpg_comp
.COM_data, 60);
in zr36057_enable_jpg()
H
A
D
zoran.h
152
struct v4l2_jpegcompression
jpg_comp
;
member
Completed in 7 milliseconds