OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpeg_source_mgr
(Results
1 - 25
of
25
) sorted by null
/external/dng_sdk/source/
dng_jpeg_memory_source.h
1
// Provides an implementation of
jpeg_source_mgr
for in-memory data sources.
13
// Creates a
jpeg_source_mgr
for an in-memory data source based on the given
15
jpeg_source_mgr
CreateJpegMemorySource(const uint8 *buffer, size_t size);
dng_jpeg_memory_source.cpp
34
jpeg_source_mgr
*source_manager =
35
reinterpret_cast<
jpeg_source_mgr
*>(cinfo->src);
60
jpeg_source_mgr
CreateJpegMemorySource(const uint8 *buffer, size_t size) {
61
jpeg_source_mgr
source;
dng_read_image.cpp
1550
jpeg_source_mgr
memorySource =
[
all
...]
/external/skia/src/codec/
SkJpegUtility.h
32
struct skjpeg_source_mgr :
jpeg_source_mgr
{
/external/libjpeg-turbo/
jdatasrc-tj.c
109
struct
jpeg_source_mgr
*src = cinfo->src;
163
struct
jpeg_source_mgr
*src;
173
cinfo->src = (struct
jpeg_source_mgr
*)
175
sizeof(struct
jpeg_source_mgr
));
jdatasrc.c
30
struct
jpeg_source_mgr
pub; /* public fields */
165
struct
jpeg_source_mgr
*src = cinfo->src;
227
cinfo->src = (struct
jpeg_source_mgr
*)
266
struct
jpeg_source_mgr
*src;
276
cinfo->src = (struct
jpeg_source_mgr
*)
278
sizeof(struct
jpeg_source_mgr
));
jpeglib.h
476
struct
jpeg_source_mgr
*src;
802
struct
jpeg_source_mgr
{
struct
[
all
...]
djpeg.c
425
struct
jpeg_source_mgr
*datasrc = cinfo->src;
jdarith.c
71
struct
jpeg_source_mgr
*src = cinfo->src;
jdmarker.c
123
struct
jpeg_source_mgr
*datasrc = (cinfo)->src; \
[
all
...]
/packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.h
58
struct
jpeg_source_mgr
mgr;
jpeg_hook.cpp
162
cinfo->src = (struct
jpeg_source_mgr
*) (*cinfo->mem->alloc_small)
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
mjpeg_decoder.h
21
struct
jpeg_source_mgr
;
172
jpeg_source_mgr
* source_mgr_;
/external/libyuv/files/include/libyuv/
mjpeg_decoder.h
21
struct
jpeg_source_mgr
;
175
jpeg_source_mgr
* source_mgr_;
/external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp
121
struct
jpeg_source_mgr
src;
171
struct
jpeg_source_mgr
src;
352
jpeg_source_mgr
m_SrcMgr;
/external/libvncserver/rfb/
rfbclient.h
264
struct
jpeg_source_mgr
* jpegSrcManager;
/external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc
75
source_mgr_ = new
jpeg_source_mgr
;
/external/libyuv/files/source/
mjpeg_decoder.cc
75
source_mgr_ = new
jpeg_source_mgr
;
/external/pdfium/third_party/libjpeg/
jpeglib.h
517
struct
jpeg_source_mgr
* src;
827
struct
jpeg_source_mgr
{
struct
[
all
...]
fpdfapi_jdmarker.c
120
struct
jpeg_source_mgr
* datasrc = (cinfo)->src; \
[
all
...]
/external/pdfium/third_party/libtiff/
tif_jpeg.c
130
typedef struct
jpeg_source_mgr
jpeg_source_mgr
;
typedef in typeref:struct:jpeg_source_mgr
161
jpeg_source_mgr
src; /* data source for decompression */
[
all
...]
tif_ojpeg.c
232
typedef struct
jpeg_source_mgr
jpeg_source_mgr
;
typedef in typeref:struct:jpeg_source_mgr
315
jpeg_source_mgr
libjpeg_jpeg_source_mgr;
[
all
...]
/external/libvncserver/common/
turbojpeg.c
92
struct
jpeg_source_mgr
jsrc;
/external/libvncserver/libvncclient/
tight.c
669
client->jpegSrcManager = malloc(sizeof(struct
jpeg_source_mgr
));
/external/ImageMagick/coders/
jpeg.c
146
struct
jpeg_source_mgr
784
cinfo->src=(struct
jpeg_source_mgr
*) (*cinfo->mem->alloc_small)
[
all
...]
Completed in 3008 milliseconds