OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:raw_data_out
(Results
1 - 24
of
24
) sorted by null
/external/libjpeg-turbo/
jdmaster.c
479
if (cinfo->
raw_data_out
)
519
if (! cinfo->
raw_data_out
) {
556
if (! cinfo->
raw_data_out
)
636
if (! cinfo->
raw_data_out
) {
jdapimin.c
204
cinfo->
raw_data_out
= FALSE;
jdapistd.c
136
cinfo->global_state = cinfo->
raw_data_out
? DSTATE_RAW_OK : DSTATE_SCANNING;
jpeglib.h
497
boolean
raw_data_out
; /* TRUE=downsampled data wanted */
member in struct:jpeg_decompress_struct
[
all
...]
turbojpeg.c
[
all
...]
libjpeg.txt
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jdmaster.c
300
if (cinfo->
raw_data_out
)
340
if (! cinfo->
raw_data_out
) {
366
if (! cinfo->
raw_data_out
)
440
if (! cinfo->
raw_data_out
) {
jdapistd.c
133
cinfo->global_state = cinfo->
raw_data_out
? DSTATE_RAW_OK : DSTATE_SCANNING;
jdapimin.c
193
cinfo->
raw_data_out
= FALSE;
jpeglib.h
478
boolean
raw_data_out
; /* TRUE=downsampled data wanted */
member in struct:jpeg_decompress_struct
[
all
...]
/external/pdfium/third_party/libjpeg/
fpdfapi_jdmaster.c
319
if (cinfo->
raw_data_out
)
359
if (! cinfo->
raw_data_out
) {
392
if (! cinfo->
raw_data_out
)
466
if (! cinfo->
raw_data_out
) {
fpdfapi_jdapistd.c
133
cinfo->global_state = cinfo->
raw_data_out
? DSTATE_RAW_OK : DSTATE_SCANNING;
fpdfapi_jdapimin.c
192
cinfo->
raw_data_out
= FALSE;
jpeglib.h
539
boolean
raw_data_out
; /* TRUE=downsampled data wanted */
member in struct:jpeg_decompress_struct
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc
504
decompress_struct_->
raw_data_out
= TRUE;
/external/libyuv/files/source/
mjpeg_decoder.cc
502
decompress_struct_->
raw_data_out
= TRUE;
/hardware/ti/omap4-aah/camera/
Decoder_libjpeg.cpp
205
cinfo.
raw_data_out
= true;
/external/v8/src/snapshot/
serialize.cc
1169
byte*
raw_data_out
= reinterpret_cast<byte*>(current);
local
1236
byte*
raw_data_out
= reinterpret_cast<byte*>(current);
local
[
all
...]
/external/skia/src/codec/
SkJpegCodec.cpp
642
dinfo->
raw_data_out
= TRUE;
/external/skia/src/images/
SkImageDecoder_libjpeg.cpp
708
cinfo.
raw_data_out
= TRUE;
[
all
...]
/external/opencv3/3rdparty/libtiff/
tif_jpeg.c
[
all
...]
tif_ojpeg.c
[
all
...]
/external/pdfium/third_party/libtiff/
tif_jpeg.c
[
all
...]
tif_ojpeg.c
[
all
...]
Completed in 1061 milliseconds