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:mode_jpeg
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/pixma/
H
A
D
pixma.c
1560
if (ss->sp.
mode_jpeg
&& !ss->jpeg_header_seen)
in read_image()
1582
if (ss->sp.
mode_jpeg
)
in read_image()
1604
if (ss->sp.
mode_jpeg
)
in read_image()
1620
if (ss->sp.
mode_jpeg
)
in read_image()
1629
if (ss->sp.
mode_jpeg
)
in read_image()
1927
if (ss->sp.
mode_jpeg
)
in sane_start()
1949
if (ss->sp.
mode_jpeg
&& !ss->jpeg_header_seen)
in sane_start()
2062
if (ss->sp.
mode_jpeg
)
in sane_cancel()
H
A
D
pixma.h
341
unsigned
mode_jpeg
;
member
H
A
D
pixma_common.c
969
if ((s->cur_image_size != s->param->image_size) && !s->param->
mode_jpeg
)
in pixma_read_image()
983
if ((s->cur_image_size < s->param->image_size) && !s->param->
mode_jpeg
)
in pixma_read_image()
H
A
D
pixma_mp150.c
485
return s->param->
mode_jpeg
;
in is_scanning_jpeg()
1150
if (s->param->
mode_jpeg
)
in post_process_image_data()
1404
sp->
mode_jpeg
= (s->cfg->cap & PIXMA_CAP_ADF_JPEG) &&
in mp150_check_param()
H
A
D
pixma_imageclass.c
629
sp->
mode_jpeg
= (s->cfg->cap & PIXMA_CAP_JPEG);
in iclass_check_param()
/third_party/backends/backend/
H
A
D
epsonds.h
180
SANE_Bool eof, scanning, canceling, locked, backside,
mode_jpeg
;
member
H
A
D
epsonds.c
2371
s->
mode_jpeg
= 1;
in setvalue()
2373
s->
mode_jpeg
= 0;
in setvalue()
2600
if (s->
mode_jpeg
)
in get_next_image()
2925
s->
mode_jpeg
= 1;
in sane_start()
2937
if (!s->
mode_jpeg
) {
in sane_start()
Completed in 14 milliseconds