OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_of_file
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp
93
if (src->
start_of_file
== TRUE) {
106
src->
start_of_file
= FALSE;
113
s->
start_of_file
= TRUE;
172
s->
start_of_file
= TRUE;
jpeg_hook.h
59
boolean
start_of_file
;
member in struct:__anon36309
/external/libjpeg-turbo/
jdatasrc.c
33
boolean
start_of_file
; /* have we gotten any data yet? */
member in struct:__anon16666
55
src->
start_of_file
= TRUE;
109
if (src->
start_of_file
) /* Treat empty input file as fatal error */
120
src->
start_of_file
= FALSE;
/external/opencv3/3rdparty/libjpeg/
jdatasrc.c
31
boolean
start_of_file
; /* have we gotten any data yet? */
member in struct:__anon21775
53
src->
start_of_file
= TRUE;
105
if (src->
start_of_file
) /* Treat empty input file as fatal error */
116
src->
start_of_file
= FALSE;
Completed in 186 milliseconds