Searched defs:WebPIDecoder (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h32 typedef struct WebPIDecoder WebPIDecoder; typedef in typeref:struct:WebPIDecoder
241 // WebPIDecoder object. This object can be left in a SUSPENDED state if the
248 // WebPIDecoder* idec = WebPINewDecoder(&buffer);
266 // that of the returned WebPIDecoder object.
274 WEBP_EXTERN(WebPIDecoder*) WebPINewDecoder(WebPDecBuffer* output_buffer);
286 WEBP_EXTERN(WebPIDecoder*) WebPINewRGB(
301 WEBP_EXTERN(WebPIDecoder*) WebPINewYUVA(
309 WEBP_EXTERN(WebPIDecoder*) WebPINewYUV(
314 // Deletes the WebPIDecoder objec
[all...]
/external/webp/include/webp/
H A Ddecode.h32 typedef struct WebPIDecoder WebPIDecoder; typedef in typeref:struct:WebPIDecoder
241 // WebPIDecoder object. This object can be left in a SUSPENDED state if the
248 // WebPIDecoder* idec = WebPINewDecoder(&buffer);
266 // that of the returned WebPIDecoder object.
274 WEBP_EXTERN(WebPIDecoder*) WebPINewDecoder(WebPDecBuffer* output_buffer);
286 WEBP_EXTERN(WebPIDecoder*) WebPINewRGB(
301 WEBP_EXTERN(WebPIDecoder*) WebPINewYUVA(
309 WEBP_EXTERN(WebPIDecoder*) WebPINewYUV(
314 // Deletes the WebPIDecoder objec
[all...]
/external/chromium_org/third_party/libwebp/dec/
H A Didec.c65 struct WebPIDecoder { struct
95 static int NeedCompressedAlpha(const WebPIDecoder* const idec) {
110 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) {
160 static int AppendToMemBuffer(WebPIDecoder* const idec,
199 static int RemapMemBuffer(WebPIDecoder* const idec,
242 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) {
275 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) {
286 static void ChangeState(WebPIDecoder* const idec, DecState new_state,
297 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) {
336 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* cons
[all...]
/external/webp/src/dec/
H A Didec.c65 struct WebPIDecoder { struct
95 static int NeedCompressedAlpha(const WebPIDecoder* const idec) {
110 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) {
160 static int AppendToMemBuffer(WebPIDecoder* const idec,
199 static int RemapMemBuffer(WebPIDecoder* const idec,
242 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) {
275 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) {
286 static void ChangeState(WebPIDecoder* const idec, DecState new_state,
297 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) {
336 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* cons
[all...]

Completed in 172 milliseconds