OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webpdecoderconfig
(Results
1 - 13
of
13
) sorted by null
/frameworks/ex/framesequence/jni/
FrameSequence_webp.h
93
WebPDecoderConfig
mDecoderConfig;
/external/opencv3/3rdparty/libwebp/webp/
decode.h
35
typedef struct
WebPDecoderConfig
WebPDecoderConfig
;
374
WebPDecoderConfig
config;
452
struct
WebPDecoderConfig
{
459
WEBP_EXTERN(int) WebPInitDecoderConfigInternal(
WebPDecoderConfig
*, int);
464
static WEBP_INLINE int WebPInitDecoderConfig(
WebPDecoderConfig
* config) {
478
WebPDecoderConfig
* config);
484
WebPDecoderConfig
* config);
/external/webp/include/webp/
decode.h
35
typedef struct
WebPDecoderConfig
WebPDecoderConfig
;
377
WebPDecoderConfig
config;
450
struct
WebPDecoderConfig
{
457
WEBP_EXTERN(int) WebPInitDecoderConfigInternal(
WebPDecoderConfig
*, int);
462
static WEBP_INLINE int WebPInitDecoderConfig(
WebPDecoderConfig
* config) {
476
WebPDecoderConfig
* config);
482
WebPDecoderConfig
* config);
/external/webp/src/webp/
decode.h
35
typedef struct
WebPDecoderConfig
WebPDecoderConfig
;
377
WebPDecoderConfig
config;
450
struct
WebPDecoderConfig
{
457
WEBP_EXTERN(int) WebPInitDecoderConfigInternal(
WebPDecoderConfig
*, int);
462
static WEBP_INLINE int WebPInitDecoderConfig(
WebPDecoderConfig
* config) {
476
WebPDecoderConfig
* config);
482
WebPDecoderConfig
* config);
/external/skia/src/images/
SkImageDecoder_libwebp.cpp
191
static bool webp_idecode(SkStream* stream,
WebPDecoderConfig
* config) {
234
static bool webp_get_config_resize(
WebPDecoderConfig
* config,
316
WebPDecoderConfig
config;
/external/webp/src/demux/
anim_decode.c
34
WebPDecoderConfig
config_; // Decoder config.
66
WebPDecoderConfig
* config = &dec->config_;
342
WebPDecoderConfig
* const config = &dec->config_;
/external/skia/src/codec/
SkWebpCodec.cpp
167
WebPDecoderConfig
config;
/external/opencv3/3rdparty/libwebp/dec/
webp.c
678
int WebPInitDecoderConfigInternal(
WebPDecoderConfig
* config,
705
WebPDecoderConfig
* config) {
idec.c
584
WebPDecoderConfig
* config) {
/external/webp/src/dec/
webp.c
718
int WebPInitDecoderConfigInternal(
WebPDecoderConfig
* config,
745
WebPDecoderConfig
* config) {
idec.c
604
WebPDecoderConfig
* config) {
/external/ImageMagick/coders/
webp.c
234
WebPDecoderConfig
/external/webp/
README
582
WebPDecoderConfig
config;
Completed in 501 milliseconds