Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Dadvanced_api_fuzzer.c80 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dwebpdec.c96 WebPIDecoder* const idec = WebPIDecode(data, data_size, config); in DecodeWebPIncremental() local
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddecode.h362 WebPIDecGetYUV( const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, int* width, int* height, int* stride, int* uv_stride) WebPIDecGetYUV() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Didec_dec.c97 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha() argument
112 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) { in DoRemap() argument
164 AppendToMemBuffer(WebPIDecoder* const idec, const uint8_t* const data, size_t data_size) AppendToMemBuffer() argument
206 RemapMemBuffer(WebPIDecoder* const idec, const uint8_t* const data, size_t data_size) RemapMemBuffer() argument
251 FinishDecoding(WebPIDecoder* const idec) FinishDecoding() argument
288 IDecError(WebPIDecoder* const idec, VP8StatusCode error) IDecError() argument
297 ChangeState(WebPIDecoder* const idec, DecState new_state, size_t consumed_bytes) ChangeState() argument
308 DecodeWebPHeaders(WebPIDecoder* const idec) DecodeWebPHeaders() argument
347 DecodeVP8FrameHeader(WebPIDecoder* const idec) DecodeVP8FrameHeader() argument
371 CopyParts0Data(WebPIDecoder* const idec) CopyParts0Data() argument
399 DecodePartition0(WebPIDecoder* const idec) DecodePartition0() argument
452 DecodeRemaining(WebPIDecoder* const idec) DecodeRemaining() argument
512 ErrorStatusLossless(WebPIDecoder* const idec, VP8StatusCode status) ErrorStatusLossless() argument
520 DecodeVP8LHeader(WebPIDecoder* const idec) DecodeVP8LHeader() argument
552 DecodeVP8LData(WebPIDecoder* const idec) DecodeVP8LData() argument
569 IDecode(WebPIDecoder* idec) IDecode() argument
606 WebPIDecoder* idec = (WebPIDecoder*)WebPSafeCalloc(1ULL, sizeof(*idec)); NewDecoder() local
645 WebPIDecoder* idec; WebPIDecode() local
671 WebPIDelete(WebPIDecoder* idec) WebPIDelete() argument
695 WebPIDecoder* idec; WebPINewRGB() local
721 WebPIDecoder* idec; WebPINewYUVA() local
770 IDecCheckStatus(const WebPIDecoder* const idec) IDecCheckStatus() argument
781 WebPIAppend(WebPIDecoder* idec, const uint8_t* data, size_t data_size) WebPIAppend() argument
802 WebPIUpdate(WebPIDecoder* idec, const uint8_t* data, size_t data_size) WebPIUpdate() argument
825 GetOutputBuffer(const WebPIDecoder* const idec) GetOutputBuffer() argument
838 WebPIDecodedArea(const WebPIDecoder* idec, int* left, int* top, int* width, int* height) WebPIDecodedArea() argument
854 WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, int* width, int* height, int* stride) WebPIDecGetRGB() argument
870 WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, uint8_t** a, int* width, int* height, int* stride, int* uv_stride, int* a_stride) WebPIDecGetYUVA() argument
893 WebPISetIOHooks(WebPIDecoder* const idec, VP8IoPutHook put, VP8IoSetupHook setup, VP8IoTeardownHook teardown, void* user_data) WebPISetIOHooks() argument
[all...]

Completed in 3 milliseconds