OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:show_compressed
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
config.c
42
config->
show_compressed
= 0;
112
if (config->
show_compressed
< 0 || config->
show_compressed
> 1)
iterator.c
147
if (enc->config_->
show_compressed
) {
/external/webp/src/enc/
config.c
42
config->
show_compressed
= 0;
112
if (config->
show_compressed
< 0 || config->
show_compressed
> 1)
iterator.c
147
if (enc->config_->
show_compressed
) {
/external/chromium_org/third_party/libwebp/webp/
encode.h
118
int
show_compressed
; // if true, export the compressed picture back.
member in struct:WebPConfig
/external/webp/include/webp/
encode.h
118
int
show_compressed
; // if true, export the compressed picture back.
member in struct:WebPConfig
Completed in 389 milliseconds