OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpeg_destination_mgr
(Results
1 - 9
of
9
) sorted by null
/external/skia/include/images/
SkJpegUtility.h
62
struct skjpeg_destination_mgr :
jpeg_destination_mgr
{
/external/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.cpp
33
class JPEGDestinationManager : public
jpeg_destination_mgr
{
39
jpeg_destination_mgr
* base = this;
40
memset(base, 0, sizeof(
jpeg_destination_mgr
));
/external/jpeg/
jdatadst.c
26
struct
jpeg_destination_mgr
pub; /* public fields */
141
cinfo->dest = (struct
jpeg_destination_mgr
*)
jpeglib.h
276
struct
jpeg_destination_mgr
* dest;
774
struct
jpeg_destination_mgr
{
struct
[
all
...]
jcmarker.c
111
struct
jpeg_destination_mgr
* dest = cinfo->dest;
jchuff.c
281
struct
jpeg_destination_mgr
* dest = state->cinfo->dest;
jcphuff.c
208
struct
jpeg_destination_mgr
* dest = entropy->cinfo->dest;
/external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp
47
struct JPEGOutputBuffer : public
jpeg_destination_mgr
{
/hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp
61
struct libjpeg_destination_mgr :
jpeg_destination_mgr
{
352
jpeg_destination_mgr
jdest;
Completed in 172 milliseconds