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:jpeg_cinfo
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
epsonds-jpeg.c
102
struct jpeg_decompress_struct
jpeg_cinfo
;
in eds_decode_jpeg()
local
108
jpeg_cinfo
.err = jpeg_custom_error(&jpeg_err);
in eds_decode_jpeg()
110
jpeg_create_decompress(&
jpeg_cinfo
);
in eds_decode_jpeg()
112
jpeg_cinfo
.src = (struct jpeg_source_mgr *)(*
jpeg_cinfo
.mem->alloc_small)((j_common_ptr)&
jpeg_cinfo
,
in eds_decode_jpeg()
115
memset(
jpeg_cinfo
.src, 0x00, sizeof(epsonds_src_mgr));
in eds_decode_jpeg()
117
src = (epsonds_src_mgr *)
jpeg_cinfo
.src;
in eds_decode_jpeg()
129
if (jpeg_read_header(&
jpeg_cinfo
, TRUE)) {
in eds_decode_jpeg()
131
if (jpeg_start_decompress(&
jpeg_cinfo
)) {
in eds_decode_jpeg()
[all...]
H
A
D
epsonds.h
191
struct jpeg_decompress_struct
jpeg_cinfo
;
member
/third_party/backends/backend/pixma/
H
A
D
pixma.c
130
struct jpeg_decompress_struct
jpeg_cinfo
;
member
1374
s->
jpeg_cinfo
.err = jpeg_std_error(&s->jpeg_err);
in pixma_jpeg_start()
1376
jpeg_create_decompress(&s->
jpeg_cinfo
);
in pixma_jpeg_start()
1378
s->
jpeg_cinfo
.src = (struct jpeg_source_mgr *)(*s->
jpeg_cinfo
.mem->alloc_small)((j_common_ptr)&s->
jpeg_cinfo
,
in pixma_jpeg_start()
1381
memset(s->
jpeg_cinfo
.src, 0, sizeof(pixma_jpeg_src_mgr));
in pixma_jpeg_start()
1383
mgr = (pixma_jpeg_src_mgr *)s->
jpeg_cinfo
.src;
in pixma_jpeg_start()
1386
mgr->buffer = (JOCTET *)(*s->
jpeg_cinfo
.mem->alloc_small)((j_common_ptr)&s->
jpeg_cinfo
,
in pixma_jpeg_start()
[all...]
Completed in 4 milliseconds