Searched defs:idec (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dec/ |
D | idec.c | 95 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha() 110 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) { in DoRemap() 164 static int AppendToMemBuffer(WebPIDecoder* const idec, in AppendToMemBuffer() 203 static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer() 246 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) { in FinishDecoding() 277 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) { in IDecError() 288 static void ChangeState(WebPIDecoder* const idec, DecState new_state, in ChangeState() 299 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) { in DecodeWebPHeaders() 338 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) { in DecodeVP8FrameHeader() 362 static VP8StatusCode CopyParts0Data(WebPIDecoder* const idec) { in CopyParts0Data() [all …]
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 228 SkAutoTCallVProc<WebPIDecoder, WebPIDelete> idec(WebPIDecode(nullptr, 0, &config)); in onGetPixels() local
|
/external/webp/include/webp/ |
D | decode.h | 356 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|
/external/webp/src/webp/ |
D | decode.h | 356 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|
/external/skia/src/images/ |
D | SkImageDecoder_libwebp.cpp | 192 WebPIDecoder* idec = WebPIDecode(nullptr, 0, config); in webp_idecode() local
|