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:OPT_JPEG
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
kvs1025_opt.c
302
"
OPT_JPEG
", /* JPEG Compression */
845
dev->opt[
OPT_JPEG
].name = "jpeg";
in kv_init_options()
846
dev->opt[
OPT_JPEG
].title = SANE_I18N ("jpeg compression");
in kv_init_options()
847
dev->opt[
OPT_JPEG
].desc =
in kv_init_options()
850
dev->opt[
OPT_JPEG
].type = SANE_TYPE_INT;
in kv_init_options()
851
dev->opt[
OPT_JPEG
].unit = SANE_UNIT_NONE;
in kv_init_options()
852
dev->opt[
OPT_JPEG
].size = sizeof (SANE_Int);
in kv_init_options()
853
dev->opt[
OPT_JPEG
].constraint_type = SANE_CONSTRAINT_RANGE;
in kv_init_options()
854
dev->opt[
OPT_JPEG
].constraint.range = &(go_jpeg_compression_range);
in kv_init_options()
855
dev->val[
OPT_JPEG
]
in kv_init_options()
[all...]
H
A
D
xerox_mfp.c
605
dev->opt[
OPT_JPEG
].name = "jpeg";
in init_options()
606
dev->opt[
OPT_JPEG
].title = SANE_I18N("jpeg compression");
in init_options()
607
dev->opt[
OPT_JPEG
].desc = SANE_I18N("JPEG Image Compression");
in init_options()
608
dev->opt[
OPT_JPEG
].unit = SANE_UNIT_NONE;
in init_options()
609
dev->opt[
OPT_JPEG
].type = SANE_TYPE_BOOL;
in init_options()
610
dev->opt[
OPT_JPEG
].cap |= SANE_CAP_ADVANCED;
in init_options()
614
dev->opt[
OPT_JPEG
].cap |= SANE_CAP_INACTIVE;
in init_options()
615
dev->val[
OPT_JPEG
].b = SANE_TRUE;
in init_options()
617
dev->opt[
OPT_JPEG
].cap |= SANE_CAP_INACTIVE;
in init_options()
618
dev->val[
OPT_JPEG
]
in init_options()
[all...]
H
A
D
xerox_mfp.h
41
OPT_JPEG
,
enumerator
H
A
D
kvs1025_low.h
132
OPT_JPEG
, /* JPEG Compression */
enumerator
Completed in 4 milliseconds