OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPIDecoder
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/image-decoders/webp/
WEBPImageDecoder.h
37
typedef struct
WebPIDecoder
WebPIDecoder
;
53
WebPIDecoder
* m_decoder; // This is only used when we want to decode() but not all data is available yet.
/external/webp/include/webp/
decode.h
184
//
WebPIDecoder
object. This object can be left in a SUSPENDED state if the
188
//
WebPIDecoder
* const idec = WebPINew(mode);
202
typedef struct
WebPIDecoder
WebPIDecoder
;
208
// that of the returned
WebPIDecoder
object.
210
WEBP_EXTERN(
WebPIDecoder
*) WebPINewDecoder(WebPDecBuffer* const output_buffer);
212
// Creates a
WebPIDecoder
object. Returns NULL in case of failure.
214
WEBP_EXTERN(
WebPIDecoder
*) WebPINew(WEBP_CSP_MODE mode);
221
WEBP_EXTERN(
WebPIDecoder
*) WebPINewRGB(
232
WEBP_EXTERN(
WebPIDecoder
*) WebPINewYUV
[
all
...]
decode_vp8.h
108
//
WebPIDecoder
object is successfully modified, false otherwise.
109
WEBP_EXTERN(int) WebPISetIOHooks(
WebPIDecoder
* const idec,
/external/webp/src/dec/
idec.c
56
struct
WebPIDecoder
{
87
static int AppendToMemBuffer(
WebPIDecoder
* const idec,
135
static int RemapMemBuffer(
WebPIDecoder
* const idec,
231
static VP8StatusCode IDecError(
WebPIDecoder
* idec, VP8StatusCode error) {
243
static VP8StatusCode DecodeHeader(
WebPIDecoder
* const idec) {
275
static int CopyParts0Data(
WebPIDecoder
* idec) {
299
static VP8StatusCode DecodePartition0(
WebPIDecoder
* const idec) {
347
static VP8StatusCode DecodeRemaining(
WebPIDecoder
* const idec) {
405
static VP8StatusCode IDecode(
WebPIDecoder
* idec) {
424
WebPIDecoder
* WebPINewDecoder(WebPDecBuffer* const output_buffer)
[
all
...]
/external/skia/src/images/
SkImageDecoder_libwebp.cpp
154
WebPIDecoder
* idec = WebPIDecode(NULL, NULL, &config);
Completed in 181 milliseconds