Searched defs:idec (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/webp/src/dec/ |
H A D | idec_dec.c | 99 static int NeedCompressedAlpha(const WebPIDecoder* const idec) { in NeedCompressedAlpha() 114 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) { in DoRemap() 166 WEBP_NODISCARD static int AppendToMemBuffer(WebPIDecoder* const idec, in AppendToMemBuffer() 209 WEBP_NODISCARD static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer() 256 WEBP_NODISCARD static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) { in FinishDecoding() 295 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) { in IDecError() 304 static void ChangeState(WebPIDecoder* const idec, DecState new_state, in ChangeState() 315 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) { in DecodeWebPHeaders() 355 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) { in DecodeVP8FrameHeader() 379 static VP8StatusCode CopyParts0Data(WebPIDecoder* const idec) { in CopyParts0Data() [all …]
|
/aosp_15_r20/external/webp/tests/fuzzer/ |
H A D | advanced_api_fuzzer.c | 105 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/webp/imageio/ |
H A D | webpdec.c | 96 WebPIDecoder* const idec = WebPIDecode(data, data_size, config); in DecodeWebPIncremental() local
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_mps_initfuncs.c | 1116 WORD32 idec; in ixheaacd_aac_mps_create() local
|
/aosp_15_r20/external/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 505 SkAutoTCallVProc<WebPIDecoder, WebPIDelete> idec(WebPIDecode(nullptr, 0, &config)); in onGetPixels() local
|
/aosp_15_r20/external/aac/libSACdec/src/ |
H A D | sac_dec.cpp | 808 int errCode, idec; in FDK_SpatialDecInit() local
|
/aosp_15_r20/external/webp/src/webp/ |
H A D | decode.h | 364 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV()
|