HomeSort by relevance Sort by last modified time
    Searched refs:WebPIDecoder (Results 1 - 6 of 6) 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 30 typedef struct WebPIDecoder WebPIDecoder;
239 // WebPIDecoder object. This object can be left in a SUSPENDED state if the
246 // WebPIDecoder* idec = WebPINewDecoder(&buffer);
264 // that of the returned WebPIDecoder object.
266 WEBP_EXTERN(WebPIDecoder*) WebPINewDecoder(WebPDecBuffer* output_buffer);
278 WEBP_EXTERN(WebPIDecoder*) WebPINewRGB(
293 WEBP_EXTERN(WebPIDecoder*) WebPINewYUVA(
301 WEBP_EXTERN(WebPIDecoder*) WebPINewYUV(
306 // Deletes the WebPIDecoder object and associated memory. Must always be calle
    [all...]
  /external/webp/src/dec/
idec.c 64 struct WebPIDecoder {
100 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) {
134 static int AppendToMemBuffer(WebPIDecoder* const idec,
168 static int RemapMemBuffer(WebPIDecoder* const idec,
242 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) {
253 static void ChangeState(WebPIDecoder* const idec, DecState new_state,
264 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) {
308 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) {
331 static int CopyParts0Data(WebPIDecoder* const idec) {
357 static VP8StatusCode DecodePartition0(WebPIDecoder* const idec)
    [all...]
decode_vp8.h 113 // WebPIDecoder object is successfully modified, false otherwise.
114 int WebPISetIOHooks(WebPIDecoder* const idec,
  /external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp 168 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config);
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 168 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config);

Completed in 493 milliseconds